Package com.sforce.soap.metadata
Class FlowTransform
java.lang.Object
com.sforce.soap.metadata.FlowBaseElement
com.sforce.soap.metadata.FlowElement
com.sforce.soap.metadata.FlowNode
com.sforce.soap.metadata.FlowTransform
- 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 TypeMethodDescriptionbooleanintgetScale()booleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetApexClass(XmlInputStream __in, TypeMapper __typeMapper) voidsetApexClass(String apexClass) voidsetConnector(FlowConnector connector) protected voidsetConnector(XmlInputStream __in, TypeMapper __typeMapper) voidsetDataType(FlowDataType dataType) protected voidsetDataType(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsCollection(boolean isCollection) protected voidsetIsCollection(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetObjectType(XmlInputStream __in, TypeMapper __typeMapper) voidsetObjectType(String objectType) voidsetScale(int scale) protected voidsetScale(XmlInputStream __in, TypeMapper __typeMapper) voidsetStoreOutputAutomatically(boolean storeOutputAutomatically) protected voidsetStoreOutputAutomatically(XmlInputStream __in, TypeMapper __typeMapper) voidsetTransformValues(FlowTransformValue[] transformValues) protected voidsetTransformValues(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
-
FlowTransform
public FlowTransform()Constructor
-
-
Method Details
-
getApexClass
-
setApexClass
-
setApexClass
protected void setApexClass(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConnector
-
setConnector
-
setConnector
protected void setConnector(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDataType
-
setDataType
-
setDataType
protected void setDataType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsCollection
public boolean getIsCollection() -
isIsCollection
public boolean isIsCollection() -
setIsCollection
public void setIsCollection(boolean isCollection) -
setIsCollection
protected void setIsCollection(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getObjectType
-
setObjectType
-
setObjectType
protected void setObjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getScale
public int getScale() -
setScale
public void setScale(int scale) -
setScale
protected void setScale(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStoreOutputAutomatically
public boolean getStoreOutputAutomatically() -
isStoreOutputAutomatically
public boolean isStoreOutputAutomatically() -
setStoreOutputAutomatically
public void setStoreOutputAutomatically(boolean storeOutputAutomatically) -
setStoreOutputAutomatically
protected void setStoreOutputAutomatically(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTransformValues
-
setTransformValues
-
setTransformValues
protected void setTransformValues(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
-