Class FlowNode
java.lang.Object
org.activiti.bpmn.model.BaseElement
org.activiti.bpmn.model.FlowElement
org.activiti.bpmn.model.FlowNode
- All Implemented Interfaces:
AcceptUpdates, HasExecutionListeners, HasExtensionAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Objectprotected List<SequenceFlow> protected booleanprotected List<SequenceFlow> Fields inherited from class FlowElement
documentation, executionListeners, name, parentContainerFields inherited from class BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetAsynchronous(boolean asynchronous) voidsetBehavior(Object behavior) voidsetExclusive(boolean exclusive) voidsetIncomingFlows(List<SequenceFlow> incomingFlows) voidsetNotExclusive(boolean notExclusive) voidsetOutgoingFlows(List<SequenceFlow> outgoingFlows) voidMethods inherited from class FlowElement
clone, getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesMethods inherited from class BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AcceptUpdates
accept
-
Field Details
-
asynchronous
protected boolean asynchronous -
notExclusive
protected boolean notExclusive -
incomingFlows
-
outgoingFlows
-
behavior
-
-
Constructor Details
-
FlowNode
public FlowNode()
-
-
Method Details
-
isAsynchronous
public boolean isAsynchronous() -
setAsynchronous
public void setAsynchronous(boolean asynchronous) -
isExclusive
public boolean isExclusive() -
setExclusive
public void setExclusive(boolean exclusive) -
isNotExclusive
public boolean isNotExclusive() -
setNotExclusive
public void setNotExclusive(boolean notExclusive) -
getBehavior
-
setBehavior
-
getIncomingFlows
-
setIncomingFlows
-
getOutgoingFlows
-
setOutgoingFlows
-
setValues
-
hasIncomingFlows
public boolean hasIncomingFlows() -
hasOutgoingFlows
public boolean hasOutgoingFlows() -
isLinkCatchEvent
public boolean isLinkCatchEvent() -
isLinkThrowEvent
public boolean isLinkThrowEvent() -
isInitialFlowNode
public boolean isInitialFlowNode()
-