Package com.sforce.soap.metadata
Class FlowDynamicChoiceSet
java.lang.Object
com.sforce.soap.metadata.FlowBaseElement
com.sforce.soap.metadata.FlowElement
com.sforce.soap.metadata.FlowDynamicChoiceSet
- 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 voidsetCollectionReference(XmlInputStream __in, TypeMapper __typeMapper) voidsetCollectionReference(String collectionReference) voidsetDataType(FlowDataType dataType) protected voidsetDataType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDisplayField(XmlInputStream __in, TypeMapper __typeMapper) voidsetDisplayField(String displayField) protected voidsetFilterLogic(XmlInputStream __in, TypeMapper __typeMapper) voidsetFilterLogic(String filterLogic) voidsetFilters(FlowRecordFilter[] filters) protected voidsetFilters(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLimit(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetObject(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetOutputAssignments(FlowOutputFieldAssignment[] outputAssignments) protected voidsetOutputAssignments(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetPicklistField(XmlInputStream __in, TypeMapper __typeMapper) voidsetPicklistField(String picklistField) protected voidsetPicklistObject(XmlInputStream __in, TypeMapper __typeMapper) voidsetPicklistObject(String picklistObject) protected voidsetSortField(XmlInputStream __in, TypeMapper __typeMapper) voidsetSortField(String sortField) voidsetSortOrder(SortOrder sortOrder) protected voidsetSortOrder(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetValueField(XmlInputStream __in, TypeMapper __typeMapper) voidsetValueField(String valueField) 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
-
FlowDynamicChoiceSet
public FlowDynamicChoiceSet()Constructor
-
-
Method Details
-
getCollectionReference
-
setCollectionReference
-
setCollectionReference
protected void setCollectionReference(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDataType
-
setDataType
-
setDataType
protected void setDataType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDisplayField
-
setDisplayField
-
setDisplayField
protected void setDisplayField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFilterLogic
-
setFilterLogic
-
setFilterLogic
protected void setFilterLogic(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFilters
-
setFilters
-
setFilters
protected void setFilters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLimit
-
setLimit
-
setLimit
protected void setLimit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getObject
-
setObject
-
setObject
protected void setObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOutputAssignments
-
setOutputAssignments
-
setOutputAssignments
protected void setOutputAssignments(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPicklistField
-
setPicklistField
-
setPicklistField
protected void setPicklistField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPicklistObject
-
setPicklistObject
-
setPicklistObject
protected void setPicklistObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSortField
-
setSortField
-
setSortField
protected void setSortField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSortOrder
-
setSortOrder
-
setSortOrder
protected void setSortOrder(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getValueField
-
setValueField
-
setValueField
protected void setValueField(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
-