|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.adventnet.management.config.xml.BaseElement
|
+--com.adventnet.nms.provisioning.xml.Stage
The Stage class represents a Stage element present in the Template. A Stage can contain InventoryInput, NEInput, Form, ConfigTask, InventoryUpdate, Script, GoTo elements. A Stage should have an attribute "label". The value of this attribute should be unique for the whole Template. If the value is repeated anywhere in the Template, then InvalidTemplateException will be thrown.
| Fields inherited from class com.adventnet.management.config.xml.BaseElement |
element, isServer |
| Constructor Summary | |
Stage()
Creates a new Stage instance. |
|
Stage(org.w3c.dom.Element element)
Creates a new Stage that represents the supplied xml element. |
|
Stage(java.lang.String xmlString)
Creates a new Stage object that contains representation of the supplied xml string. |
|
| Method Summary | |
java.util.Vector |
getConfigTasks()
Returns the ConfigTasks that are present in this Stage. |
java.util.Vector |
getForms()
Returns the Forms that are present in this Stage. |
java.util.Vector |
getGoTos()
Returns the GoTo elements that are present in this Stage. |
java.util.Vector |
getInitializations()
Returns Initialization present in the Stage. |
java.util.Vector |
getInventoryInputs()
Returns the InventoryInputs that are present in this Stage. |
java.util.Vector |
getInventoryUpdates()
Returns the InventoryUpdates that are present in this Stage. |
java.lang.String |
getLabel()
Returns the value of "label" attribute of this Stage element. |
java.util.Vector |
getNEInputs()
Returns the NEInputs that are present in this Stage. |
java.util.Vector |
getScripts()
Returns the Scripts that are present in this Stage. |
void |
setLabel(java.lang.String label)
Sets the label of this Stage. |
| Methods inherited from class com.adventnet.management.config.xml.BaseElement |
addSubTag, getAttribute, getElement, getProperties, getSubTagsByName, hasAttribute, removeSubTagsByName, setAttribute, setProperties, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Stage(org.w3c.dom.Element element)
throws InvalidTemplateException
element - xml element that represents this Stage object.InvalidTemplateException - if an specified element is null.
public Stage(java.lang.String xmlString)
throws InvalidTemplateException
xmlString - xml string that contains the stage.InvalidTemplateException - if any error occurs.public Stage()
| Method Detail |
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - label of this Stage.public java.util.Vector getInitializations()
public java.util.Vector getInventoryInputs()
public java.util.Vector getNEInputs()
public java.util.Vector getForms()
public java.util.Vector getConfigTasks()
public java.util.Vector getScripts()
public java.util.Vector getInventoryUpdates()
public java.util.Vector getGoTos()
|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||