Package com.sforce.soap.metadata
Class SharingRules
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.SharingRules
-
-
Constructor Summary
Constructors Constructor Description SharingRules()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getSharingCriteriaRules
public SharingCriteriaRule[] getSharingCriteriaRules()
-
setSharingCriteriaRules
public void setSharingCriteriaRules(SharingCriteriaRule[] sharingCriteriaRules)
-
setSharingCriteriaRules
protected void setSharingCriteriaRules(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSharingGuestRules
public SharingGuestRule[] getSharingGuestRules()
-
setSharingGuestRules
public void setSharingGuestRules(SharingGuestRule[] sharingGuestRules)
-
setSharingGuestRules
protected void setSharingGuestRules(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSharingOwnerRules
public SharingOwnerRule[] getSharingOwnerRules()
-
setSharingOwnerRules
public void setSharingOwnerRules(SharingOwnerRule[] sharingOwnerRules)
-
setSharingOwnerRules
protected void setSharingOwnerRules(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSharingTerritoryRules
public SharingTerritoryRule[] getSharingTerritoryRules()
-
setSharingTerritoryRules
public void setSharingTerritoryRules(SharingTerritoryRule[] sharingTerritoryRules)
-
setSharingTerritoryRules
protected void setSharingTerritoryRules(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
-
-