|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuleSet
root element of the Rules . Consists of a set of 'if-then' equations called rules.
Method Summary | |
---|---|
Rule |
createRule(String anId) creates a rule. |
void |
deleteRule(Rule aRule) removes a rule. |
Rule |
getRule(String anId) provides a rule by its unique identifier. |
List<Rule> |
getRules() provides a list of rules. |
Methods inherited from interface com.oracle.sft.xcap.client.XcapElement |
---|
getDocument, getNamespace, getNodeSelector, getParent |
Methods inherited from interface com.oracle.sft.xcap.client.XcapResource |
---|
getContent, getContentType, getUrl, setContent |
Method Detail |
---|
List<Rule> getRules()
Rule getRule(String anId)
anId
- unique identifier.Rule createRule(String anId)
anId
- unique id of the rule to be created.IllegalArgumentException
- in case anId is null or an empty string.void deleteRule(Rule aRule)
aRule
- the rule to remove.
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2012 Oracle Corporation. All Rights Reserved.