Skip navigation links


oracle.iam.reconciliation.vo
Class RoleHierarchy

java.lang.Object
  extended by oracle.iam.reconciliation.vo.RoleHierarchy

All Implemented Interfaces:
java.io.Serializable

public class RoleHierarchy
extends java.lang.Object
implements java.io.Serializable

Encapsulates an instance of a Role Hierarchy as used in Reconciliation, for the Event Management APIs. Note that this Event object may differ from the actual Role Hierarchy Data Object. It is a view from a management perspective only.

See Also:
Serialized Form

Constructor Summary
RoleHierarchy()
          Instantiates an empty Role Memberobject.
RoleHierarchy(java.lang.Long rekey)
          Instantiates a Role object using its Key.
RoleHierarchy(java.lang.Long rekey, java.lang.Long ugpkey)
          Instantiates a Role object using its Key and Role Key.
RoleHierarchy(java.lang.Long rekey, java.lang.Long ugpkey, java.lang.Long parentUgp)
          Instantiates a Role object using its Key and Role Key and User Key.

 

Method Summary
 java.lang.Long getParentUgpKey()
           
 java.lang.Long getReKey()
           
 java.lang.Long getUgpKey()
           
 void setParentUgpKey(java.lang.Long parentKey)
           
 void setReKey(java.lang.Long reKey)
           
 void setUgpKey(java.lang.Long ugpKey)
           

 

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

 

Constructor Detail

RoleHierarchy

public RoleHierarchy()
Instantiates an empty Role Memberobject.

RoleHierarchy

public RoleHierarchy(java.lang.Long rekey)
Instantiates a Role object using its Key.
Parameters:
rekey - the Event ID

RoleHierarchy

public RoleHierarchy(java.lang.Long rekey,
                     java.lang.Long ugpkey)
Instantiates a Role object using its Key and Role Key.
Parameters:
rekey - the Event ID
ugpkey - the ID of the Role

RoleHierarchy

public RoleHierarchy(java.lang.Long rekey,
                     java.lang.Long ugpkey,
                     java.lang.Long parentUgp)
Instantiates a Role object using its Key and Role Key and User Key.
Parameters:
rekey - the Event ID
ugpkey - the ID of the current Role
parentUgp - the ID of the Parent Role of the specified role

Method Detail

setReKey

public void setReKey(java.lang.Long reKey)

getReKey

public java.lang.Long getReKey()

setUgpKey

public void setUgpKey(java.lang.Long ugpKey)

getUgpKey

public java.lang.Long getUgpKey()

setParentUgpKey

public void setParentUgpKey(java.lang.Long parentKey)

getParentUgpKey

public java.lang.Long getParentUgpKey()

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.