Uses of Interface
org.jbpm.api.ProcessDefinition

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

Uses of ProcessDefinition in org.jbpm.api
 

Methods in org.jbpm.api that return ProcessDefinition
 ProcessDefinition ProcessDefinitionQuery.uniqueResult()
           
 

Methods in org.jbpm.api that return types with arguments of type ProcessDefinition
 java.util.List<ProcessDefinition> ProcessDefinitionQuery.list()
           
 

Uses of ProcessDefinition in org.jbpm.api.client
 

Subinterfaces of ProcessDefinition in org.jbpm.api.client
 interface ClientProcessDefinition
          adds factory methods for creating and beginning new process instances.
 

Uses of ProcessDefinition in org.jbpm.api.model
 

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



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