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