Uses of Class
org.ow2.bonita.facade.exception.ParticipantNotFoundException

Packages that use ParticipantNotFoundException
org.ow2.bonita.facade Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. 
org.ow2.bonita.facade.exception Contains exception classes thrown by Nova Bonita APIs. 
org.ow2.bonita.facade.remote All interfaces in this package are for internal use only. 
 

Uses of ParticipantNotFoundException in org.ow2.bonita.facade
 

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

Uses of ParticipantNotFoundException in org.ow2.bonita.facade.exception
 

Methods in org.ow2.bonita.facade.exception that return ParticipantNotFoundException
static ParticipantNotFoundException ParticipantNotFoundException.build(java.lang.Throwable e)
           
 

Constructors in org.ow2.bonita.facade.exception with parameters of type ParticipantNotFoundException
ParticipantNotFoundException(ParticipantNotFoundException e)
           
 

Uses of ParticipantNotFoundException in org.ow2.bonita.facade.remote
 

Methods in org.ow2.bonita.facade.remote that throw ParticipantNotFoundException
 ParticipantDefinition RemoteQueryDefinitionAPI.getProcessParticipant(ProcessDefinitionUUID processDefinitionUUID, java.lang.String participantId)
           
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.