Class MigrationExecutionDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.migration.MigrationExecutionDto
-
public class MigrationExecutionDto extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected MigrationPlanDto
migrationPlan
protected List<String>
processInstanceIds
protected ProcessInstanceQueryDto
processInstanceQuery
protected boolean
skipCustomListeners
protected boolean
skipIoMappings
-
Constructor Summary
Constructors Constructor Description MigrationExecutionDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MigrationPlanDto
getMigrationPlan()
List<String>
getProcessInstanceIds()
ProcessInstanceQueryDto
getProcessInstanceQuery()
boolean
isSkipCustomListeners()
boolean
isSkipIoMappings()
void
setMigrationPlan(MigrationPlanDto migrationPlan)
void
setProcessInstanceIds(List<String> processInstanceIds)
void
setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
void
setSkipCustomListeners(boolean skipCustomListeners)
void
setSkipIoMappings(boolean skipIoMappings)
-
-
-
Field Detail
-
migrationPlan
protected MigrationPlanDto migrationPlan
-
processInstanceQuery
protected ProcessInstanceQueryDto processInstanceQuery
-
skipIoMappings
protected boolean skipIoMappings
-
skipCustomListeners
protected boolean skipCustomListeners
-
-
Method Detail
-
getMigrationPlan
public MigrationPlanDto getMigrationPlan()
-
setMigrationPlan
public void setMigrationPlan(MigrationPlanDto migrationPlan)
-
getProcessInstanceQuery
public ProcessInstanceQueryDto getProcessInstanceQuery()
-
setProcessInstanceQuery
public void setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
-
isSkipIoMappings
public boolean isSkipIoMappings()
-
setSkipIoMappings
public void setSkipIoMappings(boolean skipIoMappings)
-
isSkipCustomListeners
public boolean isSkipCustomListeners()
-
setSkipCustomListeners
public void setSkipCustomListeners(boolean skipCustomListeners)
-
-