Package oracle.iam.catalog.vo
Class HierarchicalAttributes
java.lang.Object
oracle.iam.catalog.vo.HierarchicalAttributes
- All Implemented Interfaces:
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
- Author:
- asbharga
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
This child details is specific to this Hierarchical node so this is inner class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setChildren
(List<HierarchicalAttributes.ChildDetails> children) void
setXpathNameMap
(Map<String, String> xpathNameMap) toString()