public class JobUtil extends Object
| Constructor and Description |
|---|
JobUtil() |
| Modifier and Type | Method and Description |
|---|---|
static JobEntity |
createJob(CaseInstanceEntity caseInstance,
org.flowable.cmmn.model.BaseElement baseElement,
String jobHandlerType,
CmmnEngineConfiguration cmmnEngineConfiguration) |
static JobEntity |
createJob(PlanItemInstanceEntity planItemInstance,
org.flowable.cmmn.model.BaseElement baseElement,
String jobHandlerType,
CmmnEngineConfiguration cmmnEngineConfiguration) |
protected static JobEntity |
createJob(VariableContainer variableContainer,
org.flowable.cmmn.model.BaseElement baseElement,
String jobHandlerType,
CmmnEngineConfiguration cmmnEngineConfiguration) |
public static JobEntity createJob(CaseInstanceEntity caseInstance, org.flowable.cmmn.model.BaseElement baseElement, String jobHandlerType, CmmnEngineConfiguration cmmnEngineConfiguration)
public static JobEntity createJob(PlanItemInstanceEntity planItemInstance, org.flowable.cmmn.model.BaseElement baseElement, String jobHandlerType, CmmnEngineConfiguration cmmnEngineConfiguration)
protected static JobEntity createJob(VariableContainer variableContainer, org.flowable.cmmn.model.BaseElement baseElement, String jobHandlerType, CmmnEngineConfiguration cmmnEngineConfiguration)
Copyright © 2021 Flowable. All rights reserved.