jBPM :: Distribution 6.2.0-SNAPSHOT

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

Packages that use DeploymentUnit
org.jbpm.kie.services.impl   
org.jbpm.kie.services.impl.store   
org.jbpm.services.api   
org.jbpm.services.api.model   
org.jbpm.services.cdi.impl   
 

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.notifyOnActivate(DeploymentUnit unit, DeployedUnit deployedUnit)
           
 void AbstractDeploymentService.notifyOnDeactivate(DeploymentUnit unit, DeployedUnit deployedUnit)
           
 void AbstractDeploymentService.notifyOnDeploy(DeploymentUnit unit, DeployedUnit deployedUnit)
           
 void AbstractDeploymentService.notifyOnUnDeploy(DeploymentUnit unit, DeployedUnit deployedUnit)
           
protected  void KModuleDeploymentService.processResources(org.drools.compiler.kie.builder.impl.InternalKieModule module, Map<String,String> formsData, Collection<String> files, KieContainer kieContainer, DeploymentUnit unit, DeployedUnitImpl deployedUnit, ReleaseId releaseId)
           
 void KModuleDeploymentService.undeploy(DeploymentUnit unit)
           
 void AbstractDeploymentService.undeploy(DeploymentUnit unit)
           
 

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

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

Methods in org.jbpm.kie.services.impl.store that return types with arguments of type DeploymentUnit
 Collection<DeploymentUnit> DeploymentStore.getDeactivatedDeploymentUnits()
           
 Collection<DeploymentUnit> DeploymentStore.getEnabledDeploymentUnits()
           
 

Methods in org.jbpm.kie.services.impl.store with parameters of type DeploymentUnit
 void DeploymentStore.activateDeploymentUnit(DeploymentUnit unit)
           
 void DeploymentStore.deactivateDeploymentUnit(DeploymentUnit unit)
           
 void DeploymentStore.disableDeploymentUnit(DeploymentUnit unit)
           
 void DeploymentStore.enableDeploymentUnit(DeploymentUnit unit)
           
 void DeploymentStore.markDeploymentUnitAsObsolete(DeploymentUnit unit)
           
 

Method parameters in org.jbpm.kie.services.impl.store with type arguments of type DeploymentUnit
 void DeploymentStore.getDeploymentUnitsByDate(Date date, Collection<DeploymentUnit> enabled, Collection<DeploymentUnit> disabled, Collection<DeploymentUnit> activated, Collection<DeploymentUnit> deactivated)
           
 void DeploymentStore.getDeploymentUnitsByDate(Date date, Collection<DeploymentUnit> enabled, Collection<DeploymentUnit> disabled, Collection<DeploymentUnit> activated, Collection<DeploymentUnit> deactivated)
           
 void DeploymentStore.getDeploymentUnitsByDate(Date date, Collection<DeploymentUnit> enabled, Collection<DeploymentUnit> disabled, Collection<DeploymentUnit> activated, Collection<DeploymentUnit> deactivated)
           
 void DeploymentStore.getDeploymentUnitsByDate(Date date, Collection<DeploymentUnit> enabled, Collection<DeploymentUnit> disabled, Collection<DeploymentUnit> activated, Collection<DeploymentUnit> deactivated)
           
 

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()
           
 

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

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


jBPM :: Distribution 6.2.0-SNAPSHOT

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