Package org.activiti.bpmn.model
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 org.activiti.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainerFields inherited from class org.activiti.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidsetAsynchronous(boolean asynchronous) voidsetBehavior(Object behavior) voidsetExclusive(boolean exclusive) voidsetIncomingFlows(List<SequenceFlow> incomingFlows) voidsetNotExclusive(boolean notExclusive) voidsetOutgoingFlows(List<SequenceFlow> outgoingFlows) voidMethods inherited from class org.activiti.bpmn.model.FlowElement
clone, getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesMethods inherited from class org.activiti.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.activiti.bpmn.model.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
-