Class AbstractCaseInstanceMigrationJobHandler
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.job.AbstractCaseInstanceMigrationJobHandler
-
- All Implemented Interfaces:
JobHandler
- Direct Known Subclasses:
CaseInstanceMigrationJobHandler,CaseInstanceMigrationStatusJobHandler
public abstract class AbstractCaseInstanceMigrationJobHandler extends Object implements JobHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringBATCH_RESULT_MESSAGE_LABELstatic StringBATCH_RESULT_STATUS_LABELprotected static StringCFG_LABEL_BATCH_IDprotected static StringCFG_LABEL_BATCH_PART_ID
-
Constructor Summary
Constructors Constructor Description AbstractCaseInstanceMigrationJobHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static StringgetBatchIdFromHandlerCfg(String handlerCfg)protected static StringgetBatchPartIdFromHandlerCfg(String handlerCfg)static StringgetHandlerCfgForBatchId(String batchId)static StringgetHandlerCfgForBatchPartId(String batchPartId)protected static com.fasterxml.jackson.databind.ObjectMappergetObjectMapper()-
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 Detail
-
BATCH_RESULT_STATUS_LABEL
public static final String BATCH_RESULT_STATUS_LABEL
- See Also:
- Constant Field Values
-
BATCH_RESULT_MESSAGE_LABEL
public static final String BATCH_RESULT_MESSAGE_LABEL
- See Also:
- Constant Field Values
-
CFG_LABEL_BATCH_ID
protected static final String CFG_LABEL_BATCH_ID
- See Also:
- Constant Field Values
-
CFG_LABEL_BATCH_PART_ID
protected static final String CFG_LABEL_BATCH_PART_ID
- See Also:
- Constant Field Values
-
-