public class GetProcessInstanceMigrationBatchResultCmd extends Object implements Command<ProcessInstanceBatchMigrationResult>
| Modifier and Type | Field and Description |
|---|---|
static String |
BATCH_RESULT_MESSAGE_LABEL |
static String |
BATCH_RESULT_STATUS_LABEL |
protected String |
batchId |
| Constructor and Description |
|---|
GetProcessInstanceMigrationBatchResultCmd(String batchId) |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessInstanceBatchMigrationResult |
convertFromBatch(org.flowable.batch.api.Batch batch,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
protected ProcessInstanceBatchMigrationPartResult |
convertFromBatchPart(org.flowable.batch.api.BatchPart batchPart,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
ProcessInstanceBatchMigrationResult |
execute(CommandContext commandContext) |
public static final String BATCH_RESULT_STATUS_LABEL
public static final String BATCH_RESULT_MESSAGE_LABEL
protected String batchId
public GetProcessInstanceMigrationBatchResultCmd(String batchId)
public ProcessInstanceBatchMigrationResult execute(CommandContext commandContext)
execute in interface Command<ProcessInstanceBatchMigrationResult>protected ProcessInstanceBatchMigrationResult convertFromBatch(org.flowable.batch.api.Batch batch, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected ProcessInstanceBatchMigrationPartResult convertFromBatchPart(org.flowable.batch.api.BatchPart batchPart, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Copyright © 2020 Flowable. All rights reserved.