Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.temporal.query
Class InverseFilter

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


public class InverseFilter
extends Filter

Filter to support the logical NOT operation.


Field Summary

 

Fields inherited from class oracle.iam.rm.temporal.query.Filter
NULL_FILTER

 

Constructor Summary
InverseFilter(Filter filter)
          Creates an InverseFilter instance the provided filter.

 

Method Summary
 Filter getFilter()
          Gets the nested Filter to "invert".

 

Methods inherited from class oracle.iam.rm.temporal.query.Filter
equals

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

InverseFilter

public InverseFilter(Filter filter)
Creates an InverseFilter instance the provided filter.
Parameters:
filter - the nested Filter to "invert"

Method Detail

getFilter

public Filter getFilter()
Gets the nested Filter to "invert".
Returns:
the nested Filter to "invert"

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.