Class CaseInstanceMigrationJobHandler
java.lang.Object
org.flowable.cmmn.engine.impl.job.AbstractCaseInstanceMigrationJobHandler
org.flowable.cmmn.engine.impl.job.CaseInstanceMigrationJobHandler
- All Implemented Interfaces:
JobHandler
-
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 TypeMethodDescriptionvoidexecute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) protected StringgetExceptionStacktrace(Throwable exception) getType()protected Stringprotected StringprepareResultAsJsonString(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
-
CaseInstanceMigrationJobHandler
public CaseInstanceMigrationJobHandler()
-
-
Method Details
-
getType
-
execute
public void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
prepareResultAsJsonString
-
prepareResultAsJsonString
-
getExceptionStacktrace
-