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 String
getBatchIdFromHandlerCfg
(String handlerCfg) protected static String
getBatchPartIdFromHandlerCfg
(String handlerCfg) static String
getHandlerCfgForBatchId
(String batchId) static String
getHandlerCfgForBatchPartId
(String batchPartId) protected static com.fasterxml.jackson.databind.ObjectMapper
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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()
-