Package org.openapitools.client.model
Class MigrationExecutionDto
- java.lang.Object
-
- org.openapitools.client.model.MigrationExecutionDto
-
public class MigrationExecutionDto extends Object
MigrationExecutionDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_MIGRATION_PLANstatic StringSERIALIZED_NAME_PROCESS_INSTANCE_IDSstatic StringSERIALIZED_NAME_PROCESS_INSTANCE_QUERYstatic StringSERIALIZED_NAME_SKIP_CUSTOM_LISTENERSstatic StringSERIALIZED_NAME_SKIP_IO_MAPPINGS
-
Constructor Summary
Constructors Constructor Description MigrationExecutionDto()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_MIGRATION_PLAN
public static final String SERIALIZED_NAME_MIGRATION_PLAN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_INSTANCE_IDS
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_IDS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_INSTANCE_QUERY
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_QUERY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SKIP_CUSTOM_LISTENERS
public static final String SERIALIZED_NAME_SKIP_CUSTOM_LISTENERS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SKIP_IO_MAPPINGS
public static final String SERIALIZED_NAME_SKIP_IO_MAPPINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
migrationPlan
public MigrationExecutionDto migrationPlan(MigrationPlanDto migrationPlan)
-
getMigrationPlan
public MigrationPlanDto getMigrationPlan()
Get migrationPlan- Returns:
- migrationPlan
-
setMigrationPlan
public void setMigrationPlan(MigrationPlanDto migrationPlan)
-
processInstanceIds
public MigrationExecutionDto processInstanceIds(List<String> processInstanceIds)
-
addProcessInstanceIdsItem
public MigrationExecutionDto addProcessInstanceIdsItem(String processInstanceIdsItem)
-
getProcessInstanceIds
public List<String> getProcessInstanceIds()
A list of process instance ids to migrate.- Returns:
- processInstanceIds
-
processInstanceQuery
public MigrationExecutionDto processInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
-
getProcessInstanceQuery
public ProcessInstanceQueryDto getProcessInstanceQuery()
Get processInstanceQuery- Returns:
- processInstanceQuery
-
setProcessInstanceQuery
public void setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
-
skipCustomListeners
public MigrationExecutionDto skipCustomListeners(Boolean skipCustomListeners)
-
getSkipCustomListeners
public Boolean getSkipCustomListeners()
A boolean value to control whether execution listeners should be invoked during migration.- Returns:
- skipCustomListeners
-
setSkipCustomListeners
public void setSkipCustomListeners(Boolean skipCustomListeners)
-
skipIoMappings
public MigrationExecutionDto skipIoMappings(Boolean skipIoMappings)
-
getSkipIoMappings
public Boolean getSkipIoMappings()
A boolean value to control whether input/output mappings should be executed during migration.- Returns:
- skipIoMappings
-
setSkipIoMappings
public void setSkipIoMappings(Boolean skipIoMappings)
-
-