|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParticipantDefinition | |
---|---|
org.ow2.bonita.facade | Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. |
org.ow2.bonita.facade.remote | All interfaces in this package are for internal use only. |
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 and participant Id. |
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 processDefinition UUID. |
Uses of ParticipantDefinition in org.ow2.bonita.facade.remote |
---|
Methods in org.ow2.bonita.facade.remote that return ParticipantDefinition | |
---|---|
ParticipantDefinition |
RemoteQueryDefinitionAPI.getProcessParticipant(ProcessDefinitionUUID processDefinitionUUID,
java.lang.String participantId)
|
Methods in org.ow2.bonita.facade.remote that return types with arguments of type ParticipantDefinition | |
---|---|
java.util.Set<ParticipantDefinition> |
RemoteQueryDefinitionAPI.getProcessParticipants(ProcessDefinitionUUID processDefinitionUUID)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |