|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectGraphNode | |
wt.clients.tools.transfer | |
wt.graph | |
wt.graph.processor | |
wt.graph.template | |
wt.transfer.delegate | |
wt.transfer.filter | |
wt.transfer.policy | |
wt.transfer.unit |
Uses of ObjectGraphNode in wt.clients.tools.transfer |
Fields in wt.clients.tools.transfer declared as ObjectGraphNode | |
(package private) ObjectGraphNode[][] |
EditGraphTemplate.allNodes
|
Uses of ObjectGraphNode in wt.graph |
Subinterfaces of ObjectGraphNode in wt.graph | |
interface |
ObjectGraph
Provides a top-level abstraction of an object graph. |
Classes in wt.graph that implement ObjectGraphNode | |
class |
AbstractObjectGraph
Provides a value-add "basic" implementation of an object graph abstraction. |
class |
AbstractObjectGraphNode
Provides a value-add "basic" implementation of an object graph node abstraction. |
Methods in wt.graph that return ObjectGraphNode | |
ObjectGraphNode |
TheObjectGraphRoot.getRoot()
Gets the object for the association that plays role: ROOT_ROLE. |
ObjectGraphNode |
TheObjectGraphNodeGraph.getObjectGraphNode()
Gets the object for the association that plays role: OBJECT_GRAPH_NODE_ROLE. |
static ObjectGraphNode |
ObjectGraphUtilities.copyOf(ObjectGraphNode node)
Supported API: false |
static ObjectGraphNode[] |
ObjectGraphUtilities.getNodeArrayFrom(Vector vector)
Converts the given vector into a new array that is sized from the vector, which is trimmed. |
static ObjectGraphNode |
ObjectGraphUtilities.getNode(String id,
ObjectGraphNode[] nodeList)
Supported API: false |
static ObjectGraphNode |
ObjectGraphUtilities.getNode(String id,
Vector nodeList)
Supported API: false |
static ObjectGraphNode |
ObjectGraphNodeFactory.newNode(Persistable object,
String nodeImpl)
Allows construction of an object graph node based on the given persistable object as the node of the graph. |
static ObjectGraphNode |
ObjectGraphNodeFactory.newNode(Element object,
String nodeImpl)
Allows construction of an object graph node based on the given persistable object as the node of the graph. |
ObjectGraphNode |
ObjectGraph.getRoot()
Gets the object for the association that plays role: ROOT. |
ObjectGraphNode |
AbstractObjectGraph.getRoot()
Gets the object for the association that plays role: ROOT. |
Methods in wt.graph with parameters of type ObjectGraphNode | |
void |
TheObjectGraphRoot.setRoot(ObjectGraphNode root)
Sets the object for the association that plays role: ROOT_ROLE. |
static TheObjectGraphRoot |
TheObjectGraphRoot.newTheObjectGraphRoot(ObjectGraph theObjectGraph,
ObjectGraphNode root)
Default factory for the class. |
void |
TheObjectGraphNodeGraph.setObjectGraphNode(ObjectGraphNode theObjectGraphNode)
Sets the object for the association that plays role: OBJECT_GRAPH_NODE_ROLE. |
static TheObjectGraphNodeGraph |
TheObjectGraphNodeGraph.newTheObjectGraphNodeGraph(ObjectGraphNode theObjectGraphNode,
ObjectGraph graph)
Default factory for the class. |
static ObjectGraphNode |
ObjectGraphUtilities.copyOf(ObjectGraphNode node)
Supported API: false |
static Vector |
ObjectGraphUtilities.getNodeVectorFrom(ObjectGraphNode[] array)
Converts the given array into a new vector that is trimmed to the size of the array. |
static ObjectGraphNode |
ObjectGraphUtilities.getNode(String id,
ObjectGraphNode[] nodeList)
Supported API: false |
static void |
ObjectGraphUtilities.print(ObjectGraphNode[] nodeList)
Supported API: false |
static void |
ObjectGraphUtilities.print(ObjectGraphNode node,
String header)
Supported API: false |
static ObjectGraphEdge |
ObjectGraphEdgeFactory.newEdge(ObjectGraphNode origin,
ObjectGraphNode neighbor,
Link link,
String edgeImpl)
Allows construction of an object graph edge based on two nodes and the persistable link as the edge of the graph. |
static ObjectGraphEdge |
ObjectGraphEdgeFactory.newEdge(ObjectGraphNode neighbor,
Link link,
String edgeImpl)
Allows construction of an object graph edge based on one node and the persistable link as the edge of the graph. |
void |
ObjectGraph.setRoot(ObjectGraphNode a_Root)
Sets the object for the association that plays role: ROOT. |
static NodeReference |
NodeReference.newNodeReference(ObjectGraphNode node)
Constructs a reference to a Persistable object graph node object. |
protected void |
NodeReference.initialize(ObjectGraphNode node)
Supports initialization, following construction of an instance. |
protected void |
AbstractObjectGraphEdge.initialize(ObjectGraphNode origin,
ObjectGraphNode neighbor)
Supported API: false |
void |
AbstractObjectGraph.setRoot(ObjectGraphNode a_Root)
Sets the object for the association that plays role: ROOT. |
Uses of ObjectGraphNode in wt.graph.processor |
Methods in wt.graph.processor that return ObjectGraphNode | |
private ObjectGraphNode |
PreviewProcessingModeVisitor.findObjectGraphNode(Persistable a_node)
|
private ObjectGraphNode |
ApplicationProcessingModeVisitor.findObjectGraphNode(Persistable a_node)
|
Methods in wt.graph.processor with parameters of type ObjectGraphNode | |
private void |
PreviewProcessingModeVisitor.storeObjectGraphNode(ObjectGraphNode a_graphNode,
Persistable a_node)
|
private void |
ApplicationProcessingModeVisitor.storeObjectGraphNode(ObjectGraphNode a_graphNode,
Persistable a_node)
|
Uses of ObjectGraphNode in wt.graph.template |
Subinterfaces of ObjectGraphNode in wt.graph.template | |
interface |
ObjectGraphNodeTemplate
Provides a top-level abstraction of a node template in an object graph template. |
interface |
ObjectGraphTemplate
Provides a top-level abstraction of an object graph template. |
Classes in wt.graph.template that implement ObjectGraphNode | |
class |
AbstractObjectGraphNodeTemplate
Provides a value-add "basic" implementation of an object graph node abstraction. |
class |
AbstractObjectGraphTemplate
Provides a value-add "basic" implementation of an object graph template abstraction. |
Methods in wt.graph.template with parameters of type ObjectGraphNode | |
private ObjectGraphNodeTemplate |
ObjectGraphTemplateFactory.getNode(String nodeName,
ObjectGraphNode[] nodeList)
|
private void |
AbstractObjectGraphTemplate.getFragmentedNodesOf(String name,
ObjectGraphNode[] nodeList,
ObjectGraphEdge[] edgeList,
Vector nodeNameList,
Vector edgeNameList,
Vector fragNodeList,
Vector fragEdgeList)
|
private String[] |
AbstractObjectGraphTemplate.getAliases(String name,
ObjectGraphNode[] nodeList)
|
private ObjectGraphNodeTemplate |
AbstractObjectGraphTemplate.getNode(String name1,
ObjectGraphNode[] nodeList)
|
Uses of ObjectGraphNode in wt.transfer.delegate |
Methods in wt.transfer.delegate with parameters of type ObjectGraphNode | |
(package private) Vector |
DefaultTemplateBasedExportDelegate.getAllOriginEdges(ObjectGraphNode origin,
ObjectGraphEdge[] oge)
|
Uses of ObjectGraphNode in wt.transfer.filter |
Classes in wt.transfer.filter that implement ObjectGraphNode | |
class |
ExportObjectGraphNodeTemplate
Use the newExportObjectGraphNodeTemplate static factory
method(s), not the ExportObjectGraphNodeTemplate constructor,
to construct instances of this class. |
class |
ExportObjectGraphTemplate
Use the newExportObjectGraphTemplate static factory method(s),
not the ExportObjectGraphTemplate constructor, to construct
instances of this class. |
Methods in wt.transfer.filter with parameters of type ObjectGraphNode | |
static ExportObjectGraphEdgeTemplate |
ExportObjectGraphEdgeTemplate.newExportObjectGraphEdgeTemplate(ObjectGraphNode origin,
ObjectGraphNode neighbor)
Default factory for the class. |
Uses of ObjectGraphNode in wt.transfer.policy |
Methods in wt.transfer.policy with parameters of type ObjectGraphNode | |
private Long |
StandardTransferPolicyService.addIds(ObjectGraphNode aNode,
Hashtable hashIds)
|
private void |
StandardTransferPolicyService.updateOids(ObjectGraphNode thisNode,
Long preOid,
Long postOid,
Hashtable hashIds,
Hashtable oidToNode,
Hashtable nodeToOid)
|
Uses of ObjectGraphNode in wt.transfer.unit |
Classes in wt.transfer.unit that implement ObjectGraphNode | |
class |
ExportObjectGraph
Use the newExportObjectGraph static factory method(s), not
the ExportObjectGraph constructor, to construct instances
of this class. |
class |
ExportObjectList
Use the newExportObjectList static factory method(s), not
the ExportObjectList constructor, to construct instances
of this class. |
class |
ImportObjectGraph
Use the newImportObjectGraph static factory method(s), not
the ImportObjectGraph constructor, to construct instances
of this class. |
class |
ImportObjectList
Use the newImportObjectList static factory method(s), not
the ImportObjectList constructor, to construct instances
of this class. |
class |
TransferObjectGraphNode
Use the newTransferObjectGraphNode static factory method(s),
not the TransferObjectGraphNode constructor, to construct
instances of this class. |
Methods in wt.transfer.unit with parameters of type ObjectGraphNode | |
static TransferObjectGraphEdge |
TransferObjectGraphEdge.newTransferObjectGraphEdge(ObjectGraphNode origin,
ObjectGraphNode neighbor)
Default factory for the class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |