@Deprecated public interface RuleSet extends UserPrefsObject
UserPrefsObject.PrefsObjectType| Modifier and Type | Method and Description | 
|---|---|
String | 
getFilterXml()
Deprecated.  
  | 
String | 
getRL()
Deprecated.  
  | 
byte[] | 
getRuleSession()
Deprecated.  
Get the RuleSession (in serialized form). 
 | 
String | 
getUserId()
Deprecated.  
  | 
void | 
setFilterXml(String filterXml)
Deprecated.  
Set the filter (RuleSet) in XML form. 
 | 
void | 
setRL(String rl)
Deprecated.  
Set the RuleSet in RL (Rule Language) form. 
 | 
void | 
setRuleSession(byte[] ruleSession)
Deprecated.  
Set the RuleSession (in serialized form) This method is called
 only if the "optimizeRuleSession" flag is set. 
 | 
Element | 
toXML(Document doc)
Deprecated.  
This method is used by the provisioning classes 
 | 
getCreatedDate, getDescription, getLastModifiedDate, getPrefsObjectType, getVersion, isValid, setDescription, setValidString getUserId()
String getFilterXml()
String getRL()
void setFilterXml(String filterXml)
filterXml - the the ruleset (filter) to be appliedvoid setRL(String rl)
rl - the ruleset to be parsed by the rule enginebyte[] getRuleSession()
void setRuleSession(byte[] ruleSession)
ruleSession - the serialized RLCopyright © 2006,2015 Oracle and/or its affiliates. All rights reserved.