Uses of Interface
org.jbpm.services.api.RuntimeDataService
-
-
Uses of RuntimeDataService in org.jbpm.casemgmt.api.utils
Methods in org.jbpm.casemgmt.api.utils that return RuntimeDataService Modifier and Type Method Description RuntimeDataServiceCaseServiceConfigurator. getRuntimeDataService() -
Uses of RuntimeDataService in org.jbpm.casemgmt.impl
Methods in org.jbpm.casemgmt.impl with parameters of type RuntimeDataService Modifier and Type Method Description voidCaseRuntimeDataServiceImpl. setRuntimeDataService(RuntimeDataService runtimeDataService)voidCaseServiceImpl. setRuntimeDataService(RuntimeDataService runtimeDataService) -
Uses of RuntimeDataService in org.jbpm.casemgmt.impl.command
Constructors in org.jbpm.casemgmt.impl.command with parameters of type RuntimeDataService Constructor Description CancelCaseCommand(org.kie.internal.identity.IdentityProvider identityProvider, String caseId, ProcessService processService, RuntimeDataService runtimeDataService, boolean destroy)CloseCaseCommand(org.kie.internal.identity.IdentityProvider identityProvider, String deploymentId, String caseId, String comment, ProcessService processService, RuntimeDataService runtimeDataService) -
Uses of RuntimeDataService in org.jbpm.casemgmt.impl.utils
Fields in org.jbpm.casemgmt.impl.utils declared as RuntimeDataService Modifier and Type Field Description protected RuntimeDataServiceDefaultCaseServiceConfigurator. runtimeDataServiceMethods in org.jbpm.casemgmt.impl.utils that return RuntimeDataService Modifier and Type Method Description RuntimeDataServiceDefaultCaseServiceConfigurator. getRuntimeDataService() -
Uses of RuntimeDataService in org.jbpm.kie.services.impl
Classes in org.jbpm.kie.services.impl that implement RuntimeDataService Modifier and Type Class Description classRuntimeDataServiceImplFields in org.jbpm.kie.services.impl declared as RuntimeDataService Modifier and Type Field Description protected RuntimeDataServiceAdHocProcessServiceImpl. dataServiceprotected RuntimeDataServiceProcessServiceImpl. dataServiceprotected RuntimeDataServiceAbstractDeploymentService. runtimeDataServiceMethods in org.jbpm.kie.services.impl that return RuntimeDataService Modifier and Type Method Description RuntimeDataServiceAbstractDeploymentService. getRuntimeDataService()Methods in org.jbpm.kie.services.impl with parameters of type RuntimeDataService Modifier and Type Method Description voidAdHocProcessServiceImpl. setDataService(RuntimeDataService dataService)voidProcessServiceImpl. setDataService(RuntimeDataService dataService)voidUserTaskServiceImpl. setDataService(RuntimeDataService dataService)voidAbstractDeploymentService. setRuntimeDataService(RuntimeDataService runtimeDataService) -
Uses of RuntimeDataService in org.jbpm.kie.services.impl.admin
Methods in org.jbpm.kie.services.impl.admin with parameters of type RuntimeDataService Modifier and Type Method Description voidProcessInstanceAdminServiceImpl. setRuntimeDataService(RuntimeDataService runtimeDataService)voidUserTaskAdminServiceImpl. setRuntimeDataService(RuntimeDataService runtimeDataService) -
Uses of RuntimeDataService in org.jbpm.kie.services.impl.form
Methods in org.jbpm.kie.services.impl.form with parameters of type RuntimeDataService Modifier and Type Method Description voidFormProviderServiceImpl. setDataService(RuntimeDataService dataService) -
Uses of RuntimeDataService in org.jbpm.kie.services.impl.utils
Fields in org.jbpm.kie.services.impl.utils declared as RuntimeDataService Modifier and Type Field Description protected RuntimeDataServiceDefaultKieServiceConfigurator. runtimeDataServiceMethods in org.jbpm.kie.services.impl.utils that return RuntimeDataService Modifier and Type Method Description RuntimeDataServiceDefaultKieServiceConfigurator. getRuntimeDataService()Methods in org.jbpm.kie.services.impl.utils with parameters of type RuntimeDataService Modifier and Type Method Description static Function<DeploymentUnit,Boolean>PreUndeployOperations. abortUnitActiveProcessInstances(RuntimeDataService runtimeDataService, DeploymentService deploymentService)Returns a function that checks if a givenDeploymentUnithas active process instances instances, aborts them and, if nothing wrong happened, lets the undeployment operation continue.static Function<DeploymentUnit,Boolean>PreUndeployOperations. checkActiveProcessInstances(RuntimeDataService runtimeDataService)Returns a function that checks if a givenDeploymentUnithas active process instances and prevents its undeployment. -
Uses of RuntimeDataService in org.jbpm.services.api.utils
Methods in org.jbpm.services.api.utils that return RuntimeDataService Modifier and Type Method Description RuntimeDataServiceKieServiceConfigurator. getRuntimeDataService()Returns the runtime data service. -
Uses of RuntimeDataService in org.jbpm.services.cdi.impl
Classes in org.jbpm.services.cdi.impl that implement RuntimeDataService Modifier and Type Class Description classRuntimeDataServiceCDIImplMethods in org.jbpm.services.cdi.impl with parameters of type RuntimeDataService Modifier and Type Method Description voidAdHocProcessServiceCDIImpl. setDataService(RuntimeDataService dataService)voidProcessServiceCDIImpl. setDataService(RuntimeDataService dataService)voidUserTaskServiceCDIImpl. setDataService(RuntimeDataService dataService)voidDeploymentServiceCDIImpl. setRuntimeDataService(RuntimeDataService runtimeDataService) -
Uses of RuntimeDataService in org.jbpm.services.cdi.impl.form
Methods in org.jbpm.services.cdi.impl.form with parameters of type RuntimeDataService Modifier and Type Method Description voidFormProvidesServiceCDIImpl. setDataService(RuntimeDataService dataService) -
Uses of RuntimeDataService in org.jbpm.services.ejb.api
Subinterfaces of RuntimeDataService in org.jbpm.services.ejb.api Modifier and Type Interface Description interfaceRuntimeDataServiceEJBLocalinterfaceRuntimeDataServiceEJBRemote -
Uses of RuntimeDataService in org.jbpm.services.ejb.impl
Classes in org.jbpm.services.ejb.impl that implement RuntimeDataService Modifier and Type Class Description classRuntimeDataServiceEJBImplMethods in org.jbpm.services.ejb.impl with parameters of type RuntimeDataService Modifier and Type Method Description voidProcessServiceEJBImpl. setDataService(RuntimeDataService dataService)voidUserTaskServiceEJBImpl. setDataService(RuntimeDataService dataService)voidDeploymentServiceEJBImpl. setRuntimeDataService(RuntimeDataService runtimeDataService) -
Uses of RuntimeDataService in org.jbpm.test.services
Fields in org.jbpm.test.services declared as RuntimeDataService Modifier and Type Field Description protected RuntimeDataServiceAbstractCaseServicesTest. runtimeDataServiceprotected RuntimeDataServiceAbstractKieServicesTest. runtimeDataServiceMethods in org.jbpm.test.services with parameters of type RuntimeDataService Modifier and Type Method Description voidAbstractCaseServicesTest. setRuntimeDataService(RuntimeDataService runtimeDataService)voidAbstractKieServicesTest. setRuntimeDataService(RuntimeDataService runtimeDataService)
-