Uses of Class
org.jbpm.pvm.internal.repository.DeploymentImpl

Packages that use DeploymentImpl
org.jbpm.pvm.internal.cmd   
org.jbpm.pvm.internal.repository   
org.jbpm.pvm.internal.session   
org.jbpm.pvm.internal.wire.binding each Binding class creates a wire descriptor from a dom element. 
 

Uses of DeploymentImpl in org.jbpm.pvm.internal.cmd
 

Constructors in org.jbpm.pvm.internal.cmd with parameters of type DeploymentImpl
DeployCmd(DeploymentImpl deployment)
           
 

Uses of DeploymentImpl in org.jbpm.pvm.internal.repository
 

Fields in org.jbpm.pvm.internal.repository declared as DeploymentImpl
protected  DeploymentImpl DeploymentProperty.deployment
           
 

Methods in org.jbpm.pvm.internal.repository that return DeploymentImpl
protected  DeploymentImpl DeploymentClassLoader.getDeployment()
           
 DeploymentImpl DeploymentProperty.getDeployment()
           
 DeploymentImpl RepositorySessionImpl.getDeployment(java.lang.String deploymentId)
           
 DeploymentImpl DeploymentImpl.setName(java.lang.String name)
           
 DeploymentImpl DeploymentImpl.setTimestamp(long timestamp)
           
 

Methods in org.jbpm.pvm.internal.repository with parameters of type DeploymentImpl
 void RepositorySessionImpl.cascadeDeploymentResume(DeploymentImpl deployment)
           
 void RepositorySessionImpl.cascadeDeploymentSuspend(DeploymentImpl deployment)
           
protected  void ProcessDeployer.checkId(ProcessDefinitionImpl processDefinition, DeploymentImpl deployment)
           
protected  void ProcessDeployer.checkKey(ProcessDefinitionImpl processDefinition, DeploymentImpl deployment)
           
protected  void ProcessDeployer.checkVersion(ProcessDefinitionImpl processDefinition, DeploymentImpl deployment)
           
 void DeployerManager.deploy(DeploymentImpl deployment)
           
 void Deployer.deploy(DeploymentImpl deployment)
           
 void ProcessDeployer.deploy(DeploymentImpl deployment)
           
 void RulesDeployer.deploy(DeploymentImpl deployment)
           
 void DeployerManager.updateResource(DeploymentImpl deployment, java.lang.String resourceName, byte[] bytes)
           
 void Deployer.updateResource(DeploymentImpl deployment, java.lang.String resourceName, byte[] bytes)
           
 void ProcessDeployer.updateResource(DeploymentImpl deployment, java.lang.String resourceName, byte[] bytes)
           
 void RulesDeployer.updateResource(DeploymentImpl deployment, java.lang.String resourceName, byte[] bytes)
           
 

Constructors in org.jbpm.pvm.internal.repository with parameters of type DeploymentImpl
DeploymentProperty(DeploymentImpl deployment, java.lang.String objectName, java.lang.String key)
           
 

Uses of DeploymentImpl in org.jbpm.pvm.internal.session
 

Methods in org.jbpm.pvm.internal.session that return DeploymentImpl
 DeploymentImpl RepositorySession.getDeployment(java.lang.String deploymentId)
           
 

Uses of DeploymentImpl in org.jbpm.pvm.internal.wire.binding
 

Methods in org.jbpm.pvm.internal.wire.binding with parameters of type DeploymentImpl
 PolicyEvaluation VersionTimestampPolicy.evaluate(DeploymentImpl deployment)
           
 PolicyEvaluation SavePolicy.evaluate(DeploymentImpl deployment)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.