Uses of Interface
org.jbpm.api.NewDeployment

Packages that use NewDeployment
org.jbpm.api the jBPM API, Start by creating a Configuration, build a ProcessEngine from that, and then you can find the workflow methods on the services like ExecutionService, TaskService
 

Uses of NewDeployment in org.jbpm.api
 

Methods in org.jbpm.api that return NewDeployment
 NewDeployment NewDeployment.addResourceFromClasspath(java.lang.String resourceName)
          adds a resource as a resource from the classpath
 NewDeployment NewDeployment.addResourceFromFile(java.io.File file)
          adds a resource from a file
 NewDeployment NewDeployment.addResourceFromInputStream(java.lang.String resourceName, java.io.InputStream inputStream)
          adds a resource as a string
 NewDeployment NewDeployment.addResourceFromString(java.lang.String resourceName, java.lang.String string)
          adds a resource as a string
 NewDeployment NewDeployment.addResourceFromUrl(java.net.URL url)
          adds a resource as a url
 NewDeployment NewDeployment.addResourcesFromZipInputStream(java.util.zip.ZipInputStream zipInputStream)
          adds a resource as a zip stream
 NewDeployment RepositoryService.createDeployment()
          create a new deployment.
 NewDeployment NewDeployment.setName(java.lang.String name)
          typically correspond to the file name or url or some other form of identifying the source archive file for this deployment.
 NewDeployment NewDeployment.setTimestamp(long timestamp)
          the timestamp can optionally be given and represents the last updated timestamp of the archive file that is being deployed.
 



Copyright © 2010 JBoss Community. All Rights Reserved.