Uses of Interface
org.camunda.bpm.model.bpmn.instance.Participant
Packages that use Participant
-
Uses of Participant in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement ParticipantFields in org.camunda.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.camunda.bpm.model.bpmn.impl.instance that return ParticipantModifier and TypeMethodDescriptionParticipantAssociationImpl.getInnerParticipant()
ParticipantAssociationImpl.getOuterParticipant()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type ParticipantModifier and TypeMethodDescriptionCollaborationImpl.getParticipants()
ConversationNodeImpl.getParticipants()
Methods in org.camunda.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.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return ParticipantModifier and TypeMethodDescriptionParticipantAssociation.getInnerParticipant()
ParticipantAssociation.getOuterParticipant()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type ParticipantModifier and TypeMethodDescriptionCollaboration.getParticipants()
ConversationNode.getParticipants()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type ParticipantModifier and TypeMethodDescriptionvoid
ParticipantAssociation.setInnerParticipant
(Participant innerParticipant) void
ParticipantAssociation.setOuterParticipant
(Participant outerParticipant)