| Constructor and Description |
|---|
FlowSubflow()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
FlowConnector |
getConnector() |
String |
getFlowName() |
FlowSubflowInputAssignment[] |
getInputAssignments() |
FlowSubflowOutputAssignment[] |
getOutputAssignments() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setConnector(FlowConnector connector) |
void |
setFlowName(String flowName) |
void |
setInputAssignments(FlowSubflowInputAssignment[] inputAssignments) |
void |
setOutputAssignments(FlowSubflowOutputAssignment[] outputAssignments) |
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 getConnector()
public void setConnector(FlowConnector connector)
public String getFlowName()
public void setFlowName(String flowName)
public FlowSubflowInputAssignment[] getInputAssignments()
public void setInputAssignments(FlowSubflowInputAssignment[] inputAssignments)
public FlowSubflowOutputAssignment[] getOutputAssignments()
public void setOutputAssignments(FlowSubflowOutputAssignment[] outputAssignments)
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.