Uses of Interface
org.jbpm.pvm.ProcessDefinition

Packages that use ProcessDefinition
org.jbpm.pvm the primary facade interfaces to the process repository, the execution repository and the management functionalities
org.jbpm.pvm.client for clients that want direct programmatic access to the execution object like e.g. in unit tests. 
org.jbpm.pvm.model common model base classes for the client, activity and event listener API's 
 

Uses of ProcessDefinition in org.jbpm.pvm
 

Fields in org.jbpm.pvm declared as ProcessDefinition
protected  ProcessDefinition Deployment.processDefinition
           
 

Methods in org.jbpm.pvm that return ProcessDefinition
 ProcessDefinition ProcessService.deploy(Deployment deployment)
          deploy a new process definition into the process repository.
 ProcessDefinition ProcessService.findLatestProcessDefinition(String processDefinitionName)
          latest version of the processDefinition with the given name.
 ProcessDefinition ProcessService.findProcessDefinition(String processDefinitionName, int processDefinitionVersion)
          specific version of a named processDefinition.
 ProcessDefinition Deployment.getProcessDefinition()
           
 

Methods in org.jbpm.pvm that return types with arguments of type ProcessDefinition
 List<ProcessDefinition> ProcessService.findProcessDefinitions(String processDefinitionName)
          all versions of the given process.
 

Methods in org.jbpm.pvm with parameters of type ProcessDefinition
 void Deployment.setProcessDefinition(ProcessDefinition processDefinition)
           
 

Constructors in org.jbpm.pvm with parameters of type ProcessDefinition
Deployment(ProcessDefinition processDefinition)
           
 

Uses of ProcessDefinition in org.jbpm.pvm.client
 

Subinterfaces of ProcessDefinition in org.jbpm.pvm.client
 interface ClientProcessDefinition
           
 

Uses of ProcessDefinition in org.jbpm.pvm.model
 

Subinterfaces of ProcessDefinition in org.jbpm.pvm.model
 interface OpenProcessDefinition
          a graph (or tree) structure that can be executed.
 

Methods in org.jbpm.pvm.model with parameters of type ProcessDefinition
 String IdGenerator.createId(ProcessDefinition processDefinition, Execution parent, Execution execution)
          generates a unique id for the given execution.
 String ExecutionKeyGenerator.createKey(ProcessDefinition processDefinition, Execution execution, String executionRef)
           
 



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