Uses of Interface
org.jbpm.services.api.AdvanceRuntimeDataService
-
Packages that use AdvanceRuntimeDataService Package Description org.jbpm.kie.services.impl org.jbpm.kie.services.impl.utils org.jbpm.services.api.utils org.jbpm.test.services -
-
Uses of AdvanceRuntimeDataService in org.jbpm.kie.services.impl
Classes in org.jbpm.kie.services.impl that implement AdvanceRuntimeDataService Modifier and Type Class Description class
AdvanceRuntimeDataServiceImpl
-
Uses of AdvanceRuntimeDataService in org.jbpm.kie.services.impl.utils
Fields in org.jbpm.kie.services.impl.utils declared as AdvanceRuntimeDataService Modifier and Type Field Description protected AdvanceRuntimeDataService
DefaultKieServiceConfigurator. advanceRuntimeDataService
Methods in org.jbpm.kie.services.impl.utils that return AdvanceRuntimeDataService Modifier and Type Method Description AdvanceRuntimeDataService
DefaultKieServiceConfigurator. getAdvanceVariableDataService()
-
Uses of AdvanceRuntimeDataService in org.jbpm.services.api.utils
Methods in org.jbpm.services.api.utils that return AdvanceRuntimeDataService Modifier and Type Method Description AdvanceRuntimeDataService
KieServiceConfigurator. getAdvanceVariableDataService()
Return related data regarding variables (case, process, task) -
Uses of AdvanceRuntimeDataService in org.jbpm.test.services
Fields in org.jbpm.test.services declared as AdvanceRuntimeDataService Modifier and Type Field Description protected AdvanceRuntimeDataService
AbstractKieServicesTest. advanceVariableDataService
-