Uses of Interface
org.jbpm.casemgmt.api.CaseService
-
Packages that use CaseService Package Description org.jbpm.casemgmt.api.utils org.jbpm.casemgmt.impl org.jbpm.casemgmt.impl.utils org.jbpm.test.services -
-
Uses of CaseService in org.jbpm.casemgmt.api.utils
Methods in org.jbpm.casemgmt.api.utils that return CaseService Modifier and Type Method Description CaseService
CaseServiceConfigurator. getCaseService()
-
Uses of CaseService in org.jbpm.casemgmt.impl
Classes in org.jbpm.casemgmt.impl that implement CaseService Modifier and Type Class Description class
CaseServiceImpl
Methods in org.jbpm.casemgmt.impl with parameters of type CaseService Modifier and Type Method Description void
CaseRuntimeDataServiceImpl. setCaseService(CaseService caseService)
-
Uses of CaseService in org.jbpm.casemgmt.impl.utils
Fields in org.jbpm.casemgmt.impl.utils declared as CaseService Modifier and Type Field Description protected CaseService
DefaultCaseServiceConfigurator. caseService
Methods in org.jbpm.casemgmt.impl.utils that return CaseService Modifier and Type Method Description CaseService
DefaultCaseServiceConfigurator. getCaseService()
-
Uses of CaseService in org.jbpm.test.services
Fields in org.jbpm.test.services declared as CaseService Modifier and Type Field Description protected CaseService
AbstractCaseServicesTest. caseService
-