jBPM :: Services API 6.2.0.Beta3

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

Packages that use DeployedUnit
org.jbpm.services.api   
 

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)
           
 


jBPM :: Services API 6.2.0.Beta3

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