|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParticipantDefinition | |
---|---|
org.ow2.bonita.facade | |
org.ow2.bonita.facade.def.majorElement |
Contains interfaces for objects representing major XPDL elements returned
by the org.ow2.bonita.facade.QueryDefintionAPI . |
org.ow2.bonita.facade.def.majorElement.impl | |
org.ow2.bonita.facade.internal | 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.def.majorElement |
---|
Methods in org.ow2.bonita.facade.def.majorElement that return types with arguments of type ParticipantDefinition | |
---|---|
java.util.Set<ParticipantDefinition> |
ClientProcessDefinition.getParticipants()
|
Uses of ParticipantDefinition in org.ow2.bonita.facade.def.majorElement.impl |
---|
Classes in org.ow2.bonita.facade.def.majorElement.impl that implement ParticipantDefinition | |
---|---|
class |
ParticipantDefinitionImpl
|
Fields in org.ow2.bonita.facade.def.majorElement.impl with type parameters of type ParticipantDefinition | |
---|---|
protected java.util.Set<ParticipantDefinition> |
ProcessDefinitionImpl.participants
|
Methods in org.ow2.bonita.facade.def.majorElement.impl that return types with arguments of type ParticipantDefinition | |
---|---|
java.util.Set<ParticipantDefinition> |
ProcessDefinitionImpl.getParticipants()
|
Constructors in org.ow2.bonita.facade.def.majorElement.impl with parameters of type ParticipantDefinition | |
---|---|
ParticipantDefinitionImpl(ParticipantDefinition src)
|
Uses of ParticipantDefinition in org.ow2.bonita.facade.internal |
---|
Methods in org.ow2.bonita.facade.internal that return ParticipantDefinition | |
---|---|
ParticipantDefinition |
InternalQueryDefinitionAPI.getProcessParticipant(ProcessDefinitionUUID processDefinitionUUID,
java.lang.String participantId,
java.lang.String queryList)
|
Methods in org.ow2.bonita.facade.internal that return types with arguments of type ParticipantDefinition | |
---|---|
java.util.Set<ParticipantDefinition> |
InternalQueryDefinitionAPI.getProcessParticipants(ProcessDefinitionUUID processDefinitionUUID,
java.lang.String queryList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |