Skip navigation links

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


oracle.iam.rm.server_api
Class InverseFilterCriterion

java.lang.Object
  extended by oracle.iam.rm.server_api.FilterCriterion
      extended by oracle.iam.rm.server_api.InverseFilterCriterion

All Implemented Interfaces:
java.io.Serializable

public class InverseFilterCriterion
extends FilterCriterion

A filter that acts as a "not" for the contained filter.

See Also:
Serialized Form

Constructor Summary
InverseFilterCriterion(FilterCriterion containedFilter)
          Creates a new InverseFilterCriterion with the provided contained filter criterion.

 

Method Summary
 FilterCriterion getContainedFilter()
          Gets the filter on which to apply the "not."

 

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

 

Constructor Detail

InverseFilterCriterion

public InverseFilterCriterion(FilterCriterion containedFilter)
Creates a new InverseFilterCriterion with the provided contained filter criterion.
Parameters:
containedFilter - the filter in which to apply the "not"

Method Detail

getContainedFilter

public FilterCriterion getContainedFilter()
Gets the filter on which to apply the "not."
Returns:
FilterCriterion on which to apply the "not."

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.