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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ProcessInstanceBatchMigrationResult
convertFromBatch
(Batch batch, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected ProcessInstanceBatchMigrationPartResult
convertFromBatchPart
(BatchPart batchPart, com.fasterxml.jackson.databind.ObjectMapper objectMapper) execute
(CommandContext commandContext)
-
Field Details
-
BATCH_RESULT_STATUS_LABEL
- See Also:
-
BATCH_RESULT_MESSAGE_LABEL
- See Also:
-
BATCH_RESULT_STACKTRACE_LABEL
- See Also:
-
batchId
-
-
Constructor Details
-
GetProcessInstanceMigrationBatchResultCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<ProcessInstanceBatchMigrationResult>
-
convertFromBatch
protected ProcessInstanceBatchMigrationResult convertFromBatch(Batch batch, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
convertFromBatchPart
protected ProcessInstanceBatchMigrationPartResult convertFromBatchPart(BatchPart batchPart, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-