Uses of Interface
org.operaton.bpm.model.bpmn.instance.Participant
Packages that use Participant
-
Uses of Participant in org.operaton.bpm.model.bpmn.impl.instance
Classes in org.operaton.bpm.model.bpmn.impl.instance that implement ParticipantFields in org.operaton.bpm.model.bpmn.impl.instance with type parameters of type ParticipantModifier and TypeFieldDescriptionprotected static ElementReference<Participant, InnerParticipantRef> ParticipantAssociationImpl.innerParticipantRefChildprotected static ElementReference<Participant, OuterParticipantRef> ParticipantAssociationImpl.outerParticipantRefChildprotected static ChildElementCollection<Participant> CollaborationImpl.participantCollectionprotected static ElementReferenceCollection<Participant, ParticipantRef> ConversationNodeImpl.participantRefCollectionMethods in org.operaton.bpm.model.bpmn.impl.instance that return ParticipantModifier and TypeMethodDescriptionParticipantAssociationImpl.getInnerParticipant()ParticipantAssociationImpl.getOuterParticipant()Methods in org.operaton.bpm.model.bpmn.impl.instance that return types with arguments of type ParticipantModifier and TypeMethodDescriptionCollaborationImpl.getParticipants()ConversationNodeImpl.getParticipants()Methods in org.operaton.bpm.model.bpmn.impl.instance with parameters of type ParticipantModifier and TypeMethodDescriptionvoidParticipantAssociationImpl.setInnerParticipant(Participant innerParticipant) voidParticipantAssociationImpl.setOuterParticipant(Participant outerParticipant) -
Uses of Participant in org.operaton.bpm.model.bpmn.instance
Methods in org.operaton.bpm.model.bpmn.instance that return ParticipantModifier and TypeMethodDescriptionParticipantAssociation.getInnerParticipant()ParticipantAssociation.getOuterParticipant()Methods in org.operaton.bpm.model.bpmn.instance that return types with arguments of type ParticipantModifier and TypeMethodDescriptionCollaboration.getParticipants()ConversationNode.getParticipants()Methods in org.operaton.bpm.model.bpmn.instance with parameters of type ParticipantModifier and TypeMethodDescriptionvoidParticipantAssociation.setInnerParticipant(Participant innerParticipant) voidParticipantAssociation.setOuterParticipant(Participant outerParticipant)