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 DeploymentService
CaseServiceConfigurator. 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 void
CaseServiceImpl. 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 DeploymentService
DefaultCaseServiceConfigurator. deploymentService
Methods in org.jbpm.casemgmt.impl.utils that return DeploymentService Modifier and Type Method Description DeploymentService
DefaultCaseServiceConfigurator. 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 class
AbstractDeploymentService
class
KModuleDeploymentService
Fields in org.jbpm.kie.services.impl declared as DeploymentService Modifier and Type Field Description protected DeploymentService
AdHocProcessServiceImpl. deploymentService
protected DeploymentService
ProcessServiceImpl. deploymentService
Methods in org.jbpm.kie.services.impl with parameters of type DeploymentService Modifier and Type Method Description void
AdHocProcessServiceImpl. setDeploymentService(DeploymentService deploymentService)
void
ProcessServiceImpl. setDeploymentService(DeploymentService deploymentService)
void
UserTaskServiceImpl. 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 void
FormProviderServiceImpl. 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 void
DeploymentSynchronizer. 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 DeploymentService
DefaultKieServiceConfigurator. deploymentService
Methods in org.jbpm.kie.services.impl.utils that return DeploymentService Modifier and Type Method Description DeploymentService
DefaultKieServiceConfigurator. 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 givenDeploymentUnit
has 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 DeploymentService
KieServiceConfigurator. 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 class
DeploymentServiceCDIImpl
Methods in org.jbpm.services.cdi.impl with parameters of type DeploymentService Modifier and Type Method Description void
AdHocProcessServiceCDIImpl. setDeploymentService(DeploymentService deploymentService)
void
ProcessServiceCDIImpl. setDeploymentService(DeploymentService deploymentService)
void
UserTaskServiceCDIImpl. 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 void
FormProvidesServiceCDIImpl. 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 void
DeploymentSynchronizerCDIImpl. 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 interface
DeploymentServiceEJBLocal
-
Uses of DeploymentService in org.jbpm.services.ejb.impl
Classes in org.jbpm.services.ejb.impl that implement DeploymentService Modifier and Type Class Description class
DeploymentServiceEJBImpl
Methods in org.jbpm.services.ejb.impl with parameters of type DeploymentService Modifier and Type Method Description void
ProcessServiceEJBImpl. setDeploymentService(DeploymentService deploymentService)
void
UserTaskServiceEJBImpl. 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 void
DeploymentSynchronizerEJBImpl. 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 DeploymentService
AbstractServicesTest. deploymentService
Methods in org.jbpm.test.services with parameters of type DeploymentService Modifier and Type Method Description void
AbstractCaseServicesTest. setDeploymentService(DeploymentService deploymentService)
void
AbstractKieServicesTest. setDeploymentService(DeploymentService deploymentService)
-