|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Collaboration
The BPMN collaboration element
| Method Summary | |
|---|---|
Collection<Artifact> |
getArtifacts()
|
Collection<ConversationAssociation> |
getConversationAssociations()
|
Collection<ConversationLink> |
getConversationLinks()
TODO: choreographyRef |
Collection<ConversationNode> |
getConversationNodes()
|
Collection<CorrelationKey> |
getCorrelationKeys()
|
Collection<MessageFlowAssociation> |
getMessageFlowAssociations()
|
Collection<MessageFlow> |
getMessageFlows()
|
String |
getName()
|
Collection<ParticipantAssociation> |
getParticipantAssociations()
|
Collection<Participant> |
getParticipants()
|
boolean |
isClosed()
|
void |
setClosed(boolean isClosed)
|
void |
setName(String name)
|
| Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElement |
|---|
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId |
| Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance |
|---|
builder, getScope, isScope |
| Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance |
|---|
addChildElement, 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 |
| Method Detail |
|---|
String getName()
void setName(String name)
boolean isClosed()
void setClosed(boolean isClosed)
Collection<Participant> getParticipants()
Collection<MessageFlow> getMessageFlows()
Collection<Artifact> getArtifacts()
Collection<ConversationNode> getConversationNodes()
Collection<ConversationAssociation> getConversationAssociations()
Collection<ParticipantAssociation> getParticipantAssociations()
Collection<MessageFlowAssociation> getMessageFlowAssociations()
Collection<CorrelationKey> getCorrelationKeys()
Collection<ConversationLink> getConversationLinks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||