Package com.sforce.soap.metadata
Class CleanRule
- java.lang.Object
-
- com.sforce.soap.metadata.CleanRule
-
-
Constructor Summary
Constructors Constructor Description CleanRule()Constructor
-
Method Summary
-
-
-
Method Detail
-
getBulkEnabled
public boolean getBulkEnabled()
-
isBulkEnabled
public boolean isBulkEnabled()
-
setBulkEnabled
public void setBulkEnabled(boolean bulkEnabled)
-
setBulkEnabled
protected void setBulkEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBypassTriggers
public boolean getBypassTriggers()
-
isBypassTriggers
public boolean isBypassTriggers()
-
setBypassTriggers
public void setBypassTriggers(boolean bypassTriggers)
-
setBypassTriggers
protected void setBypassTriggers(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBypassWorkflow
public boolean getBypassWorkflow()
-
isBypassWorkflow
public boolean isBypassWorkflow()
-
setBypassWorkflow
public void setBypassWorkflow(boolean bypassWorkflow)
-
setBypassWorkflow
protected void setBypassWorkflow(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeveloperName
public String getDeveloperName()
-
setDeveloperName
public void setDeveloperName(String developerName)
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFieldMappings
public FieldMapping[] getFieldMappings()
-
setFieldMappings
public void setFieldMappings(FieldMapping[] fieldMappings)
-
setFieldMappings
protected void setFieldMappings(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
-
getMatchRule
public String getMatchRule()
-
setMatchRule
public void setMatchRule(String matchRule)
-
setMatchRule
protected void setMatchRule(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSourceSobjectType
public String getSourceSobjectType()
-
setSourceSobjectType
public void setSourceSobjectType(String sourceSobjectType)
-
setSourceSobjectType
protected void setSourceSobjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStatus
public CleanRuleStatus getStatus()
-
setStatus
public void setStatus(CleanRuleStatus status)
-
setStatus
protected void setStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetSobjectType
public String getTargetSobjectType()
-
setTargetSobjectType
public void setTargetSobjectType(String targetSobjectType)
-
setTargetSobjectType
protected void setTargetSobjectType(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
-
-