Package com.sforce.soap.metadata
Class OmniSupervisorConfigAction
- java.lang.Object
-
- com.sforce.soap.metadata.OmniSupervisorConfigAction
-
-
Constructor Summary
Constructors Constructor Description OmniSupervisorConfigAction()Constructor
-
Method Summary
-
-
-
Method Detail
-
getActionName
public OmniSupervisorActionName getActionName()
-
setActionName
public void setActionName(OmniSupervisorActionName actionName)
-
setActionName
protected void setActionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getActionTab
public OmniSupervisorActionTab getActionTab()
-
setActionTab
public void setActionTab(OmniSupervisorActionTab actionTab)
-
setActionTab
protected void setActionTab(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomActionFlow
public String getCustomActionFlow()
-
setCustomActionFlow
public void setCustomActionFlow(String customActionFlow)
-
setCustomActionFlow
protected void setCustomActionFlow(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDisplayOrder
public int getDisplayOrder()
-
setDisplayOrder
public void setDisplayOrder(int displayOrder)
-
setDisplayOrder
protected void setDisplayOrder(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
-
-