Package com.sforce.soap.metadata
Class FlowWaitEvent
java.lang.Object
com.sforce.soap.metadata.FlowBaseElement
com.sforce.soap.metadata.FlowElement
com.sforce.soap.metadata.FlowWaitEvent
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetLabel()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetConditionLogic(XmlInputStream __in, TypeMapper __typeMapper) voidsetConditionLogic(String conditionLogic) voidsetConditions(FlowCondition[] conditions) protected voidsetConditions(XmlInputStream __in, TypeMapper __typeMapper) voidsetConnector(FlowConnector connector) protected voidsetConnector(XmlInputStream __in, TypeMapper __typeMapper) voidsetDuration(int duration) protected voidsetDuration(XmlInputStream __in, TypeMapper __typeMapper) voidsetDurationUnit(FlowScheduledPathOffsetUnit durationUnit) protected voidsetDurationUnit(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetEventType(XmlInputStream __in, TypeMapper __typeMapper) voidsetEventType(String eventType) protected voidsetExtendUntil(XmlInputStream __in, TypeMapper __typeMapper) voidsetExtendUntil(Time extendUntil) voidsetInputParameters(FlowWaitEventInputParameter[] inputParameters) protected voidsetInputParameters(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetOutputParameters(FlowWaitEventOutputParameter[] outputParameters) protected voidsetOutputParameters(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.FlowElement
getDescription, getName, setDescription, setDescription, setName, setNameMethods inherited from class com.sforce.soap.metadata.FlowBaseElement
getProcessMetadataValues, setProcessMetadataValues, setProcessMetadataValues
-
Constructor Details
-
FlowWaitEvent
public FlowWaitEvent()Constructor
-
-
Method Details
-
getConditionLogic
-
setConditionLogic
-
setConditionLogic
protected void setConditionLogic(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConditions
-
setConditions
-
setConditions
protected void setConditions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConnector
-
setConnector
-
setConnector
protected void setConnector(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDuration
public int getDuration() -
setDuration
public void setDuration(int duration) -
setDuration
protected void setDuration(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDurationUnit
-
setDurationUnit
-
setDurationUnit
protected void setDurationUnit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEventType
-
setEventType
-
setEventType
protected void setEventType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getExtendUntil
-
setExtendUntil
-
setExtendUntil
protected void setExtendUntil(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getInputParameters
-
setInputParameters
-
setInputParameters
protected void setInputParameters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOutputParameters
-
setOutputParameters
-
setOutputParameters
protected void setOutputParameters(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 classFlowElement- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classFlowElement- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classFlowElement- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classFlowElement- Throws:
IOExceptionConnectionException
-
toString
- Overrides:
toStringin classFlowElement
-