Class CaseInstanceMigrationStatusJobHandler
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.job.AbstractCaseInstanceMigrationJobHandler
-
- org.flowable.cmmn.engine.impl.job.CaseInstanceMigrationStatusJobHandler
-
- All Implemented Interfaces:
JobHandler
public class CaseInstanceMigrationStatusJobHandler extends AbstractCaseInstanceMigrationJobHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE-
Fields inherited from class org.flowable.cmmn.engine.impl.job.AbstractCaseInstanceMigrationJobHandler
BATCH_RESULT_MESSAGE_LABEL, BATCH_RESULT_STATUS_LABEL, CFG_LABEL_BATCH_ID, CFG_LABEL_BATCH_PART_ID
-
-
Constructor Summary
Constructors Constructor Description CaseInstanceMigrationStatusJobHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)StringgetType()protected voidupdateBatchStatus(org.flowable.batch.api.Batch batch, org.flowable.batch.api.BatchService batchService)-
Methods inherited from class org.flowable.cmmn.engine.impl.job.AbstractCaseInstanceMigrationJobHandler
getBatchIdFromHandlerCfg, getBatchPartIdFromHandlerCfg, getHandlerCfgForBatchId, getHandlerCfgForBatchPartId, getObjectMapper
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
-
execute
public void execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)
-
updateBatchStatus
protected void updateBatchStatus(org.flowable.batch.api.Batch batch, org.flowable.batch.api.BatchService batchService)
-
-