Uses of Class
ch.ivyteam.ivy.bpm.engine.client.RequestBuilder
Packages that use RequestBuilder
-
Uses of RequestBuilder in ch.ivyteam.ivy.bpm.engine.client
Methods in ch.ivyteam.ivy.bpm.engine.client that return RequestBuilderModifier and TypeMethodDescriptionSessionChooser.anonymous()Execute the request as anonymous userSessionChooser.anonymousWithRole(IRole role) Deprecated, for removal: This API element is subject to removal in a future version.session role will be removed with 13.1. assign the role to a user which needs to be authenticated.SessionChooser.anonymousWithRole(String roleName) Deprecated, for removal: This API element is subject to removal in a future version.session role will be removed with 13.1. assign the role to a user which needs to be authenticated.HttpRequestBuilder.disable()Disable the HTTP context for the process execution.SessionChooser.everybody()Execute the request as role EverybodyHttpRequestBuilder.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 nameSessionChooser.systemUser()Execute the request as system userExecute the request as the given userExecute the request as user with the given user nameAdd start parameters for the chosen process. -
Uses of RequestBuilder in ch.ivyteam.ivy.bpm.engine.client.start
Methods in ch.ivyteam.ivy.bpm.engine.client.start that return RequestBuilderModifier and TypeMethodDescriptionByBuilder.anyActiveTask(ExecutionResult previousResult) Resume the workflow with the first active task found on the previous result.ByBuilder.process(BpmElement start) Start a process at a given element.ByBuilder.process(BpmProcess process) Start a process by the given process element.Start a process with a given path (reference a deployedIProcessStart).Resume process at the given task.Resume process at the given task.