Package com.sforce.soap.metadata
Class BriefcaseRule
- java.lang.Object
-
- com.sforce.soap.metadata.BriefcaseRule
-
-
Constructor Summary
Constructors Constructor Description BriefcaseRule()Constructor
-
Method Summary
-
-
-
Method Detail
-
getBriefcaseRuleFilters
public BriefcaseRuleFilter[] getBriefcaseRuleFilters()
-
setBriefcaseRuleFilters
public void setBriefcaseRuleFilters(BriefcaseRuleFilter[] briefcaseRuleFilters)
-
setBriefcaseRuleFilters
protected void setBriefcaseRuleFilters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFilterLogic
public String getFilterLogic()
-
setFilterLogic
public void setFilterLogic(String filterLogic)
-
setFilterLogic
protected void setFilterLogic(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsAscendingOrder
public boolean getIsAscendingOrder()
-
isIsAscendingOrder
public boolean isIsAscendingOrder()
-
setIsAscendingOrder
public void setIsAscendingOrder(boolean isAscendingOrder)
-
setIsAscendingOrder
protected void setIsAscendingOrder(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsRelatedFilesRule
public boolean getIsRelatedFilesRule()
-
isIsRelatedFilesRule
public boolean isIsRelatedFilesRule()
-
setIsRelatedFilesRule
public void setIsRelatedFilesRule(boolean isRelatedFilesRule)
-
setIsRelatedFilesRule
protected void setIsRelatedFilesRule(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOrderBy
public String getOrderBy()
-
setOrderBy
public void setOrderBy(String orderBy)
-
setOrderBy
protected void setOrderBy(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQueryScope
public FilterScope getQueryScope()
-
setQueryScope
public void setQueryScope(FilterScope queryScope)
-
setQueryScope
protected void setQueryScope(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecordLimit
public int getRecordLimit()
-
setRecordLimit
public void setRecordLimit(int recordLimit)
-
setRecordLimit
protected void setRecordLimit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRelatedRules
public BriefcaseRule[] getRelatedRules()
-
setRelatedRules
public void setRelatedRules(BriefcaseRule[] relatedRules)
-
setRelatedRules
protected void setRelatedRules(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRelationshipField
public String getRelationshipField()
-
setRelationshipField
public void setRelationshipField(String relationshipField)
-
setRelationshipField
protected void setRelationshipField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRelationshipType
public BriefcaseRuleRelationshipType getRelationshipType()
-
setRelationshipType
public void setRelationshipType(BriefcaseRuleRelationshipType relationshipType)
-
setRelationshipType
protected void setRelationshipType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetEntity
public String getTargetEntity()
-
setTargetEntity
public void setTargetEntity(String targetEntity)
-
setTargetEntity
protected void setTargetEntity(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
-
-