Uses of Class
ch.ivyteam.ivy.bpm.engine.client.sub.SubRequestBuilder
Packages that use SubRequestBuilder
-
Uses of SubRequestBuilder in ch.ivyteam.ivy.bpm.engine.client.start
Methods in ch.ivyteam.ivy.bpm.engine.client.start that return SubRequestBuilderModifier and TypeMethodDescriptionByBuilder.subProcess(BpmElement subStart) Starts the callable sub process at the given elementByBuilder.subProcess(BpmProcess callableSubProcess) Starts the given callable sub process -
Uses of SubRequestBuilder in ch.ivyteam.ivy.bpm.engine.client.sub
Methods in ch.ivyteam.ivy.bpm.engine.client.sub that return SubRequestBuilderModifier and TypeMethodDescriptionSubSessionChooser.anonymous()Execute the request as anonymous userSubSessionChooser.anonymousWithRole(IRole role) Deprecated, for removal: This API element is subject to removal in a future version.session roles will be removed in 13.1. assign roles to a user.SubSessionChooser.anonymousWithRole(String roleName) Deprecated, for removal: This API element is subject to removal in a future version.session roles will be removed in 13.1. assign roles to a user.SubHttpRequestBuilder.disable()Disable the HTTP context for the process execution.SubSessionChooser.everybody()Execute the request as role EverybodySubHttpRequestBuilder.post()Run the HTTP request with POST instead of GET.Execute the request as the given roleExecute the request as role with the given role nameSubSessionChooser.systemUser()Execute the request as system userExecute the request as the given userExecute the request as user with the given user nameAdd input parameters for the chosen callable sub process.