Uses of Interface
io.camunda.client.api.command.ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3
Packages that use ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3
-
Uses of ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3 in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3Modifier and TypeMethodDescriptionModifyProcessInstanceCommandStep1.activateElement(String elementId) Create an activate instruction for the given element id.ModifyProcessInstanceCommandStep1.activateElement(String elementId, long ancestorElementInstanceKey) Create an activate instruction for the given element id.ModifyProcessInstanceCommandStep1.moveElement(long sourceElementInstanceKey, String targetElementId) Create a move instruction for the given element instance.ModifyProcessInstanceCommandStep1.moveElement(long sourceElementInstanceKey, String targetElementId, long ancestorElementInstanceKey) Create a move instruction for the given element instance. the source element instance with given key will be terminated and will activate a new one at the target element id.ModifyProcessInstanceCommandStep1.moveElements(String sourceElementId, String targetElementId) Create a move instruction for the given element ids.ModifyProcessInstanceCommandStep1.moveElements(String sourceElementId, String targetElementId, long ancestorElementInstanceKey) Create a move instruction for the given element ids.ModifyProcessInstanceCommandStep1.moveElementsWithInferredAncestor(String sourceElementId, String targetElementId) Create a move instruction for the given element ids.ModifyProcessInstanceCommandStep1.moveElementsWithSourceParentAsAncestor(String sourceElementId, String targetElementId) Create a move instruction for the given element ids.ModifyProcessInstanceCommandStep1.moveElementWithInferredAncestor(long sourceElementInstanceKey, String targetElementId) Create a move instruction for the given element instance.ModifyProcessInstanceCommandStep1.moveElementWithSourceParentAsAncestor(long sourceElementInstanceKey, String targetElementId) Create a move instruction for the given element instance.ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3.withVariable(String key, Object value) Create aGatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionfor the element that's getting activated.ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3.withVariable(String key, Object value, String scopeId) Create aGatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionfor the element that's getting activated.ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3.withVariables(InputStream variables) Create aGatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionfor the element that's getting activated.ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3.withVariables(InputStream variables, String scopeId) Create aGatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionfor the element that's getting activated.ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3.withVariables(Object variables) Create aGatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionfor the element that's getting activated.ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3.withVariables(Object variables, String scopeId) Create aGatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionfor the element that's getting activated.ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3.withVariables(String variables) Create aGatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionfor the element that's getting activated.ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3.withVariables(String variables, String scopeId) Create aGatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionfor the element that's getting activated.ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3.withVariables(Map<String, Object> variables) Create aGatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionfor the element that's getting activated.ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3.withVariables(Map<String, Object> variables, String scopeId) Create aGatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionfor the element that's getting activated. -
Uses of ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3Methods in io.camunda.client.impl.command that return ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3Modifier and TypeMethodDescriptionModifyProcessInstanceCommandImpl.activateElement(String elementId) ModifyProcessInstanceCommandImpl.activateElement(String elementId, long ancestorElementInstanceKey) ModifyProcessInstanceCommandImpl.moveElement(long sourceElementInstanceKey, String targetElementId) ModifyProcessInstanceCommandImpl.moveElement(long sourceElementInstanceKey, String targetElementId, long ancestorElementInstanceKey) ModifyProcessInstanceCommandImpl.moveElements(String sourceElementId, String targetElementId) ModifyProcessInstanceCommandImpl.moveElements(String sourceElementId, String targetElementId, long ancestorElementInstanceKey) ModifyProcessInstanceCommandImpl.moveElementsWithInferredAncestor(String sourceElementId, String targetElementId) ModifyProcessInstanceCommandImpl.moveElementsWithSourceParentAsAncestor(String sourceElementId, String targetElementId) ModifyProcessInstanceCommandImpl.moveElementWithInferredAncestor(long sourceElementInstanceKey, String targetElementId) ModifyProcessInstanceCommandImpl.moveElementWithSourceParentAsAncestor(long sourceElementInstanceKey, String targetElementId) ModifyProcessInstanceCommandImpl.withVariable(String key, Object value) ModifyProcessInstanceCommandImpl.withVariable(String key, Object value, String scopeId) ModifyProcessInstanceCommandImpl.withVariables(InputStream variables) ModifyProcessInstanceCommandImpl.withVariables(InputStream variables, String scopeId) ModifyProcessInstanceCommandImpl.withVariables(Object variables) ModifyProcessInstanceCommandImpl.withVariables(Object variables, String scopeId) ModifyProcessInstanceCommandImpl.withVariables(String variables) ModifyProcessInstanceCommandImpl.withVariables(String variables, String scopeId) ModifyProcessInstanceCommandImpl.withVariables(Map<String, Object> variables) ModifyProcessInstanceCommandImpl.withVariables(Map<String, Object> variables, String scopeId)