Class GetCaseInstanceMigrationBatchResultCmd
java.lang.Object
org.flowable.cmmn.engine.impl.cmd.GetCaseInstanceMigrationBatchResultCmd
- All Implemented Interfaces:
Command<CaseInstanceBatchMigrationResult>
public class GetCaseInstanceMigrationBatchResultCmd
extends Object
implements Command<CaseInstanceBatchMigrationResult>
- Author:
- Valentin Zickner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CaseInstanceBatchMigrationResult
convertFromBatch
(Batch batch, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected CaseInstanceBatchMigrationPartResult
convertFromBatchPart
(BatchPart batchPart, com.fasterxml.jackson.databind.ObjectMapper objectMapper, CmmnEngineConfiguration engineConfiguration) execute
(CommandContext commandContext)
-
Field Details
-
BATCH_RESULT_MESSAGE_LABEL
- See Also:
-
BATCH_RESULT_STACKTRACE_LABEL
- See Also:
-
migrationBatchId
-
-
Constructor Details
-
GetCaseInstanceMigrationBatchResultCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<CaseInstanceBatchMigrationResult>
-
convertFromBatch
protected CaseInstanceBatchMigrationResult convertFromBatch(Batch batch, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
convertFromBatchPart
protected CaseInstanceBatchMigrationPartResult convertFromBatchPart(BatchPart batchPart, com.fasterxml.jackson.databind.ObjectMapper objectMapper, CmmnEngineConfiguration engineConfiguration)
-