Class MigrationExecutionDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.migration.MigrationExecutionDto
-
Field Summary
Modifier and TypeFieldDescriptionprotected MigrationPlanDto
protected ProcessInstanceQueryDto
protected boolean
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setMigrationPlan
(MigrationPlanDto migrationPlan) void
setProcessInstanceIds
(List<String> processInstanceIds) void
setProcessInstanceQuery
(ProcessInstanceQueryDto processInstanceQuery) void
setSkipCustomListeners
(boolean skipCustomListeners) void
setSkipIoMappings
(boolean skipIoMappings)
-
Field Details
-
migrationPlan
-
processInstanceIds
-
processInstanceQuery
-
skipIoMappings
protected boolean skipIoMappings -
skipCustomListeners
protected boolean skipCustomListeners
-
-
Constructor Details
-
MigrationExecutionDto
public MigrationExecutionDto()
-
-
Method Details
-
getMigrationPlan
-
setMigrationPlan
-
getProcessInstanceIds
-
setProcessInstanceIds
-
getProcessInstanceQuery
-
setProcessInstanceQuery
-
isSkipIoMappings
public boolean isSkipIoMappings() -
setSkipIoMappings
public void setSkipIoMappings(boolean skipIoMappings) -
isSkipCustomListeners
public boolean isSkipCustomListeners() -
setSkipCustomListeners
public void setSkipCustomListeners(boolean skipCustomListeners)
-