Package io.camunda.client.protocol.rest
Class ProcessInstanceModificationBatchOperationRequest
java.lang.Object
io.camunda.client.protocol.rest.ProcessInstanceModificationBatchOperationRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ProcessInstanceModificationBatchOperationRequest
extends Object
The process instance filter to define on which process instances tokens should be moved, and new element instances should be activated or terminated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMoveInstructionsItem(ProcessInstanceModificationMoveBatchOperationInstruction moveInstructionsItem) booleanfilter(ProcessInstanceFilter filter) The process instance filter.Instructions for moving tokens between elements.A reference key chosen by the user that will be part of all records resulting from this operation.inthashCode()moveInstructions(List<ProcessInstanceModificationMoveBatchOperationInstruction> moveInstructions) operationReference(Long operationReference) voidsetFilter(ProcessInstanceFilter filter) voidsetMoveInstructions(List<ProcessInstanceModificationMoveBatchOperationInstruction> moveInstructions) voidsetOperationReference(Long operationReference) toString()
-
Field Details
-
JSON_PROPERTY_FILTER
- See Also:
-
JSON_PROPERTY_MOVE_INSTRUCTIONS
- See Also:
-
JSON_PROPERTY_OPERATION_REFERENCE
- See Also:
-
-
Constructor Details
-
ProcessInstanceModificationBatchOperationRequest
public ProcessInstanceModificationBatchOperationRequest()
-
-
Method Details
-
filter
public ProcessInstanceModificationBatchOperationRequest filter(@Nonnull ProcessInstanceFilter filter) -
getFilter
The process instance filter.- Returns:
- filter
-
setFilter
-
moveInstructions
public ProcessInstanceModificationBatchOperationRequest moveInstructions(@Nonnull List<ProcessInstanceModificationMoveBatchOperationInstruction> moveInstructions) -
addMoveInstructionsItem
public ProcessInstanceModificationBatchOperationRequest addMoveInstructionsItem(ProcessInstanceModificationMoveBatchOperationInstruction moveInstructionsItem) -
getMoveInstructions
@Nonnull public List<ProcessInstanceModificationMoveBatchOperationInstruction> getMoveInstructions()Instructions for moving tokens between elements.- Returns:
- moveInstructions
-
setMoveInstructions
public void setMoveInstructions(@Nonnull List<ProcessInstanceModificationMoveBatchOperationInstruction> moveInstructions) -
operationReference
public ProcessInstanceModificationBatchOperationRequest operationReference(@Nullable Long operationReference) -
getOperationReference
A reference key chosen by the user that will be part of all records resulting from this operation. Must be > 0 if provided. minimum: 1- Returns:
- operationReference
-
setOperationReference
-
equals
-
hashCode
public int hashCode() -
toString
-