Class HistoricCaseInstanceMigrationJobHandler
java.lang.Object
org.flowable.cmmn.engine.impl.job.AbstractCaseInstanceMigrationJobHandler
org.flowable.cmmn.engine.impl.job.HistoricCaseInstanceMigrationJobHandler
- All Implemented Interfaces:
JobHandler
public class HistoricCaseInstanceMigrationJobHandler
extends AbstractCaseInstanceMigrationJobHandler
-
Field Summary
FieldsFields inherited from class org.flowable.cmmn.engine.impl.job.AbstractCaseInstanceMigrationJobHandler
BATCH_RESULT_MESSAGE_LABEL, BATCH_RESULT_STACKTRACE_LABEL, BATCH_RESULT_STATUS_LABEL, CFG_LABEL_BATCH_ID, CFG_LABEL_BATCH_PART_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) protected String
getExceptionStacktrace
(Throwable exception) getType()
protected String
protected String
prepareResultAsJsonString
(String exceptionMessage, Exception e) Methods inherited from class org.flowable.cmmn.engine.impl.job.AbstractCaseInstanceMigrationJobHandler
getBatchIdFromHandlerCfg, getBatchPartIdFromHandlerCfg, getHandlerCfgForBatchId, getHandlerCfgForBatchPartId, getObjectMapper
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
HistoricCaseInstanceMigrationJobHandler
public HistoricCaseInstanceMigrationJobHandler()
-
-
Method Details
-
getType
-
execute
public void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
prepareResultAsJsonString
-
prepareResultAsJsonString
-
getExceptionStacktrace
-