Uses of Class
com.tailf.maapi.MaapiSchemas
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
-
Uses of MaapiSchemas in com.tailf.maapi
Modifier and TypeMethodDescriptionstatic MaapiSchemas
Maapi.getSchemas()
Returns the currently loaded schema.Maapi.loadSchemas()
Load Schemas method that downloads all schemas from server into a MaapiSchemas container, from which specified schemas can be accessed and traversed.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.Maapi.reloadSchemas()
This method throws away any old MaapiSchemas container and downloads a new from the server.Maapi.reloadSchemas
(String[] namespaceURIs) This method throws away any old MaapiSchemas container and downloads a new from the server.