Uses of Interface
org.ow2.bonita.facade.def.majorElement.ParticipantDefinition

Packages that use ParticipantDefinition
org.ow2.bonita.facade Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. 
org.ow2.bonita.facade.def.majorElement Contains interfaces for objects representing major XPDL elements returned by the QueryDefintionAPI. 
 

Uses of ParticipantDefinition in org.ow2.bonita.facade
 

Methods in org.ow2.bonita.facade that return ParticipantDefinition
 ParticipantDefinition QueryDefinitionAPI.getProcessParticipant(ProcessDefinitionUUID processDefinitionUUID, java.lang.String participantId)
          Returns the participant definition for the specified processDefinition UUID.
 

Methods in org.ow2.bonita.facade that return types with arguments of type ParticipantDefinition
 java.util.Set<ParticipantDefinition> QueryDefinitionAPI.getProcessParticipants(ProcessDefinitionUUID processDefinitionUUID)
          Returns the set of participant definitions for the specified process and deployment.
 

Uses of ParticipantDefinition in org.ow2.bonita.facade.def.majorElement
 

Methods in org.ow2.bonita.facade.def.majorElement that return types with arguments of type ParticipantDefinition
 java.util.Set<ParticipantDefinition> ProcessFullDefinition.getParticipants()
           
 java.util.Set<ParticipantDefinition> PackageFullDefinition.getParticipants()
           
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.