Skip navigation links

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


oracle.iam.rm.temporal.query
Class ObjectTypeFilter

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


public class ObjectTypeFilter
extends Filter

Filter to support joins from a superclass to a subclass.


Field Summary

 

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

 

Constructor Summary
ObjectTypeFilter(java.lang.String localObjectType, java.lang.String subtype, Filter joinedObjectFilter)
          Create a ObjectTypeFilter that enables an object to be filtered by its subclass.

 

Method Summary
 Filter getJoinedObjectFilter()
          Gets the nested Filter to apply to the subtype in the result.
 java.lang.String getLocalObjectType()
          Gets the object type to join from.
 java.lang.String getSubtype()
          Gets the object subtype to join to.

 

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

ObjectTypeFilter

public ObjectTypeFilter(java.lang.String localObjectType,
                        java.lang.String subtype,
                        Filter joinedObjectFilter)
Create a ObjectTypeFilter that enables an object to be filtered by its subclass.
Parameters:
localObjectType - the object type to join from
subtype - the object subtype to join to
joinedObjectFilter - the nested Filter to apply to the subtype in the result

Method Detail

getSubtype

public java.lang.String getSubtype()
Gets the object subtype to join to.
Returns:
the object subtype to join to

getJoinedObjectFilter

public Filter getJoinedObjectFilter()
Gets the nested Filter to apply to the subtype in the result.
Returns:
the nested Filter to apply to the subtype in the result

getLocalObjectType

public java.lang.String getLocalObjectType()
Gets the object type to join from.
Returns:
the object type to join from

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.