|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HierarchyNode
Interface representing hierarchy index node (mix-in).
| Field Summary | |
|---|---|
static java.lang.String |
NODE_ATTRIBUTE_END_OF_OCCUPIED_SPACEStatic variable representing hierarchyEndOfOccupiedSpace attribute. |
static java.lang.String |
NODE_ATTRIBUTE_INDEXStatic variable representing hierarchyIndex attribute. |
static java.lang.String |
NODE_ATTRIBUTE_LEVELStatic variable representing hierarchyLevel attribute. |
static java.lang.String |
NODE_ATTRIBUTE_MAX_INDEXStatic variable representing hierarchyMaxIndex attribute. |
static java.lang.String |
NODE_ATTRIBUTE_NUM_CHILDRENStatic variable representing hierarchyNumChildren attribute. |
static java.lang.String |
NODE_ATTRIBUTE_PARENT_IDStatic variable representing hierarchyParent_id reference attribute. |
| Method Summary | |
|---|---|
long |
getIndex()Gets the index of this HierarchyNode. |
long |
getMaxIndex()Gets the upper range of this node's childrens' indexes. |
long |
getNumChildren()Gets the number of children that this node currently has. |
ObjectKey |
getParentId()Gets the object key of the parent object of this HierarchyNode. |
void |
setIndex(long index)Sets the index of this HierarchyNode. |
void |
setMaxIndex(long maxIndex)Sets the upper range of this node's childrens' indexes. |
void |
setNumChildren(long numChildren)Sets the number of children that this node currently has. |
| Methods inherited from interface oracle.iam.rm.temporal.SnapshotObject |
|---|
delete, delete, getAllAttributes, getAttributeValue, getDefaultTitle, getMixin, getObjectKey, getObjectType, getRelativeObjects, getRelativeObjects, getStructuralObject, getStructuralObjectType, getVersion, isEditable, makeReadConsistent, setAttributeValue, setAttributeValues, stateEquals, updateVersion |
| Field Detail |
|---|
static final java.lang.String NODE_ATTRIBUTE_INDEX
hierarchyIndex attribute.
static final java.lang.String NODE_ATTRIBUTE_MAX_INDEX
hierarchyMaxIndex attribute.
static final java.lang.String NODE_ATTRIBUTE_PARENT_ID
hierarchyParent_id reference attribute.
static final java.lang.String NODE_ATTRIBUTE_NUM_CHILDREN
hierarchyNumChildren attribute.
static final java.lang.String NODE_ATTRIBUTE_END_OF_OCCUPIED_SPACE
hierarchyEndOfOccupiedSpace attribute.
static final java.lang.String NODE_ATTRIBUTE_LEVEL
hierarchyLevel attribute.
| Method Detail |
|---|
long getIndex()
long representing index of this HierarchyNode.void setIndex(long index)
index - long representing indexlong getMaxIndex()
void setMaxIndex(long maxIndex)
maxIndex - upper range of this node's childrens' indexesObjectKey getParentId()
long getNumChildren()
void setNumChildren(long numChildren)
numChildren - number of children that this node currently has.
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||