Package com.sforce.soap.metadata
Class FlowScreen
- java.lang.Object
-
- com.sforce.soap.metadata.FlowBaseElement
-
- com.sforce.soap.metadata.FlowElement
-
- com.sforce.soap.metadata.FlowNode
-
- com.sforce.soap.metadata.FlowScreen
-
-
Constructor Summary
Constructors Constructor Description FlowScreen()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
-
getActions
public FlowScreenAction[] getActions()
-
setActions
public void setActions(FlowScreenAction[] actions)
-
setActions
protected void setActions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAllowBack
public boolean getAllowBack()
-
isAllowBack
public boolean isAllowBack()
-
setAllowBack
public void setAllowBack(boolean allowBack)
-
setAllowBack
protected void setAllowBack(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAllowFinish
public boolean getAllowFinish()
-
isAllowFinish
public boolean isAllowFinish()
-
setAllowFinish
public void setAllowFinish(boolean allowFinish)
-
setAllowFinish
protected void setAllowFinish(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAllowPause
public boolean getAllowPause()
-
isAllowPause
public boolean isAllowPause()
-
setAllowPause
public void setAllowPause(boolean allowPause)
-
setAllowPause
protected void setAllowPause(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBackButtonLabel
public String getBackButtonLabel()
-
setBackButtonLabel
public void setBackButtonLabel(String backButtonLabel)
-
setBackButtonLabel
protected void setBackButtonLabel(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
-
getFields
public FlowScreenField[] getFields()
-
setFields
public void setFields(FlowScreenField[] fields)
-
setFields
protected void setFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHelpText
public String getHelpText()
-
setHelpText
public void setHelpText(String helpText)
-
setHelpText
protected void setHelpText(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNextOrFinishButtonLabel
public String getNextOrFinishButtonLabel()
-
setNextOrFinishButtonLabel
public void setNextOrFinishButtonLabel(String nextOrFinishButtonLabel)
-
setNextOrFinishButtonLabel
protected void setNextOrFinishButtonLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPauseButtonLabel
public String getPauseButtonLabel()
-
setPauseButtonLabel
public void setPauseButtonLabel(String pauseButtonLabel)
-
setPauseButtonLabel
protected void setPauseButtonLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPausedText
public String getPausedText()
-
setPausedText
public void setPausedText(String pausedText)
-
setPausedText
protected void setPausedText(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRules
public FlowScreenRule[] getRules()
-
setRules
public void setRules(FlowScreenRule[] rules)
-
setRules
protected void setRules(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowFooter
public boolean getShowFooter()
-
isShowFooter
public boolean isShowFooter()
-
setShowFooter
public void setShowFooter(boolean showFooter)
-
setShowFooter
protected void setShowFooter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowHeader
public boolean getShowHeader()
-
isShowHeader
public boolean isShowHeader()
-
setShowHeader
public void setShowHeader(boolean showHeader)
-
setShowHeader
protected void setShowHeader(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTriggers
public FlowScreenTrigger[] getTriggers()
-
setTriggers
public void setTriggers(FlowScreenTrigger[] triggers)
-
setTriggers
protected void setTriggers(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
-
-