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 String
protected List<FlowableListener>
protected String
protected FlowElementsContainer
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract FlowElement
clone()
getName()
void
setDocumentation
(String documentation) void
setExecutionListeners
(List<FlowableListener> executionListeners) void
void
setParentContainer
(FlowElementsContainer parentContainer) void
setValues
(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:
getExecutionListeners
in interfaceHasExecutionListeners
-
setExecutionListeners
- Specified by:
setExecutionListeners
in interfaceHasExecutionListeners
-
getParentContainer
-
getSubProcess
-
setParentContainer
-
clone
- Specified by:
clone
in classBaseElement
-
setValues
-