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
public class FlowWaitEvent extends FlowElement
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description FlowWaitEvent()Constructor
-
Method Summary
-
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
-
getAssociatedElement
public String getAssociatedElement()
-
setAssociatedElement
public void setAssociatedElement(String associatedElement)
-
setAssociatedElement
protected void setAssociatedElement(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConditionLogic
public String getConditionLogic()
-
setConditionLogic
public void setConditionLogic(String conditionLogic)
-
setConditionLogic
protected void setConditionLogic(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConditions
public FlowCondition[] getConditions()
-
setConditions
public void setConditions(FlowCondition[] conditions)
-
setConditions
protected void setConditions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConnector
public FlowConnector getConnector()
-
setConnector
public void setConnector(FlowConnector connector)
-
setConnector
protected void setConnector(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEventType
public String getEventType()
-
setEventType
public void setEventType(String eventType)
-
setEventType
protected void setEventType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFilterLogic
public String getFilterLogic()
-
setFilterLogic
public void setFilterLogic(String filterLogic)
-
setFilterLogic
protected void setFilterLogic(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFilters
public FlowRecordFilter[] getFilters()
-
setFilters
public void setFilters(FlowRecordFilter[] filters)
-
setFilters
protected void setFilters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getInputParameters
public FlowWaitEventInputParameter[] getInputParameters()
-
setInputParameters
public void setInputParameters(FlowWaitEventInputParameter[] inputParameters)
-
setInputParameters
protected void setInputParameters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getInteractionType
public FlowWaitInteractionType getInteractionType()
-
setInteractionType
public void setInteractionType(FlowWaitInteractionType interactionType)
-
setInteractionType
protected void setInteractionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMaxBatchSize
public int getMaxBatchSize()
-
setMaxBatchSize
public void setMaxBatchSize(int maxBatchSize)
-
setMaxBatchSize
protected void setMaxBatchSize(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getObject
public String getObject()
-
setObject
public void setObject(String object)
-
setObject
protected void setObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOffset
public int getOffset()
-
setOffset
public void setOffset(int offset)
-
setOffset
protected void setOffset(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOffsetUnit
public FlowScheduledPathOffsetUnit getOffsetUnit()
-
setOffsetUnit
public void setOffsetUnit(FlowScheduledPathOffsetUnit offsetUnit)
-
setOffsetUnit
protected void setOffsetUnit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOutputParameters
public FlowWaitEventOutputParameter[] getOutputParameters()
-
setOutputParameters
public void setOutputParameters(FlowWaitEventOutputParameter[] outputParameters)
-
setOutputParameters
protected void setOutputParameters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecordTriggerType
public RecordTriggerType getRecordTriggerType()
-
setRecordTriggerType
public void setRecordTriggerType(RecordTriggerType recordTriggerType)
-
setRecordTriggerType
protected void setRecordTriggerType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getResumeDate
public Calendar getResumeDate()
-
setResumeDate
public void setResumeDate(Calendar resumeDate)
-
setResumeDate
protected void setResumeDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getResumeDateReference
public String getResumeDateReference()
-
setResumeDateReference
public void setResumeDateReference(String resumeDateReference)
-
setResumeDateReference
protected void setResumeDateReference(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getResumeTime
public Time getResumeTime()
-
setResumeTime
public void setResumeTime(Time resumeTime)
-
setResumeTime
protected void setResumeTime(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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
public String toString()
- Overrides:
toStringin classFlowElement
-
-