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 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
-
AbstractProcessInstanceMigrationJobHandler
public AbstractProcessInstanceMigrationJobHandler()
-
-
Method Details
-
getBatchIdFromHandlerCfg
-
getBatchPartIdFromHandlerCfg
-
getHandlerCfgForBatchId
-
getHandlerCfgForBatchPartId
-
getObjectMapper
protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-