wt.visitor
Class ProductInstanceConfigSpecNodeExpander
java.lang.Object
wt.visitor.ConfigSpecNodeExpander
wt.visitor.ProductInstanceConfigSpecNodeExpander
- All Implemented Interfaces:
- NodeExpander, Serializable
- public class ProductInstanceConfigSpecNodeExpander
- extends ConfigSpecNodeExpander
- implements Serializable
Supported API: true
Extendable: false
- See Also:
- Serialized Form
Method Summary |
void |
expandNode(Persistable parentNode,
Vector links,
Vector nodes)
Expands the node returning all of the links and nodes associated with
the parent node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
spec
SerialNumberedConfiguredInstanceConfigSpec spec
ProductInstanceConfigSpecNodeExpander
public ProductInstanceConfigSpecNodeExpander(SerialNumberedConfiguredInstanceConfigSpec a_ConfigSpec)
throws WTException,
WTPropertyVetoException
- Constructs an instance.
Supported API: true
- Parameters:
a_ConfigSpec
-
- Throws:
WTException
WTPropertyVetoException
expandNode
public void expandNode(Persistable parentNode,
Vector links,
Vector nodes)
throws WTException
- Expands the node returning all of the links and nodes associated with
the parent node.
Supported API: true
- Specified by:
expandNode
in interface NodeExpander
- Overrides:
expandNode
in class ConfigSpecNodeExpander
- Parameters:
parentNode
- links
- nodes
-
- Throws:
WTException