Class AbstractCaseInstanceMigrationJobHandler
java.lang.Object
org.flowable.cmmn.engine.impl.job.AbstractCaseInstanceMigrationJobHandler
- All Implemented Interfaces:
JobHandler
- Direct Known Subclasses:
CaseInstanceMigrationJobHandler,CaseInstanceMigrationStatusJobHandler,HistoricCaseInstanceMigrationJobHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringgetBatchIdFromHandlerCfg(String handlerCfg) protected static StringgetBatchPartIdFromHandlerCfg(String handlerCfg) static StringgetHandlerCfgForBatchId(String batchId) static StringgetHandlerCfgForBatchPartId(String batchPartId) protected static com.fasterxml.jackson.databind.ObjectMapperMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.job.service.JobHandler
execute, getType
-
Field Details
-
BATCH_RESULT_STATUS_LABEL
- See Also:
-
BATCH_RESULT_MESSAGE_LABEL
- See Also:
-
BATCH_RESULT_STACKTRACE_LABEL
- See Also:
-
CFG_LABEL_BATCH_ID
- See Also:
-
CFG_LABEL_BATCH_PART_ID
- See Also:
-
-
Constructor Details
-
AbstractCaseInstanceMigrationJobHandler
public AbstractCaseInstanceMigrationJobHandler()
-
-
Method Details
-
getBatchIdFromHandlerCfg
-
getBatchPartIdFromHandlerCfg
-
getHandlerCfgForBatchId
-
getHandlerCfgForBatchPartId
-
getObjectMapper
protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-