Package com.sforce.soap.metadata
Class RecordActionDeployment
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.RecordActionDeployment
-
-
Constructor Summary
Constructors Constructor Description RecordActionDeployment()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getChannelConfigurations
public RecordActionDeploymentChannel[] getChannelConfigurations()
-
setChannelConfigurations
public void setChannelConfigurations(RecordActionDeploymentChannel[] channelConfigurations)
-
setChannelConfigurations
protected void setChannelConfigurations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getComponentName
public ComponentName getComponentName()
-
setComponentName
public void setComponentName(ComponentName componentName)
-
setComponentName
protected void setComponentName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeploymentContexts
public RecordActionDeploymentContext[] getDeploymentContexts()
-
setDeploymentContexts
public void setDeploymentContexts(RecordActionDeploymentContext[] deploymentContexts)
-
setDeploymentContexts
protected void setDeploymentContexts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHasComponents
public boolean getHasComponents()
-
isHasComponents
public boolean isHasComponents()
-
setHasComponents
public void setHasComponents(boolean hasComponents)
-
setHasComponents
protected void setHasComponents(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHasGuidedActions
public boolean getHasGuidedActions()
-
isHasGuidedActions
public boolean isHasGuidedActions()
-
setHasGuidedActions
public void setHasGuidedActions(boolean hasGuidedActions)
-
setHasGuidedActions
protected void setHasGuidedActions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHasOmniscripts
public boolean getHasOmniscripts()
-
isHasOmniscripts
public boolean isHasOmniscripts()
-
setHasOmniscripts
public void setHasOmniscripts(boolean hasOmniscripts)
-
setHasOmniscripts
protected void setHasOmniscripts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHasRecommendations
public boolean getHasRecommendations()
-
isHasRecommendations
public boolean isHasRecommendations()
-
setHasRecommendations
public void setHasRecommendations(boolean hasRecommendations)
-
setHasRecommendations
protected void setHasRecommendations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecommendation
public RecordActionRecommendation getRecommendation()
-
setRecommendation
public void setRecommendation(RecordActionRecommendation recommendation)
-
setRecommendation
protected void setRecommendation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSelectableItems
public RecordActionSelectableItem[] getSelectableItems()
-
setSelectableItems
public void setSelectableItems(RecordActionSelectableItem[] selectableItems)
-
setSelectableItems
protected void setSelectableItems(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 classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-