Class AbstractProcessInstanceMigrationJobHandler
java.lang.Object
org.flowable.engine.impl.jobexecutor.AbstractProcessInstanceMigrationJobHandler
- All Implemented Interfaces:
JobHandler
- Direct Known Subclasses:
ProcessInstanceMigrationJobHandler
,ProcessInstanceMigrationStatusJobHandler
public abstract class AbstractProcessInstanceMigrationJobHandler
extends Object
implements JobHandler
-
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
-
AbstractProcessInstanceMigrationJobHandler
public AbstractProcessInstanceMigrationJobHandler()
-
-
Method Details
-
getBatchIdFromHandlerCfg
-
getBatchPartIdFromHandlerCfg
-
getHandlerCfgForBatchId
-
getHandlerCfgForBatchPartId
-
getObjectMapper
protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-