public abstract class AbstractProcessInstanceMigrationJobHandler extends Object implements JobHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
BATCH_RESULT_MESSAGE_LABEL |
static String |
BATCH_RESULT_STATUS_LABEL |
protected static String |
CFG_LABEL_BATCH_ID |
protected static String |
CFG_LABEL_BATCH_PART_ID |
| Constructor and Description |
|---|
AbstractProcessInstanceMigrationJobHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected 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 |
getObjectMapper() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, getTypepublic static final String BATCH_RESULT_STATUS_LABEL
public static final String BATCH_RESULT_MESSAGE_LABEL
protected static final String CFG_LABEL_BATCH_ID
protected static final String CFG_LABEL_BATCH_PART_ID
public AbstractProcessInstanceMigrationJobHandler()
Copyright © 2020 Flowable. All rights reserved.