Uses of Class
com.tailf.maapi.MaapiException
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 MaapiException in com.tailf.maapi
Modifier and TypeClassDescriptionclass
Warnings raised from the maapi packageclass
Warnings raised from the maapi packageclass
Warnings raised from the maapi packageModifier and TypeMethodDescriptionDecrypt an encrypted string.Same as callingMaapiCryptoType.decrypt(byte[], String, byte[])
with the iv parameter set to null.Decrypt an encrypted string using the given key and IV.MaapiCrypto.encrypt
(MaapiCryptoType type, String plaintext) Encrypt a plaintext string.Encrypt a plaintext string using a supplied key.boolean
MaapiSchemas.findCSNode
(MountIdInterface mountGetter, String nsName, String fmt, Object... arguments) Find and retrieves specific node in the schema information tree.MaapiSchemas.findCSNode
(MountIdInterface mountGetter, String nsName, List<com.tailf.conf.gen.PathParser.PathElement> pl) Internally used method to find a node defined by an internal path formatMaapiSchemas.findCSNode
(String nsName, String fmt, Object... arguments) Maapi.rollbackConfig
(int tid, String fmt, String... args) This function can be used to save the equivalent of a rollback file for a given configuration before it is committed (or a subtree thereof) in curly bracket format.MaapiSchemas.BitsTypeMethodsImpl.stringToValue
(MaapiSchemas.CSType type, String str) MaapiSchemas.CSTypeMethods.stringToValue
(MaapiSchemas.CSType type, String str) parse value located in str and convert to ConfValue, the value is validated.MaapiSchemas.Decimal64TypeMethodsImpl.stringToValue
(MaapiSchemas.CSType type, String str) MaapiSchemas.DisplayHintTypeMethodsImpl.stringToValue
(MaapiSchemas.CSType type, String str) MaapiSchemas.EnumTypeMethodsImpl.stringToValue
(MaapiSchemas.CSType type, String str) MaapiSchemas.IdentityTypeMethodsImpl.stringToValue
(MaapiSchemas.CSType type, String str) MaapiSchemas.ListRestrictionTypeMethodsImpl.stringToValue
(MaapiSchemas.CSType type, String str) MaapiSchemas.ListTypeMethodsImpl.stringToValue
(MaapiSchemas.CSType type, String str) MaapiSchemas.stringToValue
(MaapiSchemas.CSType type, String str) parse value located in str and convert to ConfValue, the value is validated.MaapiSchemas.UnionTypeMethodsImpl.stringToValue
(MaapiSchemas.CSType type, String str) boolean
MaapiSchemas.BitsTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.CSTypeMethods.validate
(MaapiSchemas.CSType type, ConfValue val) Validates ConfValue of with rules from CSTypeboolean
MaapiSchemas.Decimal64TypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.DisplayHintTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.EnumTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.IdentityTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.ListRestrictionTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.ListTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.RetrictedNumberTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.StringTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.UnionTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) ModifierConstructorDescriptionApplyResult
(ConfResponse result) CommitQueueResult
(long queue_id, long status) Deprecated.CommitQueueResult
(ConfResponse result) DryRunResult
(ConfResponse result) MaapiCrypto
(Maapi maapi) MaapiRollback
(ConfETuple file) MaapiUserSession
(int lmode, ConfETuple usess) Internally used constructorMaapiUserSession
(ConfETuple usess) Internally used constructor
CommitQueueResult(ConfResponse)
instead.