Package | Description |
---|---|
com.tailf.navu |
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
NavuListEntry
A
NavuList holds this representation of a entry as its
children or entry set. |
Modifier and Type | Method and Description |
---|---|
NavuContainer |
NavuNode.container(Integer key)
Returns a subordinate reference to a container according to
the given hash value.
|
NavuContainer |
NavuAction.container(Integer key) |
NavuContainer |
NavuContainer.container(Integer key)
Returns a subordinate reference to a container according to
the given hash value.
|
NavuContainer |
NavuNode.container(String key)
Returns a subordinate reference to NavuNode according to
the given string
key . |
NavuContainer |
NavuAction.container(String key) |
NavuContainer |
NavuContainer.container(String key)
Returns a subordinate reference to container according to
the given string
key . |
NavuContainer |
NavuNode.container(String prefix,
String key)
Returns a subordinate reference to container according to
the given
key and prefix . |
NavuContainer |
NavuAction.container(String prefix,
String key) |
NavuContainer |
NavuContainer.container(String prefix,
String key)
Returns a subordinate reference to container according to
the given
key and prefix . |
NavuContainer |
NavuContainer.create()
Creates an optional container.
|
NavuContainer |
NavuList.create(ConfKey key)
Creates list element.
|
NavuContainer |
NavuList.create(ConfObject key)
Creates list element.
|
NavuContainer |
NavuList.create(String keyStr)
Creates list element.
|
NavuContainer |
NavuList.create(String[] keyArr)
Creates list element.
|
NavuContainer |
NavuListEntry.delete()
Deletes this entry from the NavuList it contains
returns this NavuListEntry as NavuContainer.
|
NavuContainer |
NavuContainer.delete()
Deletes an optional container.
|
NavuContainer |
NavuList.elem(String keyStr)
Returns a list element according to the given key.
|
NavuContainer |
NavuList.elem(String[] keyArr)
Returns a list element according to the given array of keys.
|
NavuContainer |
NavuList.insert(ConfKey key,
boolean createBackpointer)
Inserts an element into a list using Maapi.insert().
|
NavuContainer |
NavuCdbSubscriptionContext.root()
Deprecated.
Return the
NavuContainer that represents
the module for the current node. |
NavuContainer |
NavuContainer.safeCreate()
Creates an optional container.
|
NavuContainer |
NavuList.safeCreate(ConfKey key)
The variant of
create that succeeds even if the
object already exists |
NavuContainer |
NavuList.safeCreate(ConfObject key)
The variant of
create that succeeds even if the
object already exists. |
NavuContainer |
NavuList.safeCreate(String keyStr)
The variant of
create that succeeds even if the
object already exists. |
NavuContainer |
NavuList.safeCreate(String[] keyArr)
The variant of
create that succeeds even if the
object already exists. |
NavuContainer |
NavuContainer.setOperationalDataCase(String choiceStr,
String caseStr)
Deprecated.
Use the method
setOperDataCase(String , String) |
NavuContainer |
NavuContainer.sharedCreate()
Creates an optional container.
|
NavuContainer |
NavuList.sharedCreate(ConfKey key)
The variant of
create that succeeds even if the
object already exists, and also maintains a reference counter
on the object. |
NavuContainer |
NavuList.sharedCreate(ConfObject key)
The variant of
create that succeeds even if the
object already exists, and also maintains a reference counter
on the object. |
NavuContainer |
NavuList.sharedCreate(String keyStr)
The variant of
create that succeeds even if the
object already exists, and also maintains a reference counter
on the object. |
NavuContainer |
NavuList.sharedCreate(String[] keyArr)
The variant of
create that succeeds even if the
object already exists, and also maintains a reference counter
on the object. |
Modifier and Type | Method and Description |
---|---|
Collection<NavuContainer> |
NavuList.elements()
Returns a shallow copy of elements contained by the list node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NavuList.containsNode(NavuContainer node)
Returns true if this NavuList maps a
ConfKey to the specified NavuContainer.
|
static NoSuchNavuChoiceException |
NoSuchNavuChoiceException.mk(NavuContainer node,
String errChoiceName) |
Constructor and Description |
---|
NoSuchNavuChoiceException(NavuContainer surroundingContainer,
String failureChoiceName,
String childrenMsg) |