Package com.sforce.soap.metadata
Class FlowStart
- java.lang.Object
-
- com.sforce.soap.metadata.FlowBaseElement
-
- com.sforce.soap.metadata.FlowElement
-
- com.sforce.soap.metadata.FlowNode
-
- com.sforce.soap.metadata.FlowStart
-
-
Constructor Summary
Constructors Constructor Description FlowStart()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
-
getCapabilityTypes
public FlowCapability[] getCapabilityTypes()
-
setCapabilityTypes
public void setCapabilityTypes(FlowCapability[] capabilityTypes)
-
setCapabilityTypes
protected void setCapabilityTypes(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
-
getDoesRequireRecordChangedToMeetCriteria
public boolean getDoesRequireRecordChangedToMeetCriteria()
-
isDoesRequireRecordChangedToMeetCriteria
public boolean isDoesRequireRecordChangedToMeetCriteria()
-
setDoesRequireRecordChangedToMeetCriteria
public void setDoesRequireRecordChangedToMeetCriteria(boolean doesRequireRecordChangedToMeetCriteria)
-
setDoesRequireRecordChangedToMeetCriteria
protected void setDoesRequireRecordChangedToMeetCriteria(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEntryType
public FlowEntryType getEntryType()
-
setEntryType
public void setEntryType(FlowEntryType entryType)
-
setEntryType
protected void setEntryType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFilterFormula
public String getFilterFormula()
-
setFilterFormula
public void setFilterFormula(String filterFormula)
-
setFilterFormula
protected void setFilterFormula(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
-
getFlowRunAsUser
public FlowRunAsUser getFlowRunAsUser()
-
setFlowRunAsUser
public void setFlowRunAsUser(FlowRunAsUser flowRunAsUser)
-
setFlowRunAsUser
protected void setFlowRunAsUser(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getForm
public String getForm()
-
setForm
public void setForm(String form)
-
setForm
protected void setForm(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
-
getObjectContainer
public String getObjectContainer()
-
setObjectContainer
public void setObjectContainer(String objectContainer)
-
setObjectContainer
protected void setObjectContainer(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPublishSegment
public boolean getPublishSegment()
-
isPublishSegment
public boolean isPublishSegment()
-
setPublishSegment
public void setPublishSegment(boolean publishSegment)
-
setPublishSegment
protected void setPublishSegment(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
-
getSchedule
public FlowSchedule getSchedule()
-
setSchedule
public void setSchedule(FlowSchedule schedule)
-
setSchedule
protected void setSchedule(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getScheduledPaths
public FlowScheduledPath[] getScheduledPaths()
-
setScheduledPaths
public void setScheduledPaths(FlowScheduledPath[] scheduledPaths)
-
setScheduledPaths
protected void setScheduledPaths(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSegment
public String getSegment()
-
setSegment
public void setSegment(String segment)
-
setSegment
protected void setSegment(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTriggerType
public FlowTriggerType getTriggerType()
-
setTriggerType
public void setTriggerType(FlowTriggerType triggerType)
-
setTriggerType
protected void setTriggerType(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
-
-