Uses of Interface
org.eximeebpms.bpm.model.bpmn.instance.Participant
Packages that use Participant
Package
Description
-
Uses of Participant in org.eximeebpms.bpm.model.bpmn.impl.instance
Classes in org.eximeebpms.bpm.model.bpmn.impl.instance that implement ParticipantFields in org.eximeebpms.bpm.model.bpmn.impl.instance with type parameters of type ParticipantModifier and TypeFieldDescriptionprotected static ElementReference
<Participant, InnerParticipantRef> ParticipantAssociationImpl.innerParticipantRefChild
protected static ElementReference
<Participant, OuterParticipantRef> ParticipantAssociationImpl.outerParticipantRefChild
protected static ChildElementCollection
<Participant> CollaborationImpl.participantCollection
protected static ElementReferenceCollection
<Participant, ParticipantRef> ConversationNodeImpl.participantRefCollection
Methods in org.eximeebpms.bpm.model.bpmn.impl.instance that return ParticipantModifier and TypeMethodDescriptionParticipantAssociationImpl.getInnerParticipant()
ParticipantAssociationImpl.getOuterParticipant()
Methods in org.eximeebpms.bpm.model.bpmn.impl.instance that return types with arguments of type ParticipantModifier and TypeMethodDescriptionCollaborationImpl.getParticipants()
ConversationNodeImpl.getParticipants()
Methods in org.eximeebpms.bpm.model.bpmn.impl.instance with parameters of type ParticipantModifier and TypeMethodDescriptionvoid
ParticipantAssociationImpl.setInnerParticipant
(Participant innerParticipant) void
ParticipantAssociationImpl.setOuterParticipant
(Participant outerParticipant) -
Uses of Participant in org.eximeebpms.bpm.model.bpmn.instance
Methods in org.eximeebpms.bpm.model.bpmn.instance that return ParticipantModifier and TypeMethodDescriptionParticipantAssociation.getInnerParticipant()
ParticipantAssociation.getOuterParticipant()
Methods in org.eximeebpms.bpm.model.bpmn.instance that return types with arguments of type ParticipantModifier and TypeMethodDescriptionCollaboration.getParticipants()
ConversationNode.getParticipants()
Methods in org.eximeebpms.bpm.model.bpmn.instance with parameters of type ParticipantModifier and TypeMethodDescriptionvoid
ParticipantAssociation.setInnerParticipant
(Participant innerParticipant) void
ParticipantAssociation.setOuterParticipant
(Participant outerParticipant)