Class CollaborationImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
org.camunda.bpm.model.bpmn.impl.instance.RootElementImpl
org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
- All Implemented Interfaces:
- BaseElement,- BpmnModelElementInstance,- Collaboration,- RootElement,- ModelElementInstance
- Direct Known Subclasses:
- GlobalConversationImpl
The BPMN collaboration element
- Author:
- Sebastian Menski
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static ChildElementCollection<Artifact>protected static ChildElementCollection<ConversationAssociation>protected static ChildElementCollection<ConversationLink>TODO: choreographyRefprotected static ChildElementCollection<ConversationNode>protected static ChildElementCollection<CorrelationKey>protected static ChildElementCollection<MessageFlowAssociation>protected static ChildElementCollection<MessageFlow>protected static ChildElementCollection<ParticipantAssociation>protected static ChildElementCollection<Participant>Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpldocumentationCollection, extensionElementsChild, idAttributeFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImplmodelInstance
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionTODO: choreographyRefgetName()booleanisClosed()static voidregisterType(ModelBuilder modelBuilder) voidsetClosed(boolean isClosed) voidMethods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImplgetDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setIdMethods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImplbuilder, getScope, isScopeMethods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpladdChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElementgetDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setIdMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstancebuilder, getScope, isScopeMethods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstanceaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
- 
Field Details- 
nameAttribute
- 
isClosedAttribute
- 
participantCollection
- 
messageFlowCollection
- 
artifactCollection
- 
conversationNodeCollection
- 
conversationAssociationCollection
- 
participantAssociationCollection
- 
messageFlowAssociationCollection
- 
correlationKeyCollection
- 
conversationLinkCollectionTODO: choreographyRef
 
- 
- 
Constructor Details- 
CollaborationImpl
 
- 
- 
Method Details- 
registerType
- 
getName- Specified by:
- getNamein interface- Collaboration
 
- 
setName- Specified by:
- setNamein interface- Collaboration
 
- 
isClosedpublic boolean isClosed()- Specified by:
- isClosedin interface- Collaboration
 
- 
setClosedpublic void setClosed(boolean isClosed) - Specified by:
- setClosedin interface- Collaboration
 
- 
getParticipants- Specified by:
- getParticipantsin interface- Collaboration
 
- 
getMessageFlows- Specified by:
- getMessageFlowsin interface- Collaboration
 
- 
getArtifacts- Specified by:
- getArtifactsin interface- Collaboration
 
- 
getConversationNodes- Specified by:
- getConversationNodesin interface- Collaboration
 
- 
getConversationAssociations- Specified by:
- getConversationAssociationsin interface- Collaboration
 
- 
getParticipantAssociations- Specified by:
- getParticipantAssociationsin interface- Collaboration
 
- 
getMessageFlowAssociations- Specified by:
- getMessageFlowAssociationsin interface- Collaboration
 
- 
getCorrelationKeys- Specified by:
- getCorrelationKeysin interface- Collaboration
 
- 
getConversationLinksDescription copied from interface:CollaborationTODO: choreographyRef- Specified by:
- getConversationLinksin interface- Collaboration
 
 
-