Package io.camunda.client.protocol.rest
Class ProcessInstanceModificationBatchOperationRequest
java.lang.Object
io.camunda.client.protocol.rest.ProcessInstanceModificationBatchOperationRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class ProcessInstanceModificationBatchOperationRequest
extends Object
The process instance filter to define on which process instances tokens should be moved, as well as mapping instructions which active element instances should be terminated and which new element instances should be activated
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMoveInstructionsItem(ProcessInstanceModificationMoveBatchOperationInstruction moveInstructionsItem) booleanfilter(ProcessInstanceFilter filter) Get filterInstructions describing which elements should be activated in which scopes and which variables should be created.inthashCode()moveInstructions(List<ProcessInstanceModificationMoveBatchOperationInstruction> moveInstructions) voidsetFilter(ProcessInstanceFilter filter) voidsetMoveInstructions(List<ProcessInstanceModificationMoveBatchOperationInstruction> moveInstructions) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_FILTER
- See Also:
-
JSON_PROPERTY_MOVE_INSTRUCTIONS
- See Also:
-
-
Constructor Details
-
ProcessInstanceModificationBatchOperationRequest
public ProcessInstanceModificationBatchOperationRequest()
-
-
Method Details
-
filter
public ProcessInstanceModificationBatchOperationRequest filter(@Nonnull ProcessInstanceFilter filter) -
getFilter
Get 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 describing which elements should be activated in which scopes and which variables should be created.- Returns:
- moveInstructions
-
setMoveInstructions
public void setMoveInstructions(@Nonnull List<ProcessInstanceModificationMoveBatchOperationInstruction> moveInstructions) -
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-