jBPM distribution 6.0.0.Final

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

Packages that use DeploymentUnit
org.jbpm.kie.services.api   
org.jbpm.kie.services.impl   
 

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

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

Methods in org.jbpm.kie.services.api with parameters of type DeploymentUnit
 void DeploymentService.deploy(DeploymentUnit unit)
           
 void DeploymentService.undeploy(DeploymentUnit unit)
           
 

Uses of DeploymentUnit in org.jbpm.kie.services.impl
 

Classes in org.jbpm.kie.services.impl that implement DeploymentUnit
 class KModuleDeploymentUnit
           
 

Methods in org.jbpm.kie.services.impl that return DeploymentUnit
 DeploymentUnit DeployedUnitImpl.getDeploymentUnit()
           
 

Methods in org.jbpm.kie.services.impl with parameters of type DeploymentUnit
 void AbstractDeploymentService.commonDeploy(DeploymentUnit unit, DeployedUnitImpl deployedUnit, RuntimeEnvironment environemnt)
           
 void KModuleDeploymentService.deploy(DeploymentUnit unit)
           
 void AbstractDeploymentService.deploy(DeploymentUnit unit)
           
 void AbstractDeploymentService.undeploy(DeploymentUnit unit)
           
 

Constructors in org.jbpm.kie.services.impl with parameters of type DeploymentUnit
DeployedUnitImpl(DeploymentUnit unit)
           
 


jBPM distribution 6.0.0.Final

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