Package org.flowable.bpmn.model
Class FlowElement
java.lang.Object
org.flowable.bpmn.model.BaseElement
org.flowable.bpmn.model.FlowElement
- All Implemented Interfaces:
HasExecutionListeners,HasExtensionAttributes
- Direct Known Subclasses:
DataObject,DataStoreReference,FlowNode,SequenceFlow
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<FlowableListener>protected Stringprotected FlowElementsContainerFields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract FlowElementclone()getName()voidsetDocumentation(String documentation) voidsetExecutionListeners(List<FlowableListener> executionListeners) voidvoidsetParentContainer(FlowElementsContainer parentContainer) voidsetValues(FlowElement otherElement) Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
name
-
documentation
-
executionListeners
-
parentContainer
-
-
Constructor Details
-
FlowElement
public FlowElement()
-
-
Method Details
-
getName
-
setName
-
getDocumentation
-
setDocumentation
-
getExecutionListeners
- Specified by:
getExecutionListenersin interfaceHasExecutionListeners
-
setExecutionListeners
- Specified by:
setExecutionListenersin interfaceHasExecutionListeners
-
getParentContainer
-
getSubProcess
-
setParentContainer
-
clone
- Specified by:
clonein classBaseElement
-
setValues
-