Package io.camunda.client.protocol.rest
Class ProcessInstanceModificationMoveBatchOperationInstruction
java.lang.Object
io.camunda.client.protocol.rest.ProcessInstanceModificationMoveBatchOperationInstruction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class ProcessInstanceModificationMoveBatchOperationInstruction
extends Object
Instructions describing a move operation. This instruction will terminate all active elementInstance at sourceElementId and activate a new element instance for each terminated one at targetElementId.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe ID of the element that should be terminated.The ID of the element that should be activated.inthashCode()voidsetSourceElementId(String sourceElementId) voidsetTargetElementId(String targetElementId) sourceElementId(String sourceElementId) targetElementId(String targetElementId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SOURCE_ELEMENT_ID
- See Also:
-
JSON_PROPERTY_TARGET_ELEMENT_ID
- See Also:
-
-
Constructor Details
-
ProcessInstanceModificationMoveBatchOperationInstruction
public ProcessInstanceModificationMoveBatchOperationInstruction()
-
-
Method Details
-
sourceElementId
public ProcessInstanceModificationMoveBatchOperationInstruction sourceElementId(@Nonnull String sourceElementId) -
getSourceElementId
The ID of the element that should be terminated.- Returns:
- sourceElementId
-
setSourceElementId
-
targetElementId
public ProcessInstanceModificationMoveBatchOperationInstruction targetElementId(@Nonnull String targetElementId) -
getTargetElementId
The ID of the element that should be activated.- Returns:
- targetElementId
-
setTargetElementId
-
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
-