| 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 | Class and Description | 
|---|---|
class  | 
MaapiMNsException
Warnings raised from the maapi package 
 | 
class  | 
MaapiMNsMissingException
Warnings raised from the maapi package 
 | 
class  | 
MaapiWarningException
Warnings raised from the maapi package 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
MaapiCryptoType.decrypt(byte[] key,
       String encrypted)
Same as calling  
MaapiCryptoType.decrypt(byte[], String, byte[]) with the iv
 parameter set to null. | 
String | 
MaapiCryptoType.decrypt(byte[] key,
       String encrypted,
       byte[] iv)
Decrypt an encrypted string using the given key and IV. 
 | 
String | 
MaapiCrypto.decrypt(String encrypted)
Decrypt an encrypted string. 
 | 
String | 
MaapiCryptoType.encrypt(byte[] key,
       String plaintext)
Encrypt a plaintext string using a supplied key. 
 | 
String | 
MaapiCrypto.encrypt(MaapiCryptoType type,
       String plaintext)
Encrypt a plaintext string. 
 | 
MaapiSchemas.CSNode | 
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 format 
 | 
MaapiSchemas.CSNode | 
MaapiSchemas.findCSNode(MountIdInterface mountGetter,
          String nsName,
          String fmt,
          Object... arguments)
 Find and retrieves specific node in the schema information tree. 
 | 
MaapiSchemas.CSNode | 
MaapiSchemas.findCSNode(String nsName,
          String fmt,
          Object... arguments)  | 
MaapiInputStream | 
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. 
 | 
ConfValue | 
MaapiSchemas.stringToValue(MaapiSchemas.CSType type,
             String str)
parse value located in str and convert to ConfValue, the value is
 validated. 
 | 
ConfValue | 
MaapiSchemas.CSTypeMethods.stringToValue(MaapiSchemas.CSType type,
             String str)
parse value located in str and convert to ConfValue, the value is
 validated. 
 | 
ConfValue | 
MaapiSchemas.UnionTypeMethodsImpl.stringToValue(MaapiSchemas.CSType type,
             String str)  | 
ConfValue | 
MaapiSchemas.EnumTypeMethodsImpl.stringToValue(MaapiSchemas.CSType type,
             String str)  | 
ConfValue | 
MaapiSchemas.BitsTypeMethodsImpl.stringToValue(MaapiSchemas.CSType type,
             String str)  | 
ConfValue | 
MaapiSchemas.Decimal64TypeMethodsImpl.stringToValue(MaapiSchemas.CSType type,
             String str)  | 
ConfValue | 
MaapiSchemas.ListTypeMethodsImpl.stringToValue(MaapiSchemas.CSType type,
             String str)  | 
ConfValue | 
MaapiSchemas.ListRestrictionTypeMethodsImpl.stringToValue(MaapiSchemas.CSType type,
             String str)  | 
ConfValue | 
MaapiSchemas.DisplayHintTypeMethodsImpl.stringToValue(MaapiSchemas.CSType type,
             String str)  | 
ConfValue | 
MaapiSchemas.IdentityTypeMethodsImpl.stringToValue(MaapiSchemas.CSType type,
             String str)  | 
boolean | 
MaapiSchemas.CSTypeMethods.validate(MaapiSchemas.CSType type,
        ConfValue val)
Validates ConfValue of with rules from CSType 
 | 
boolean | 
MaapiSchemas.UnionTypeMethodsImpl.validate(MaapiSchemas.CSType type,
        ConfValue val)  | 
boolean | 
MaapiSchemas.RetrictedNumberTypeMethodsImpl.validate(MaapiSchemas.CSType type,
        ConfValue val)  | 
boolean | 
MaapiSchemas.EnumTypeMethodsImpl.validate(MaapiSchemas.CSType type,
        ConfValue val)  | 
boolean | 
MaapiSchemas.BitsTypeMethodsImpl.validate(MaapiSchemas.CSType type,
        ConfValue val)  | 
boolean | 
MaapiSchemas.Decimal64TypeMethodsImpl.validate(MaapiSchemas.CSType type,
        ConfValue val)  | 
boolean | 
MaapiSchemas.ListTypeMethodsImpl.validate(MaapiSchemas.CSType type,
        ConfValue val)  | 
boolean | 
MaapiSchemas.ListRestrictionTypeMethodsImpl.validate(MaapiSchemas.CSType type,
        ConfValue val)  | 
boolean | 
MaapiSchemas.DisplayHintTypeMethodsImpl.validate(MaapiSchemas.CSType type,
        ConfValue val)  | 
boolean | 
MaapiSchemas.StringTypeMethodsImpl.validate(MaapiSchemas.CSType type,
        ConfValue val)  | 
boolean | 
MaapiSchemas.IdentityTypeMethodsImpl.validate(MaapiSchemas.CSType type,
        ConfValue val)  | 
| Constructor and Description | 
|---|
ApplyResult(ConfResponse result)  | 
CommitQueueResult(ConfResponse result)  | 
CommitQueueResult(long queue_id,
                 long status)
Deprecated. 
 
Use  
CommitQueueResult(ConfResponse) instead. | 
DryRunResult(ConfResponse result)  | 
MaapiAuthentication(ConfEObject o)  | 
MaapiCrypto(Maapi maapi)  | 
MaapiRollback(ConfETuple file)  | 
MaapiUserSession(ConfETuple usess)
Internally used constructor 
 | 
MaapiUserSession(int lmode,
                ConfETuple usess)
Internally used constructor 
 | 
MaapiUserSessionId(ConfEObject o)  | 
| Constructor and Description | 
|---|
NavuException(MaapiException e)  |