Package com.sforce.soap.metadata
Class FlowCollectionProcessor
- java.lang.Object
-
- com.sforce.soap.metadata.FlowBaseElement
-
- com.sforce.soap.metadata.FlowElement
-
- com.sforce.soap.metadata.FlowNode
-
- com.sforce.soap.metadata.FlowCollectionProcessor
-
-
Constructor Summary
Constructors Constructor Description FlowCollectionProcessor()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
-
getAssignNextValueToReference
public String getAssignNextValueToReference()
-
setAssignNextValueToReference
public void setAssignNextValueToReference(String assignNextValueToReference)
-
setAssignNextValueToReference
protected void setAssignNextValueToReference(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCollectionProcessorType
public FlowCollectionProcessorType getCollectionProcessorType()
-
setCollectionProcessorType
public void setCollectionProcessorType(FlowCollectionProcessorType collectionProcessorType)
-
setCollectionProcessorType
protected void setCollectionProcessorType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCollectionReference
public String getCollectionReference()
-
setCollectionReference
public void setCollectionReference(String collectionReference)
-
setCollectionReference
protected void setCollectionReference(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
-
getFormula
public String getFormula()
-
setFormula
public void setFormula(String formula)
-
setFormula
protected void setFormula(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLimit
public Integer getLimit()
-
setLimit
public void setLimit(Integer limit)
-
setLimit
protected void setLimit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMapItems
public FlowCollectionMapItem[] getMapItems()
-
setMapItems
public void setMapItems(FlowCollectionMapItem[] mapItems)
-
setMapItems
protected void setMapItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOutputSObjectType
public String getOutputSObjectType()
-
setOutputSObjectType
public void setOutputSObjectType(String outputSObjectType)
-
setOutputSObjectType
protected void setOutputSObjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSortOptions
public FlowCollectionSortOption[] getSortOptions()
-
setSortOptions
public void setSortOptions(FlowCollectionSortOption[] sortOptions)
-
setSortOptions
protected void setSortOptions(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
-
-