Package | Description |
---|---|
com.tailf.maapi |
MAAPI is an API which provides full access to the systems internal
transaction engine.
|
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 | Method and Description |
---|---|
static MaapiSchemas |
Maapi.getSchemas()
Returns the currently loaded schema.
|
MaapiSchemas |
Maapi.loadSchemas()
Load Schemas method that downloads all schemas from server into a
MaapiSchemas container, from which specified schemas can be accessed and
traversed.
|
MaapiSchemas |
Maapi.loadSchemas(String[] namespaceURIs)
Load Schemas method that downloads a specified number of schemas
the server into a MaapiSchemas container, from which specified schemas
can be accessed and transversed.
|
MaapiSchemas |
Maapi.reloadSchemas()
This method throws away any old MaapiSchemas container and downloads a
new from the server.
|
MaapiSchemas |
Maapi.reloadSchemas(String[] namespaceURIs)
This method throws away any old MaapiSchemas container and downloads a
new from the server.
|
Modifier and Type | Method and Description |
---|---|
MaapiSchemas |
NavuNodeInfo.getCSSchemas() |