|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.iam.rm.temporal.query.Filter
public abstract class Filter
An abstract construct that allows boolean results to be calculated. This must be overridden by particular filter subclasses to implement their capabilities.
Field Summary | |
---|---|
static Filter |
NULL_FILTER A special filter that automatically accepts all objects. |
Constructor Summary | |
---|---|
protected |
Filter() Creates a Filter. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o) |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Filter NULL_FILTER
Constructor Detail |
---|
protected Filter()
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |