Uses of Class
com.tailf.maapi.MaapiSchemas
Packages that use 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
Fields in com.tailf.maapi with type parameters of type MaapiSchemasModifier and TypeFieldDescriptionstatic Class<? extends MaapiSchemas>Maapi.maapiSchemasClassClass used for MaapiSchemas implementation, if overridden, the overridden class must extend MaapiSchemas.Methods in com.tailf.maapi that return MaapiSchemasModifier and TypeMethodDescriptionstatic MaapiSchemasMaapi.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[] namespaceURIs0) 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. -
Uses of MaapiSchemas in com.tailf.ncs.maapi
Subclasses of MaapiSchemas in com.tailf.ncs.maapiModifier and TypeClassDescriptionclassmmap version of MaapiSchemas trying to load the schema data using MmapSchemaFactory if the required classes are available and the server supports MAAPI_GET_SCHEMA_FILE_PATH2.