|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PolicyOperator is an interface that all Policy operators must implement. It can contain any number of Assertions or PolicyOperators and it has an implecit logic of how those PolicyComponents should be met.
Method Summary | |
void |
addPolicyComponent(PolicyComponent component)
Add a PolicyComponent to the PolicyOperator. |
java.util.List |
getPolicyComponents()
Returns a List of PolicyComponents which this PolicyOperator contains. |
boolean |
isEmpty()
Returns true if the PolicyOperator doesn't contain any PolicyComponents. |
Methods inherited from interface org.apache.neethi.PolicyComponent |
equal, getType, serialize |
Method Detail |
public void addPolicyComponent(PolicyComponent component)
component
- public java.util.List getPolicyComponents()
public boolean isEmpty()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |