| 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 | 
|---|---|
MaapiSchemas.CSSchema | 
MaapiSchemas.findCSSchema(int nshash)
Retrieve a specified schema identified by an hash value 
 | 
MaapiSchemas.CSSchema | 
MaapiSchemas.findCSSchema(long nshash)
Deprecated.  
 | 
MaapiSchemas.CSSchema | 
MaapiSchemas.findCSSchema(String nsName)
Retrieve a specific schema identified by an namespace string 
 | 
MaapiSchemas.CSSchema | 
MaapiSchemas.findCSSchemaByPrefix(String prefix)  | 
MaapiSchemas.CSSchema | 
MaapiSchemas.findCSSchemaFromUniqueRoot(int rootHash)
Returns schema for root node. 
 | 
MaapiSchemas.CSSchema | 
MaapiSchemas.findCSSchemaFromUniqueRoot(long rootHash)
Deprecated.  
 | 
MaapiSchemas.CSSchema | 
MaapiSchemas.findCSSchemaFromUniqueRoot(String rootTagName)
Returns schema for root node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<MaapiSchemas.CSSchema> | 
MaapiSchemas.getLoadedSchemas()
get all loaded schemas as a Collection of CSSchema objects 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MaapiSchemas.CSSchema | 
NavuNodeInfo.getCSSchema()  |