Class ModifyProcessInstanceActivateInstruction
java.lang.Object
io.camunda.zeebe.client.protocol.rest.ModifyProcessInstanceActivateInstruction
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class ModifyProcessInstanceActivateInstruction
extends Object
Deprecated.
Instructions describing which elements should be activated in which scopes and which variables should be created.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddVariableInstructionsItem(ModifyProcessInstanceVariableInstruction variableInstructionsItem) Deprecated.ancestorElementInstanceKey(Long ancestorElementInstanceKey) Deprecated.Deprecated.booleanDeprecated.Deprecated.The key of the ancestor scope the element instance should be created in.Deprecated.The ID of the element that should be activated.Deprecated.Get variableInstructionsinthashCode()Deprecated.voidsetAncestorElementInstanceKey(Long ancestorElementInstanceKey) Deprecated.voidsetElementId(String elementId) Deprecated.voidsetVariableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions) Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.variableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions) Deprecated.
-
Field Details
-
JSON_PROPERTY_ANCESTOR_ELEMENT_INSTANCE_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_ELEMENT_ID
Deprecated.- See Also:
-
JSON_PROPERTY_VARIABLE_INSTRUCTIONS
Deprecated.- See Also:
-
-
Constructor Details
-
ModifyProcessInstanceActivateInstruction
public ModifyProcessInstanceActivateInstruction()Deprecated.
-
-
Method Details
-
ancestorElementInstanceKey
public ModifyProcessInstanceActivateInstruction ancestorElementInstanceKey(Long ancestorElementInstanceKey) Deprecated. -
getAncestorElementInstanceKey
Deprecated.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.- Returns:
- ancestorElementInstanceKey
-
setAncestorElementInstanceKey
Deprecated. -
elementId
Deprecated. -
getElementId
Deprecated.The ID of the element that should be activated.- Returns:
- elementId
-
setElementId
Deprecated. -
variableInstructions
public ModifyProcessInstanceActivateInstruction variableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions) Deprecated. -
addVariableInstructionsItem
public ModifyProcessInstanceActivateInstruction addVariableInstructionsItem(ModifyProcessInstanceVariableInstruction variableInstructionsItem) Deprecated. -
getVariableInstructions
Deprecated.Get variableInstructions- Returns:
- variableInstructions
-
setVariableInstructions
public void setVariableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions) Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-