Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


oracle.iam.rm.temporal.query
Class Filter

java.lang.Object
  extended by oracle.iam.rm.temporal.query.Filter

Direct Known Subclasses:
AggregateFilter, AttributeFilter, BlockingFilter, HierarchyAncestorJoinFilter, HierarchyChildJoinFilter, HierarchyParentJoinFilter, InverseFilter, JoinFilter, MixinJoinFilter, ObjectTypeFilter

public abstract class Filter
extends java.lang.Object

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

NULL_FILTER

public static final Filter NULL_FILTER
A special filter that automatically accepts all objects.

Constructor Detail

Filter

protected Filter()
Creates a Filter.

Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


Copyright © 2007, 2008 Oracle. All Rights Reserved.