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 classAdvanceRuntimeDataServiceImpl -
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 AdvanceRuntimeDataServiceDefaultKieServiceConfigurator. advanceRuntimeDataServiceMethods in org.jbpm.kie.services.impl.utils that return AdvanceRuntimeDataService Modifier and Type Method Description AdvanceRuntimeDataServiceDefaultKieServiceConfigurator. 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 AdvanceRuntimeDataServiceKieServiceConfigurator. 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 AdvanceRuntimeDataServiceAbstractKieServicesTest. advanceVariableDataService
-