Package com.sforce.soap.metadata
Class FlowTranslation
- java.lang.Object
-
- com.sforce.soap.metadata.FlowTranslation
-
-
Constructor Summary
Constructors Constructor Description FlowTranslation()Constructor
-
Method Summary
-
-
-
Method Detail
-
getChoices
public FlowChoiceTranslation[] getChoices()
-
setChoices
public void setChoices(FlowChoiceTranslation[] choices)
-
setChoices
protected void setChoices(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomErrorMessages
public FlowCustomErrorMessageTranslation[] getCustomErrorMessages()
-
setCustomErrorMessages
public void setCustomErrorMessages(FlowCustomErrorMessageTranslation[] customErrorMessages)
-
setCustomErrorMessages
protected void setCustomErrorMessages(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFullName
public String getFullName()
-
setFullName
public void setFullName(String fullName)
-
setFullName
protected void setFullName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getScreens
public FlowScreenTranslation[] getScreens()
-
setScreens
public void setScreens(FlowScreenTranslation[] screens)
-
setScreens
protected void setScreens(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStages
public FlowStageTranslation[] getStages()
-
setStages
public void setStages(FlowStageTranslation[] stages)
-
setStages
protected void setStages(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTextTemplates
public FlowTextTemplateTranslation[] getTextTemplates()
-
setTextTemplates
public void setTextTemplates(FlowTextTemplateTranslation[] textTemplates)
-
setTextTemplates
protected void setTextTemplates(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- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-