jBPM distribution 6.2.0.Beta2

Uses of Interface
org.jbpm.services.api.model.DeployedUnit

Packages that use DeployedUnit
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
 class DeployedUnitImpl
           
 

Fields in org.jbpm.kie.services.impl with type parameters of type DeployedUnit
protected  Map<String,DeployedUnit> AbstractDeploymentService.deploymentsMap
           
 

Methods in org.jbpm.kie.services.impl that return DeployedUnit
 DeployedUnit AbstractDeploymentService.getDeployedUnit(String deploymentUnitId)
           
 

Methods in org.jbpm.kie.services.impl that return types with arguments of type DeployedUnit
 Collection<DeployedUnit> AbstractDeploymentService.getDeployedUnits()
           
 Map<String,DeployedUnit> AbstractDeploymentService.getDeploymentsMap()
           
 

Methods in org.jbpm.kie.services.impl with parameters of type DeployedUnit
protected  RuntimeEnvironmentBuilder KModuleDeploymentService.boostrapRuntimeEnvironmentBuilder(KModuleDeploymentUnit deploymentUnit, DeployedUnit deployedUnit, KieContainer kieContainer, org.kie.internal.runtime.conf.MergeMode mode)
           
 void AbstractDeploymentService.notifyOnDeploy(DeploymentUnit unit, DeployedUnit deployedUnit)
           
 void AbstractDeploymentService.notifyOnUnDeploy(DeploymentUnit unit, DeployedUnit deployedUnit)
           
 

Uses of DeployedUnit in org.jbpm.services.api
 

Methods in org.jbpm.services.api that return DeployedUnit
 DeployedUnit DeploymentEvent.getDeployedUnit()
           
 DeployedUnit DeploymentService.getDeployedUnit(String deploymentUnitId)
          Returns DeployedUnit instance for given deployment id if exists
 

Methods in org.jbpm.services.api that return types with arguments of type DeployedUnit
 Collection<DeployedUnit> DeploymentService.getDeployedUnits()
          Returns all (currently) deployed units.
 

Methods in org.jbpm.services.api with parameters of type DeployedUnit
 void DeploymentEvent.setDeployedUnit(DeployedUnit deployedUnit)
           
 

Constructors in org.jbpm.services.api with parameters of type DeployedUnit
DeploymentEvent(String deploymentId, DeployedUnit deployedUnit)
           
 

Uses of DeployedUnit in org.jbpm.services.cdi.impl
 

Methods in org.jbpm.services.cdi.impl with parameters of type DeployedUnit
 void DeploymentServiceCDIImpl.notifyOnDeploy(DeploymentUnit unit, DeployedUnit deployedUnit)
           
 void DeploymentServiceCDIImpl.notifyOnUnDeploy(DeploymentUnit unit, DeployedUnit deployedUnit)
           
 


jBPM distribution 6.2.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.