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 CaseRuntimeDataServiceCaseServiceConfigurator. getCaseRuntimeDataService() -
Uses of CaseRuntimeDataService in org.jbpm.casemgmt.impl
Classes in org.jbpm.casemgmt.impl that implement CaseRuntimeDataService Modifier and Type Class Description classCaseRuntimeDataServiceImplMethods in org.jbpm.casemgmt.impl with parameters of type CaseRuntimeDataService Modifier and Type Method Description voidCaseServiceImpl. 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 voidCaseInstanceMigrationServiceImpl. 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 CaseRuntimeDataServiceDefaultCaseServiceConfigurator. caseRuntimeDataServiceMethods in org.jbpm.casemgmt.impl.utils that return CaseRuntimeDataService Modifier and Type Method Description CaseRuntimeDataServiceDefaultCaseServiceConfigurator. getCaseRuntimeDataService() -
Uses of CaseRuntimeDataService in org.jbpm.test.services
Fields in org.jbpm.test.services declared as CaseRuntimeDataService Modifier and Type Field Description protected CaseRuntimeDataServiceAbstractCaseServicesTest. caseRuntimeDataServiceMethods in org.jbpm.test.services with parameters of type CaseRuntimeDataService Modifier and Type Method Description voidAbstractCaseServicesTest. setCaseRuntimeDataService(CaseRuntimeDataService caseRuntimeDataService)
-