jBPM :: Services API 6.2.0.CR1

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

Packages that use DeploymentUnit
org.jbpm.services.api   
org.jbpm.services.api.model   
 

Uses of DeploymentUnit in org.jbpm.services.api
 

Methods in org.jbpm.services.api with parameters of type DeploymentUnit
 void DeploymentService.deploy(DeploymentUnit unit)
          Performs deployment operation of given unit.
 void DeploymentService.undeploy(DeploymentUnit unit)
          Performs undeployment operation of given unit.
 

Uses of DeploymentUnit in org.jbpm.services.api.model
 

Methods in org.jbpm.services.api.model that return DeploymentUnit
 DeploymentUnit DeployedUnit.getDeploymentUnit()
           
 


jBPM :: Services API 6.2.0.CR1

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