Package com.sforce.soap.metadata
Class FlowSubflow
- java.lang.Object
-
- com.sforce.soap.metadata.FlowBaseElement
-
- com.sforce.soap.metadata.FlowElement
-
- com.sforce.soap.metadata.FlowNode
-
- com.sforce.soap.metadata.FlowSubflow
-
-
Constructor Summary
Constructors Constructor Description FlowSubflow()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.FlowNode
getElementSubtype, getLabel, getLocationX, getLocationY, setElementSubtype, setElementSubtype, setLabel, setLabel, setLocationX, setLocationX, setLocationY, setLocationY
-
Methods inherited from class com.sforce.soap.metadata.FlowElement
getDescription, getName, setDescription, setDescription, setName, setName
-
Methods inherited from class com.sforce.soap.metadata.FlowBaseElement
getProcessMetadataValues, setProcessMetadataValues, setProcessMetadataValues
-
-
-
-
Method Detail
-
getConnector
public FlowConnector getConnector()
-
setConnector
public void setConnector(FlowConnector connector)
-
setConnector
protected void setConnector(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFlowName
public String getFlowName()
-
setFlowName
public void setFlowName(String flowName)
-
setFlowName
protected void setFlowName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getInputAssignments
public FlowSubflowInputAssignment[] getInputAssignments()
-
setInputAssignments
public void setInputAssignments(FlowSubflowInputAssignment[] inputAssignments)
-
setInputAssignments
protected void setInputAssignments(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOutputAssignments
public FlowSubflowOutputAssignment[] getOutputAssignments()
-
setOutputAssignments
public void setOutputAssignments(FlowSubflowOutputAssignment[] outputAssignments)
-
setOutputAssignments
protected void setOutputAssignments(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStoreOutputAutomatically
public boolean getStoreOutputAutomatically()
-
isStoreOutputAutomatically
public boolean isStoreOutputAutomatically()
-
setStoreOutputAutomatically
public void setStoreOutputAutomatically(boolean storeOutputAutomatically)
-
setStoreOutputAutomatically
protected void setStoreOutputAutomatically(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classFlowNode- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classFlowNode- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classFlowNode- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classFlowNode- Throws:
IOExceptionConnectionException
-
-