Package io.camunda.client.protocol.rest
Class ProcessInstanceMigrationBatchOperationPlan
java.lang.Object
io.camunda.client.protocol.rest.ProcessInstanceMigrationBatchOperationPlan
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class ProcessInstanceMigrationBatchOperationPlan
extends Object
The migration instructions describe how to migrate a process instance from one process definition to another.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMappingInstructionsItem(MigrateProcessInstanceMappingInstruction mappingInstructionsItem) booleanElement mappings from the source process instance to the target process instance.The key of process definition to migrate the process instance to.inthashCode()mappingInstructions(List<MigrateProcessInstanceMappingInstruction> mappingInstructions) voidsetMappingInstructions(List<MigrateProcessInstanceMappingInstruction> mappingInstructions) voidsetTargetProcessDefinitionKey(String targetProcessDefinitionKey) targetProcessDefinitionKey(String targetProcessDefinitionKey) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_MAPPING_INSTRUCTIONS
- See Also:
-
JSON_PROPERTY_TARGET_PROCESS_DEFINITION_KEY
- See Also:
-
-
Constructor Details
-
ProcessInstanceMigrationBatchOperationPlan
public ProcessInstanceMigrationBatchOperationPlan()
-
-
Method Details
-
mappingInstructions
public ProcessInstanceMigrationBatchOperationPlan mappingInstructions(@Nonnull List<MigrateProcessInstanceMappingInstruction> mappingInstructions) -
addMappingInstructionsItem
public ProcessInstanceMigrationBatchOperationPlan addMappingInstructionsItem(MigrateProcessInstanceMappingInstruction mappingInstructionsItem) -
getMappingInstructions
Element mappings from the source process instance to the target process instance.- Returns:
- mappingInstructions
-
setMappingInstructions
public void setMappingInstructions(@Nonnull List<MigrateProcessInstanceMappingInstruction> mappingInstructions) -
targetProcessDefinitionKey
public ProcessInstanceMigrationBatchOperationPlan targetProcessDefinitionKey(@Nonnull String targetProcessDefinitionKey) -
getTargetProcessDefinitionKey
The key of process definition to migrate the process instance to.- Returns:
- targetProcessDefinitionKey
-
setTargetProcessDefinitionKey
-
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
-