|
Apache Neethi 3.0.2-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PolicyOperator
PolicyOperator is an interface that all Policy operators must implement. It can contain any number of Assertions or PolicyOperators and it has an Implicit logic of how those PolicyComponents should be met.
Method Summary | |
---|---|
void |
addPolicyComponent(PolicyComponent component)
Add a PolicyComponent to the PolicyOperator. |
List<PolicyComponent> |
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 |
---|
void addPolicyComponent(PolicyComponent component)
component
- List<PolicyComponent> getPolicyComponents()
boolean isEmpty()
|
Apache Neethi 3.0.2-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |