Uses of Interface
org.jbpm.services.api.DeploymentService
-
-
Uses of DeploymentService in org.jbpm.casemgmt.api.utils
Methods in org.jbpm.casemgmt.api.utils that return DeploymentService Modifier and Type Method Description DeploymentServiceCaseServiceConfigurator. getDeploymentService() -
Uses of DeploymentService in org.jbpm.casemgmt.impl
Methods in org.jbpm.casemgmt.impl with parameters of type DeploymentService Modifier and Type Method Description voidCaseServiceImpl. setDeploymentService(DeploymentService deploymentService) -
Uses of DeploymentService in org.jbpm.casemgmt.impl.utils
Fields in org.jbpm.casemgmt.impl.utils declared as DeploymentService Modifier and Type Field Description protected DeploymentServiceDefaultCaseServiceConfigurator. deploymentServiceMethods in org.jbpm.casemgmt.impl.utils that return DeploymentService Modifier and Type Method Description DeploymentServiceDefaultCaseServiceConfigurator. getDeploymentService() -
Uses of DeploymentService in org.jbpm.kie.services.impl
Classes in org.jbpm.kie.services.impl that implement DeploymentService Modifier and Type Class Description classAbstractDeploymentServiceclassKModuleDeploymentServiceFields in org.jbpm.kie.services.impl declared as DeploymentService Modifier and Type Field Description protected DeploymentServiceAdHocProcessServiceImpl. deploymentServiceprotected DeploymentServiceProcessServiceImpl. deploymentServiceMethods in org.jbpm.kie.services.impl with parameters of type DeploymentService Modifier and Type Method Description voidAdHocProcessServiceImpl. setDeploymentService(DeploymentService deploymentService)voidProcessServiceImpl. setDeploymentService(DeploymentService deploymentService)voidUserTaskServiceImpl. setDeploymentService(DeploymentService deploymentService) -
Uses of DeploymentService in org.jbpm.kie.services.impl.form
Methods in org.jbpm.kie.services.impl.form with parameters of type DeploymentService Modifier and Type Method Description voidFormProviderServiceImpl. setDeploymentService(DeploymentService deploymentService) -
Uses of DeploymentService in org.jbpm.kie.services.impl.store
Methods in org.jbpm.kie.services.impl.store with parameters of type DeploymentService Modifier and Type Method Description voidDeploymentSynchronizer. setDeploymentService(DeploymentService deploymentService) -
Uses of DeploymentService in org.jbpm.kie.services.impl.utils
Fields in org.jbpm.kie.services.impl.utils declared as DeploymentService Modifier and Type Field Description protected DeploymentServiceDefaultKieServiceConfigurator. deploymentServiceMethods in org.jbpm.kie.services.impl.utils that return DeploymentService Modifier and Type Method Description DeploymentServiceDefaultKieServiceConfigurator. getDeploymentService()Methods in org.jbpm.kie.services.impl.utils with parameters of type DeploymentService 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. -
Uses of DeploymentService in org.jbpm.services.api.utils
Methods in org.jbpm.services.api.utils that return DeploymentService Modifier and Type Method Description DeploymentServiceKieServiceConfigurator. getDeploymentService()Returns the deployment service. -
Uses of DeploymentService in org.jbpm.services.cdi.impl
Classes in org.jbpm.services.cdi.impl that implement DeploymentService Modifier and Type Class Description classDeploymentServiceCDIImplMethods in org.jbpm.services.cdi.impl with parameters of type DeploymentService Modifier and Type Method Description voidAdHocProcessServiceCDIImpl. setDeploymentService(DeploymentService deploymentService)voidProcessServiceCDIImpl. setDeploymentService(DeploymentService deploymentService)voidUserTaskServiceCDIImpl. setDeploymentService(DeploymentService deploymentService) -
Uses of DeploymentService in org.jbpm.services.cdi.impl.form
Methods in org.jbpm.services.cdi.impl.form with parameters of type DeploymentService Modifier and Type Method Description voidFormProvidesServiceCDIImpl. setDeploymentService(DeploymentService deploymentService) -
Uses of DeploymentService in org.jbpm.services.cdi.impl.store
Methods in org.jbpm.services.cdi.impl.store with parameters of type DeploymentService Modifier and Type Method Description voidDeploymentSynchronizerCDIImpl. setDeploymentService(DeploymentService deploymentService) -
Uses of DeploymentService in org.jbpm.services.ejb.api
Subinterfaces of DeploymentService in org.jbpm.services.ejb.api Modifier and Type Interface Description interfaceDeploymentServiceEJBLocal -
Uses of DeploymentService in org.jbpm.services.ejb.impl
Classes in org.jbpm.services.ejb.impl that implement DeploymentService Modifier and Type Class Description classDeploymentServiceEJBImplMethods in org.jbpm.services.ejb.impl with parameters of type DeploymentService Modifier and Type Method Description voidProcessServiceEJBImpl. setDeploymentService(DeploymentService deploymentService)voidUserTaskServiceEJBImpl. setDeploymentService(DeploymentService deploymentService) -
Uses of DeploymentService in org.jbpm.services.ejb.impl.store
Methods in org.jbpm.services.ejb.impl.store with parameters of type DeploymentService Modifier and Type Method Description voidDeploymentSynchronizerEJBImpl. setDeploymentService(DeploymentService deploymentService) -
Uses of DeploymentService in org.jbpm.test.services
Fields in org.jbpm.test.services declared as DeploymentService Modifier and Type Field Description protected DeploymentServiceAbstractServicesTest. deploymentServiceMethods in org.jbpm.test.services with parameters of type DeploymentService Modifier and Type Method Description voidAbstractCaseServicesTest. setDeploymentService(DeploymentService deploymentService)voidAbstractKieServicesTest. setDeploymentService(DeploymentService deploymentService)
-