Skip navigation links

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


oracle.iam.rm.temporal.query
Class AttributeFilter

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


public class AttributeFilter
extends Filter

Filter to support filtering by attribute value.


Field Summary

 

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

 

Constructor Summary
AttributeFilter(java.lang.String attributeKey, java.lang.Object value)
          Creates an AttributeFilter instance with the provided key and value with the Operator.EQUALS operator.
AttributeFilter(java.lang.String attributeKey, oracle.iam.rm.common.Operator operator, java.lang.Object value)
          Creates an AttributeFilter instance with the provided key, operator and value.

 

Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getAttributeKey()
          Gets the key (identifier) of the attribute to use to filter the query results.
 oracle.iam.rm.common.Operator getOperator()
          Gets the Operator to use to filter the query results.
 java.lang.Object getValue()
          Gets the value of the attribute to use to filter the query results.

 

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

 

Constructor Detail

AttributeFilter

public AttributeFilter(java.lang.String attributeKey,
                       java.lang.Object value)
Creates an AttributeFilter instance with the provided key and value with the Operator.EQUALS operator.
Parameters:
attributeKey - the key (identifier) of the attribute to use to filter the query results
value - the value of the attribute to use to filter the query results

AttributeFilter

public AttributeFilter(java.lang.String attributeKey,
                       oracle.iam.rm.common.Operator operator,
                       java.lang.Object value)
Creates an AttributeFilter instance with the provided key, operator and value.
Parameters:
attributeKey - the key (identifier) of the attribute to use to filter the query results
operator - the Operator to use to filter the query results
value - the value of the attribute to use to filter the query results

Method Detail

getAttributeKey

public java.lang.String getAttributeKey()
Gets the key (identifier) of the attribute to use to filter the query results.
Returns:
the key (identifier) of the attribute to use to filter the query results

getOperator

public oracle.iam.rm.common.Operator getOperator()
Gets the Operator to use to filter the query results.
Returns:
the Operator to use to filter the query results

getValue

public java.lang.Object getValue()
Gets the value of the attribute to use to filter the query results.
Returns:
the value of the attribute to use to filter the query results

equals

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

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.