Uses of Interface
org.jbpm.api.task.Participation

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

Methods in org.jbpm.api that return types with arguments of type Participation
 java.util.List<Participation> TaskService.getTaskParticipations(java.lang.String taskId)
          get roles related to a given task.
 



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