AdventNet Web NMS 4 API Specification

Package com.adventnet.nms.provisioning.xml

Contains classes that represent provisioning xml template.

See:
          Description

Class Summary
Context Context element enables to collect data from any database for InventoryInputs.
Form The Form class represents the actual Form tag present in the Template.
GoTo The GoTo class represents the GoTo element in the Template.
Initialization The Initialization class represents the Initialization element that is present in the Template.
InventoryUpdate The InventoryUpdate class represents update data in the templates.
MOInput The MOInput class represents Managed Object input data in the templates.
MOUpdate The MOUpdate class represents Managed Object update data in the templates.
OperationIdentifier OperationIdentifier is used as an identifier for an asynchronous operation to query the server for the status and result of that operation.
OperationStatus The OperationStatus class represents the status of an asynchronous operation.
PopulateTemplateParams An utility class to populate the template with the given parameters.
Property The Property class represents Property element present in the Template.
Script Script class represents Script element in the template.
SQLInput The SQLInput class represents Relational Database input data in the templates.
SQLUpdate The SQLUpdate class represents Relational Database update data in the templates.
Stage The Stage class represents a Stage element present in the Template.
StageResult The StageResult class represents the result of a single Stage.
Table The Table class represents the Table element present in the template.
Template The Template class represents the provisioning xml template and contains utility methods for processing it.
The provisioning templates are XML documents that have parameterized provisioning profiles for configuring multiple devices in the network.
TemplateParams The TemplateParams class represents template parameters and contains utility methods for working with it.
TemplateResult The TemplateResult class represents the complete result on execution of a template.
 

Package com.adventnet.nms.provisioning.xml Description

Contains classes that represent provisioning xml template. It contains classes that updates the database after provisioning,  and that enables in bringing up the UI by reading the forms and etc..


AdventNet Web NMS 4 API Specification