Uses of Interface
org.jbpm.api.ProcessDefinition

Packages that use ProcessDefinition
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 ProcessDefinition in org.jbpm.api
 

Methods in org.jbpm.api that return ProcessDefinition
 ProcessDefinition ProcessDefinitionQuery.uniqueResult()
          execute the query and obtain the unique ProcessDefinition
 

Methods in org.jbpm.api that return types with arguments of type ProcessDefinition
 java.util.List<ProcessDefinition> ProcessDefinitionQuery.list()
          execute the query and obtain the list of ProcessDefinitions
 



Copyright © 2010 JBoss Community. All Rights Reserved.