Package com.sforce.soap.metadata
Class FlowWait
- java.lang.Object
-
- com.sforce.soap.metadata.FlowBaseElement
-
- com.sforce.soap.metadata.FlowElement
-
- com.sforce.soap.metadata.FlowNode
-
- com.sforce.soap.metadata.FlowWait
-
-
Constructor Summary
Constructors Constructor Description FlowWait()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
-
getDefaultConnector
public FlowConnector getDefaultConnector()
-
setDefaultConnector
public void setDefaultConnector(FlowConnector defaultConnector)
-
setDefaultConnector
protected void setDefaultConnector(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDefaultConnectorLabel
public String getDefaultConnectorLabel()
-
setDefaultConnectorLabel
public void setDefaultConnectorLabel(String defaultConnectorLabel)
-
setDefaultConnectorLabel
protected void setDefaultConnectorLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFaultConnector
public FlowConnector getFaultConnector()
-
setFaultConnector
public void setFaultConnector(FlowConnector faultConnector)
-
setFaultConnector
protected void setFaultConnector(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTimeZoneId
public String getTimeZoneId()
-
setTimeZoneId
public void setTimeZoneId(String timeZoneId)
-
setTimeZoneId
protected void setTimeZoneId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWaitEvents
public FlowWaitEvent[] getWaitEvents()
-
setWaitEvents
public void setWaitEvents(FlowWaitEvent[] waitEvents)
-
setWaitEvents
protected void setWaitEvents(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
-
-