Skip navigation links


oracle.iam.catalog.vo
Class HierarchicalAttributes

java.lang.Object
  extended by oracle.iam.catalog.vo.HierarchicalAttributes

All Implemented Interfaces:
java.io.Serializable

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

This is a new Vo class that is added to get the children of a node for a given xpath. Map will contain information about the child node has and an xpath for the child. The xpath can be used further to get the child or the details. To the child of first node. pxath should be entitlementValue[1]

Since:
11.1.2.2.0
See Also:
Serialized Form

Nested Class Summary
 class HierarchicalAttributes.ChildDetails
          This child details is specific to this Hierarchical node so this is inner class.

 

Constructor Summary
HierarchicalAttributes()
           

 

Method Summary
 java.util.List getChildren()
           
 java.util.Map getXpathNameMap()
           
 void setChildren(java.util.List children)
           
 void setXpathNameMap(java.util.Map xpathNameMap)
           
 java.lang.String toString()
           

 

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

 

Constructor Detail

HierarchicalAttributes

public HierarchicalAttributes()

Method Detail

getXpathNameMap

public java.util.Map getXpathNameMap()

setXpathNameMap

public void setXpathNameMap(java.util.Map xpathNameMap)

getChildren

public java.util.List getChildren()

setChildren

public void setChildren(java.util.List children)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links


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