See: Description
Interface | Description |
---|---|
MaapiDiffIterate |
This interface is used with the diffIterate method in Maapi.
|
MaapiIterate |
This interface is used with the Iterate method in Maapi.
|
MaapiXPathEvalResult |
This interface is used with
xpathEval
method in Maapi . |
MaapiXPathEvalTrace |
This interface is used with the
xpathEval method
in Maapi. |
ResultType |
Specifies the result type from XPath query.
|
ResultTypeKeyPath |
XPath Result in keypath format.
|
ResultTypeKeyPathValue |
XPath Result in keypath and value format.
|
ResultTypeString |
XPath Result in string format.
|
ResultTypeTag |
XPath Result in ConfXMLParam format.
|
Class | Description |
---|---|
CLIInteraction |
Get CLI Interaction class for interaction with the user via the CLI.
|
CommitQueueResult | |
Maapi |
This class implements the Management Agent API (MAAPI).
|
MaapiAuthentication |
Authentication result container.
|
MaapiCrypto |
Data decryption utility class
This class is instantiated using an existing maapi object.
|
MaapiCursor |
Whenever we wish to iterate over a set of objects in the XML tree, we must
first initialize a cursor.
|
MaapiInputStream |
Represents configuration data input stream used to download configurations.
|
MaapiOutputStream |
Configuration data output stream used to upload configurations.
|
MaapiProto |
General class for protocol constants
|
MaapiRollback |
Rollback file descriptor class.
|
MaapiSchemaNS |
This class is used to emulate and replace the classes that was previously
loaded manually.
|
MaapiSchemas |
Handles the schema information from the data models loaded.
|
MaapiSchemasUtil |
Utility class for MaapiSchemas This class contains tools for making recursive
schema printouts It also has a main method an can be therefore be run as a
java application
|
MaapiUserSession |
User session descriptor class.
|
QueryResult<T extends ResultType> |
Represent a result from a XPath query.
|
QueryResult.Entry<E extends ResultType> |
Represent result entry in a XPath query.
|
Enum | Description |
---|---|
CLIInteractionFlag |
flags for controlling cmd to CLI via CLIInteraction class
|
MaapiConfigFlag |
Flags used in {@link Maapi#saveConfig(int,EnumSet,String,Object...
|
MaapiFlag |
Flags used by
Maapi.setFlags(int,EnumSet) method to control
read/write sessions. |
MaapiSchemas.CSShallowType |
Enum containing all possible node values.
|
MaapiUserSessionFlag |
flags for defining User Session protocol
|
MoveWhereFlag |
flags us by Maapi.moveOrdered method to control ordered-by user orders
|
XPathNodeIterateResultFlag |
The
result(ConfObject[],ConfValue,Object) method
should return any of the following two constants |
Exception | Description |
---|---|
MaapiException |
Exception raised from the maapi package
|
MaapiWarningException |
Warnings raised from the maapi package
|
MAAPI is used in a number of different settings.
A typical sequence of API calls when using MAAPI to write a management application would be
MAAPI also has support for several operations that do not work immediately towards a transaction. This includes users session management, locking, and candidate manipulation.