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
- 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 TypeMethodDescriptiongetLimit()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAssignNextValueToReference(XmlInputStream __in, TypeMapper __typeMapper) voidsetAssignNextValueToReference(String assignNextValueToReference) voidsetCollectionProcessorType(FlowCollectionProcessorType collectionProcessorType) protected voidsetCollectionProcessorType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetCollectionReference(XmlInputStream __in, TypeMapper __typeMapper) voidsetCollectionReference(String collectionReference) 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) protected voidsetFormula(XmlInputStream __in, TypeMapper __typeMapper) voidsetFormula(String formula) protected voidsetLimit(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetMapItems(FlowCollectionMapItem[] mapItems) protected voidsetMapItems(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetOutputSObjectType(XmlInputStream __in, TypeMapper __typeMapper) voidsetOutputSObjectType(String outputSObjectType) voidsetSortOptions(FlowCollectionSortOption[] sortOptions) protected voidsetSortOptions(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.FlowNode
getElementSubtype, getLabel, getLocationX, getLocationY, setElementSubtype, setElementSubtype, setLabel, setLabel, setLocationX, setLocationX, setLocationY, setLocationYMethods 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
-
FlowCollectionProcessor
public FlowCollectionProcessor()Constructor
-
-
Method Details
-
getAssignNextValueToReference
-
setAssignNextValueToReference
-
setAssignNextValueToReference
protected void setAssignNextValueToReference(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCollectionProcessorType
-
setCollectionProcessorType
-
setCollectionProcessorType
protected void setCollectionProcessorType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCollectionReference
-
setCollectionReference
-
setCollectionReference
protected void setCollectionReference(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
-
getFormula
-
setFormula
-
setFormula
protected void setFormula(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLimit
-
setLimit
-
setLimit
protected void setLimit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMapItems
-
setMapItems
-
setMapItems
protected void setMapItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOutputSObjectType
-
setOutputSObjectType
-
setOutputSObjectType
protected void setOutputSObjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSortOptions
-
setSortOptions
-
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
- 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
-
toString
-