Uses of Interface
org.jbpm.api.Deployment

Packages that use Deployment
org.jbpm.api the primary facade interfaces to the process repository, the execution repository and the management functionalities
org.jbpm.api.session interfaces to pluggable transactional resources to be used by activity implementations. 
 

Uses of Deployment in org.jbpm.api
 

Methods in org.jbpm.api that return Deployment
 Deployment Deployment.addProcessDefinition(ClientProcessDefinition processDefinition)
           
 Deployment Deployment.addResourceFromClasspath(java.lang.String resourceName)
           
 Deployment Deployment.addResourceFromFile(java.io.File file)
           
 Deployment Deployment.addResourceFromInputStream(java.lang.String resourceName, java.io.InputStream inputStream)
           
 Deployment Deployment.addResourceFromString(java.lang.String resourceName, java.lang.String string)
           
 Deployment Deployment.addResourceFromUrl(java.net.URL url)
           
 Deployment Deployment.addResourcesFromZipInputStream(java.util.zip.ZipInputStream zipInputStream)
           
 Deployment RepositoryService.createDeployment()
           
 Deployment Deployment.setName(java.lang.String name)
           
 Deployment Deployment.setTimestamp(long timestamp)
           
 

Uses of Deployment in org.jbpm.api.session
 

Methods in org.jbpm.api.session with parameters of type Deployment
 long RepositorySession.deploy(Deployment deployment)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.