|
Class Summary |
| Operation |
The Operation class represents a provisioning operation. |
| ProvisioningModule |
The main provisioning module class that is the guts of the module.
During start up, it does three functions
Loads extension apis specified in the <Web NMS Home>/conf/ProvisioningExtensions.xml file
into the memory.Extension apis are nothing but domain and
vendor specific ProvisioningAPI implementations. |
| ProvisioningTrigger |
This abstract classs serves as the entry point to schedule provisioning based
on triggers. |
| TemplateInitializer |
Initializes the template.ie., collects Inventory Inputs and NEInputs and
executes TemplateFilters associated with the template. |