Package org.flowable.cmmn.model
Class Association
java.lang.Object
org.flowable.cmmn.model.BaseElement
org.flowable.cmmn.model.CmmnElement
org.flowable.cmmn.model.Association
- All Implemented Interfaces:
HasExtensionAttributes
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BaseElementprotected Stringprotected BaseElementprotected Stringprotected StringFields inherited from class org.flowable.cmmn.model.CmmnElement
documentation, documentationTextFormatFields inherited from class org.flowable.cmmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()voidsetSourceElement(BaseElement sourceElement) voidsetSourceRef(String sourceRef) voidsetTargetElement(BaseElement targetElement) voidsetTargetRef(String targetRef) voidsetTransitionEvent(String transitionEvent) voidsetValues(Association otherElement) Methods inherited from class org.flowable.cmmn.model.CmmnElement
getDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValuesMethods inherited from class org.flowable.cmmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
sourceRef
-
sourceElement
-
targetRef
-
targetElement
-
transitionEvent
-
-
Constructor Details
-
Association
public Association()
-
-
Method Details