Skip navigation links

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


oracle.iam.rm.temporal.query
Class MixinJoinFilter

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


public class MixinJoinFilter
extends Filter

Filter to support joins to an object's mixin.


Field Summary

 

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

 

Constructor Summary
MixinJoinFilter(java.lang.String objectType, java.lang.String mixinType, Filter joinedObjectFilter)
          Create a MixinJoinFilter that enables an object to be filtered based on its mixins.

 

Method Summary
 Filter getJoinedObjectFilter()
          Gets the nested Filter to apply to the mixin objects in the result.
 java.lang.String getMixinType()
          Gets the mixin type to join to.
 java.lang.String getObjectType()
          Gets the object type to join from.

 

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

MixinJoinFilter

public MixinJoinFilter(java.lang.String objectType,
                       java.lang.String mixinType,
                       Filter joinedObjectFilter)
Create a MixinJoinFilter that enables an object to be filtered based on its mixins.
Parameters:
objectType - the object type to join from
mixinType - the mixin type to join to
joinedObjectFilter - the nested Filter to apply to the mixin objects in the result

Method Detail

getObjectType

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

getMixinType

public java.lang.String getMixinType()
Gets the mixin type to join to.
Returns:
the mixin type to join to

getJoinedObjectFilter

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

Skip navigation links

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


Copyright © 2007, 2008 Oracle. All Rights Reserved.