| Constructor and Description |
|---|
FlowWait()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
FlowConnector |
getDefaultConnector() |
String |
getDefaultConnectorLabel() |
FlowConnector |
getFaultConnector() |
FlowWaitEvent[] |
getWaitEvents() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDefaultConnector(FlowConnector defaultConnector) |
void |
setDefaultConnectorLabel(String defaultConnectorLabel) |
void |
setFaultConnector(FlowConnector faultConnector) |
void |
setWaitEvents(FlowWaitEvent[] waitEvents) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getLabel, getLocationX, getLocationY, setLabel, setLocationX, setLocationYgetDescription, getName, setDescription, setNamegetProcessMetadataValues, setProcessMetadataValuespublic FlowConnector getDefaultConnector()
public void setDefaultConnector(FlowConnector defaultConnector)
public String getDefaultConnectorLabel()
public void setDefaultConnectorLabel(String defaultConnectorLabel)
public FlowConnector getFaultConnector()
public void setFaultConnector(FlowConnector faultConnector)
public FlowWaitEvent[] getWaitEvents()
public void setWaitEvents(FlowWaitEvent[] waitEvents)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class FlowNodeIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class FlowNodeIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class FlowNodeIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class FlowNodeIOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.