Uses of Class
com.tailf.maapi.MaapiSchemas.CSSchema
Packages that use MaapiSchemas.CSSchema
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.CSSchema in com.tailf.maapi
Methods in com.tailf.maapi that return MaapiSchemas.CSSchemaModifier and TypeMethodDescriptionMaapiSchemas.findCSSchema(int nsHash) Retrieve a specified schema identified by an hash valueMaapiSchemas.findCSSchema(String nsName) Retrieve a specific schema identified by an namespace stringMaapiSchemas.findCSSchemaByPrefix(String prefix) MaapiSchemas.findCSSchemaFromUniqueRoot(int rootHash) Returns schema for root node.MaapiSchemas.findCSSchemaFromUniqueRoot(String rootTagName) Returns schema for root node.MaapiSchemas.CSNode.getSchema()Retrieves the schema for the nodeMethods in com.tailf.maapi that return types with arguments of type MaapiSchemas.CSSchemaModifier and TypeMethodDescriptionMaapiSchemas.getLoadedSchemas()get all loaded schemas as a Collection of CSSchema objectsMethods in com.tailf.maapi with parameters of type MaapiSchemas.CSSchemaModifier and TypeMethodDescriptionstatic MaapiSchemas.MountIdMaapiSchemas.MountId.create(MaapiSchemas.CSSchema schema, String tag) Method parameters in com.tailf.maapi with type arguments of type MaapiSchemas.CSSchemaModifier and TypeMethodDescriptionMaapiSchemas.convertMountId(Map<Integer, MaapiSchemas.CSSchema> schemastable, ConfEObject obj) MaapiSchemas.convertMountIdHash(Map<Integer, MaapiSchemas.CSSchema> schemastable, int nsHash, int tagHash) MaapiSchemas.findMountId(Map<Integer, MaapiSchemas.CSSchema> schemastable, ConfEObject obj) Constructors in com.tailf.maapi with parameters of type MaapiSchemas.CSSchemaModifierConstructorDescriptionCSChoice(int taghash, String tag, MaapiSchemas.CSSchema schema, int minOccurs, MaapiSchemas.CSNode parentNode, MaapiSchemas.CSCase caseParent, MaapiSchemas.CSChoice nextSibling)  - 
Uses of MaapiSchemas.CSSchema in com.tailf.ncs.maapi
Methods in com.tailf.ncs.maapi that return MaapiSchemas.CSSchemaModifier and TypeMethodDescriptionMmapMaapiSchemas.SchemaLookup.lookupSchema(int nsHash) MmapMaapiSchemas.SchemaLookupImpl.lookupSchema(int nsHash) Constructor parameters in com.tailf.ncs.maapi with type arguments of type MaapiSchemas.CSSchemaModifierConstructorDescriptionSchemaLookupImpl(Map<Integer, MaapiSchemas.CSSchema> schemas, Map<Integer, String> hashToStringTab)