Package io.camunda.client.protocol.rest
Class ProcessInstanceModificationActivateInstruction
java.lang.Object
io.camunda.client.protocol.rest.ProcessInstanceModificationActivateInstruction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ProcessInstanceModificationActivateInstruction
extends Object
Instruction describing an element to activate.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddVariableInstructionsItem(ModifyProcessInstanceVariableInstruction variableInstructionsItem) ancestorElementInstanceKey(String ancestorElementInstanceKey) booleanThe key of the ancestor scope the element instance should be created in.The id of the element to activate.Instructions describing which variables to create or update.inthashCode()voidsetAncestorElementInstanceKey(String ancestorElementInstanceKey) voidsetElementId(String elementId) voidsetVariableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions) toString()variableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions)
-
Field Details
-
JSON_PROPERTY_ELEMENT_ID
- See Also:
-
JSON_PROPERTY_VARIABLE_INSTRUCTIONS
- See Also:
-
JSON_PROPERTY_ANCESTOR_ELEMENT_INSTANCE_KEY
- See Also:
-
-
Constructor Details
-
ProcessInstanceModificationActivateInstruction
public ProcessInstanceModificationActivateInstruction()
-
-
Method Details
-
elementId
-
getElementId
The id of the element to activate.- Returns:
- elementId
-
setElementId
-
variableInstructions
public ProcessInstanceModificationActivateInstruction variableInstructions(@Nullable List<ModifyProcessInstanceVariableInstruction> variableInstructions) -
addVariableInstructionsItem
public ProcessInstanceModificationActivateInstruction addVariableInstructionsItem(ModifyProcessInstanceVariableInstruction variableInstructionsItem) -
getVariableInstructions
Instructions describing which variables to create or update.- Returns:
- variableInstructions
-
setVariableInstructions
public void setVariableInstructions(@Nullable List<ModifyProcessInstanceVariableInstruction> variableInstructions) -
ancestorElementInstanceKey
public ProcessInstanceModificationActivateInstruction ancestorElementInstanceKey(@Nullable String ancestorElementInstanceKey) -
getAncestorElementInstanceKey
The key of the ancestor scope the element instance should be created in. Set to -1 to create the new element instance within an existing element instance of the flow scope. If multiple instances of the target element's flow scope exist, choose one specifically with this property by providing its key.- Returns:
- ancestorElementInstanceKey
-
setAncestorElementInstanceKey
-
equals
-
hashCode
public int hashCode() -
toString
-