Package com.sforce.soap.metadata
Class RuleFilterCriteria
- java.lang.Object
-
- com.sforce.soap.metadata.RuleFilterCriteria
-
-
Constructor Summary
Constructors Constructor Description RuleFilterCriteria()Constructor
-
Method Summary
-
-
-
Method Detail
-
getActions
public RuleAction[] getActions()
-
setActions
public void setActions(RuleAction[] actions)
-
setActions
protected void setActions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConditionLogic
public String getConditionLogic()
-
setConditionLogic
public void setConditionLogic(String conditionLogic)
-
setConditionLogic
protected void setConditionLogic(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConditions
public RuleCondition[] getConditions()
-
setConditions
public void setConditions(RuleCondition[] conditions)
-
setConditions
protected void setConditions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExecutionSequence
public int getExecutionSequence()
-
setExecutionSequence
public void setExecutionSequence(int executionSequence)
-
setExecutionSequence
protected void setExecutionSequence(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getParentFilterCriteria
public String getParentFilterCriteria()
-
setParentFilterCriteria
public void setParentFilterCriteria(String parentFilterCriteria)
-
setParentFilterCriteria
protected void setParentFilterCriteria(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public String getType()
-
setType
public void setType(String type)
-
setType
protected void setType(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
-
-