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 Modifier and Type Field Description protected static StringBATCH_RESULT_MESSAGE_LABELprotected StringmigrationBatchId
-
Constructor Summary
Constructors Constructor Description GetCaseInstanceMigrationBatchResultCmd(String migrationBatchId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CaseInstanceBatchMigrationResultconvertFromBatch(org.flowable.batch.api.Batch batch, com.fasterxml.jackson.databind.ObjectMapper objectMapper)protected CaseInstanceBatchMigrationPartResultconvertFromBatchPart(org.flowable.batch.api.BatchPart batchPart, com.fasterxml.jackson.databind.ObjectMapper objectMapper, CmmnEngineConfiguration engineConfiguration)CaseInstanceBatchMigrationResultexecute(CommandContext commandContext)
-
-
-
Field Detail
-
BATCH_RESULT_MESSAGE_LABEL
protected static final String BATCH_RESULT_MESSAGE_LABEL
- See Also:
- Constant Field Values
-
migrationBatchId
protected String migrationBatchId
-
-
Constructor Detail
-
GetCaseInstanceMigrationBatchResultCmd
public GetCaseInstanceMigrationBatchResultCmd(String migrationBatchId)
-
-
Method Detail
-
execute
public CaseInstanceBatchMigrationResult execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<CaseInstanceBatchMigrationResult>
-
convertFromBatch
protected CaseInstanceBatchMigrationResult convertFromBatch(org.flowable.batch.api.Batch batch, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
convertFromBatchPart
protected CaseInstanceBatchMigrationPartResult convertFromBatchPart(org.flowable.batch.api.BatchPart batchPart, com.fasterxml.jackson.databind.ObjectMapper objectMapper, CmmnEngineConfiguration engineConfiguration)
-
-