Uses of Interface
org.flowable.cmmn.engine.impl.process.ProcessInstanceService
-
Packages that use ProcessInstanceService Package Description org.flowable.cmmn.engine org.flowable.cmmn.engine.impl.behavior.impl -
-
Uses of ProcessInstanceService in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as ProcessInstanceService Modifier and Type Field Description protected ProcessInstanceServiceCmmnEngineConfiguration. processInstanceServiceMethods in org.flowable.cmmn.engine that return ProcessInstanceService Modifier and Type Method Description ProcessInstanceServiceCmmnEngineConfiguration. getProcessInstanceService()Methods in org.flowable.cmmn.engine with parameters of type ProcessInstanceService Modifier and Type Method Description CmmnEngineConfigurationCmmnEngineConfiguration. setProcessInstanceService(ProcessInstanceService processInstanceService) -
Uses of ProcessInstanceService in org.flowable.cmmn.engine.impl.behavior.impl
Methods in org.flowable.cmmn.engine.impl.behavior.impl with parameters of type ProcessInstanceService Modifier and Type Method Description protected voidProcessTaskActivityBehavior. handleOutParameters(DelegatePlanItemInstance planItemInstance, CaseInstanceEntity caseInstance, ProcessInstanceService processInstanceService)
-