Package org.flowable.engine.impl.cmd
Class GetProcessInstanceMigrationBatchResultCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.GetProcessInstanceMigrationBatchResultCmd
-
- All Implemented Interfaces:
Command<ProcessInstanceBatchMigrationResult>
public class GetProcessInstanceMigrationBatchResultCmd extends Object implements Command<ProcessInstanceBatchMigrationResult>
-
-
Field Summary
Fields Modifier and Type Field Description static StringBATCH_RESULT_MESSAGE_LABELstatic StringBATCH_RESULT_STATUS_LABELprotected StringbatchId
-
Constructor Summary
Constructors Constructor Description GetProcessInstanceMigrationBatchResultCmd(String batchId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProcessInstanceBatchMigrationResultconvertFromBatch(org.flowable.batch.api.Batch batch, com.fasterxml.jackson.databind.ObjectMapper objectMapper)protected ProcessInstanceBatchMigrationPartResultconvertFromBatchPart(org.flowable.batch.api.BatchPart batchPart, com.fasterxml.jackson.databind.ObjectMapper objectMapper)ProcessInstanceBatchMigrationResultexecute(CommandContext commandContext)
-
-
-
Field Detail
-
BATCH_RESULT_STATUS_LABEL
public static final String BATCH_RESULT_STATUS_LABEL
- See Also:
- Constant Field Values
-
BATCH_RESULT_MESSAGE_LABEL
public static final String BATCH_RESULT_MESSAGE_LABEL
- See Also:
- Constant Field Values
-
batchId
protected String batchId
-
-
Constructor Detail
-
GetProcessInstanceMigrationBatchResultCmd
public GetProcessInstanceMigrationBatchResultCmd(String batchId)
-
-
Method Detail
-
execute
public ProcessInstanceBatchMigrationResult execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<ProcessInstanceBatchMigrationResult>
-
convertFromBatch
protected ProcessInstanceBatchMigrationResult convertFromBatch(org.flowable.batch.api.Batch batch, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
convertFromBatchPart
protected ProcessInstanceBatchMigrationPartResult convertFromBatchPart(org.flowable.batch.api.BatchPart batchPart, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-