EntityNode (AquaLogic Data Services Platform API)
com.bea.ld.metadata
Interface EntityNode
- All Superinterfaces:
- Node, java.io.Serializable
- All Known Subinterfaces:
- EntityDS, Function, FunctionCollection, Schema, WebService, WebServicePolicy, XDS
public interface EntityNode
- extends Node
An entity node is a metadata node
that may establish dependency relations with other metadata (entity)
nodes. Such nodes are:
-
FunctionCollection instances
-
Schema instances
-
Function instances
-
WebService instances
-
WebServicePolicy instances
| Methods inherited from interface com.bea.ld.metadata.Node |
getId |
getNodeReference
NodeRef getNodeReference()
- Returns:
- the reference for this entity node.
getBody
java.lang.String getBody()
- Returns:
- The
EntityNode contents.
- Throws:
java.lang.UnsupportedOperationException - If called on a Function instance.
Copyright © 2007 BEA Systems Inc. All Rights Reserved.