Uses of Interface
org.jbpm.services.api.model.DeployedUnit
-
Packages that use DeployedUnit Package Description org.jbpm.kie.services.impl org.jbpm.services.api org.jbpm.services.cdi.impl -
-
Uses of DeployedUnit in org.jbpm.kie.services.impl
Classes in org.jbpm.kie.services.impl that implement DeployedUnit Modifier and Type Class Description classDeployedUnitImplFields in org.jbpm.kie.services.impl with type parameters of type DeployedUnit Modifier and Type Field Description protected Map<String,DeployedUnit>AbstractDeploymentService. deploymentsMapMethods in org.jbpm.kie.services.impl that return DeployedUnit Modifier and Type Method Description DeployedUnitAbstractDeploymentService. getDeployedUnit(String deploymentUnitId)Methods in org.jbpm.kie.services.impl that return types with arguments of type DeployedUnit Modifier and Type Method Description Collection<DeployedUnit>AbstractDeploymentService. getDeployedUnits()Map<String,DeployedUnit>AbstractDeploymentService. getDeploymentsMap()Methods in org.jbpm.kie.services.impl with parameters of type DeployedUnit Modifier and Type Method Description protected org.kie.api.runtime.manager.RuntimeEnvironmentBuilderKModuleDeploymentService. boostrapRuntimeEnvironmentBuilder(KModuleDeploymentUnit deploymentUnit, DeployedUnit deployedUnit, org.kie.api.runtime.KieContainer kieContainer, org.kie.internal.runtime.conf.MergeMode mode)This creates and fills aRuntimeEnvironmentBuilderinstance, which is later used when creating services.protected voidProcessServiceImpl. disallowWhenNotActive(DeployedUnit deployedUnit, org.kie.api.command.Command<?> cmd)voidAbstractDeploymentService. notifyOnActivate(DeploymentUnit unit, DeployedUnit deployedUnit)voidAbstractDeploymentService. notifyOnDeactivate(DeploymentUnit unit, DeployedUnit deployedUnit)voidAbstractDeploymentService. notifyOnDeploy(DeploymentUnit unit, DeployedUnit deployedUnit)voidAbstractDeploymentService. notifyOnUnDeploy(DeploymentUnit unit, DeployedUnit deployedUnit) -
Uses of DeployedUnit in org.jbpm.services.api
Methods in org.jbpm.services.api that return DeployedUnit Modifier and Type Method Description DeployedUnitDeploymentEvent. getDeployedUnit()Returns the deployed unitDeployedUnitDeploymentService. getDeployedUnit(String deploymentUnitId)ReturnsDeployedUnitinstance for given deployment id if existsMethods in org.jbpm.services.api that return types with arguments of type DeployedUnit Modifier and Type Method Description Collection<DeployedUnit>DeploymentService. getDeployedUnits()Returns all (currently) deployed units.Methods in org.jbpm.services.api with parameters of type DeployedUnit Modifier and Type Method Description voidDeploymentEvent. setDeployedUnit(DeployedUnit deployedUnit)Sets the deployed unit.Constructors in org.jbpm.services.api with parameters of type DeployedUnit Constructor Description DeploymentEvent(String deploymentId, DeployedUnit deployedUnit)Create a new deployment event given deployment id and deployed unit. -
Uses of DeployedUnit in org.jbpm.services.cdi.impl
Methods in org.jbpm.services.cdi.impl with parameters of type DeployedUnit Modifier and Type Method Description voidDeploymentServiceCDIImpl. notifyOnActivate(DeploymentUnit unit, DeployedUnit deployedUnit)voidDeploymentServiceCDIImpl. notifyOnDeactivate(DeploymentUnit unit, DeployedUnit deployedUnit)voidDeploymentServiceCDIImpl. notifyOnDeploy(DeploymentUnit unit, DeployedUnit deployedUnit)voidDeploymentServiceCDIImpl. notifyOnUnDeploy(DeploymentUnit unit, DeployedUnit deployedUnit)
-