public abstract class Gateway extends FlowNode
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
asynchronous |
protected String |
defaultFlow |
protected boolean |
notExclusive |
incomingFlows, outgoingFlowsdocumentation, executionListeners, nameattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
Gateway() |
| Modifier and Type | Method and Description |
|---|---|
abstract Gateway |
clone() |
String |
getDefaultFlow() |
boolean |
isAsynchronous() |
boolean |
isNotExclusive() |
void |
setAsynchronous(boolean asynchronous) |
void |
setDefaultFlow(String defaultFlow) |
void |
setNotExclusive(boolean notExclusive) |
void |
setValues(Gateway otherElement) |
getIncomingFlows, getOutgoingFlows, setIncomingFlows, setOutgoingFlows, setValuesgetDocumentation, getExecutionListeners, getName, setDocumentation, setExecutionListeners, setName, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected boolean asynchronous
protected boolean notExclusive
protected String defaultFlow
public boolean isAsynchronous()
public void setAsynchronous(boolean asynchronous)
public boolean isNotExclusive()
public void setNotExclusive(boolean notExclusive)
public String getDefaultFlow()
public void setDefaultFlow(String defaultFlow)
public abstract Gateway clone()
clone in class FlowElementpublic void setValues(Gateway otherElement)
Copyright © 2016 Alfresco. All rights reserved.