|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectGraph | |
wt.clients.tools.transfer | |
wt.graph | |
wt.graph.processor | |
wt.graph.service | |
wt.graph.template | |
wt.transfer.filter | |
wt.transfer.policy | |
wt.transfer.unit |
Uses of ObjectGraph in wt.clients.tools.transfer |
Fields in wt.clients.tools.transfer declared as ObjectGraph | |
(package private) ObjectGraph |
ExportGraphView.previewReturnedGraph
|
Uses of ObjectGraph in wt.graph |
Classes in wt.graph that implement ObjectGraph | |
class |
AbstractObjectGraph
Provides a value-add "basic" implementation of an object graph abstraction. |
Methods in wt.graph that return ObjectGraph | |
ObjectGraph |
TheObjectGraphRoot.getObjectGraph()
Gets the object for the association that plays role: OBJECT_GRAPH_ROLE. |
ObjectGraph |
TheObjectGraphNodeGraph.getGraph()
Gets the object for the association that plays role: GRAPH_ROLE. |
ObjectGraph |
TheObjectGraphEdgeGraph.getGraph()
Gets the object for the association that plays role: GRAPH_ROLE. |
ObjectGraph |
ObjectGraphFactory.newGraph(Persistable root,
String graphImpl,
String nodeImpl,
String edgeImpl)
Allows construction of an object graph based on the given Persistable object as the root of the graph. |
protected ObjectGraph |
ObjectGraphFactory._newGraph(Persistable root,
String graphImpl,
String nodeImpl,
String edgeImpl)
Allows construction of an object graph based on the given Persistable object as the root of the graph. |
Methods in wt.graph with parameters of type ObjectGraph | |
void |
TheObjectGraphRoot.setObjectGraph(ObjectGraph theObjectGraph)
Sets the object for the association that plays role: OBJECT_GRAPH_ROLE. |
static TheObjectGraphRoot |
TheObjectGraphRoot.newTheObjectGraphRoot(ObjectGraph theObjectGraph,
ObjectGraphNode root)
Default factory for the class. |
void |
TheObjectGraphNodeGraph.setGraph(ObjectGraph graph)
Sets the object for the association that plays role: GRAPH_ROLE. |
static TheObjectGraphNodeGraph |
TheObjectGraphNodeGraph.newTheObjectGraphNodeGraph(ObjectGraphNode theObjectGraphNode,
ObjectGraph graph)
Default factory for the class. |
void |
TheObjectGraphEdgeGraph.setGraph(ObjectGraph graph)
Sets the object for the association that plays role: GRAPH_ROLE. |
static TheObjectGraphEdgeGraph |
TheObjectGraphEdgeGraph.newTheObjectGraphEdgeGraph(ObjectGraphEdge theObjectGraphEdge,
ObjectGraph graph)
Default factory for the class. |
static void |
ObjectGraphUtilities.print(ObjectGraph graph,
String header,
String trailer)
Supported API: false |
Uses of ObjectGraph in wt.graph.processor |
Fields in wt.graph.processor declared as ObjectGraph | |
private ObjectGraph |
PreviewProcessingModeVisitor.objectGraph
|
private ObjectGraph |
PreviewProcessingModeVisitor.inputObjectGraph
|
private ObjectGraph |
ObjectGraphProcessor.graph
|
private ObjectGraph |
ApplicationProcessingModeVisitor.objectGraph
|
private ObjectGraph |
ApplicationProcessingModeVisitor.inputObjectGraph
|
Methods in wt.graph.processor that return ObjectGraph | |
(package private) ObjectGraph |
PreviewProcessingModeVisitor.getObjectGraph()
Gets the value of the attribute: objectGraph; This is the output ObjectGraph being created by the ObjectGraphTemplateProcessor or ObjectGraphProcessor. |
(package private) ObjectGraph |
PreviewProcessingModeVisitor.getInputObjectGraph()
Gets the value of the attribute: inputObjectGraph; input ObjectGraph used by ObjectGraphProcessor which pares down this graph to produce new output ObjectGraph Supported API: false |
ObjectGraph |
PreviewProcessingModeVisitor.getFinalGraph()
This allows processor to capture the ObjectGraph from the PreviewProcessingModeVisitor Supported API: false |
ObjectGraph |
ObjectGraphTemplateProcessor.process(ObjectGraph graph,
Persistable root,
String graphImpl,
String nodeImpl,
String edgeImpl,
boolean previewMode,
int type,
ConfigSpec config)
Supported API: false |
ObjectGraph |
ObjectGraphTemplateProcessor.process(ObjectGraph graph,
Persistable root,
String graphImpl,
String nodeImpl,
String edgeImpl,
boolean previewMode)
The implementor of this method does the work of creating the ObjectGraph given the Persistable root object and an ObjectGraph which may be the ObjectGraphTemplate or the ObjectGraph that is to be further transformed (depending on type of GraphProcessor produced by the Factor). |
ObjectGraph |
ObjectGraphTemplateProcessor.process(ObjectGraph graph,
Persistable root,
String graphImpl,
String nodeImpl,
String edgeImpl,
boolean previewMode,
int type)
The implementor of this method does the work of creating the ObjectGraph given the Persistable root object and an ObjectGraph which may be the ObjectGraphTemplate or the ObjectGraph that is to be further transformed (depending on type of GraphProcessor produced by the Factor). |
ObjectGraph |
ObjectGraphProcessor.process(ObjectGraph graph,
Persistable root,
String graphImpl,
String nodeImpl,
String edgeImpl,
boolean previewMode)
The implementor of this method does the work of creating the ObjectGraph given the Persistable root object and an ObjectGraph which may be the ObjectGraphTemplate or the ObjectGraph that is to be further transformed (depending on type of GraphProcessor produced by the Factor). |
ObjectGraph |
ObjectGraphProcessor.process(ObjectGraph graph,
Persistable root,
String graphImpl,
String nodeImpl,
String edgeImpl,
boolean previewMode,
int type)
The implementor of this method does the work of creating the ObjectGraph given the Persistable root object and an ObjectGraph which may be the ObjectGraphTemplate or the ObjectGraph that is to be further transformed (depending on type of GraphProcessor produced by the Factor). |
ObjectGraph |
GraphProcessor.process(ObjectGraph graph,
Persistable root,
String graphImpl,
String nodeImpl,
String edgeImpl,
boolean previewMode)
The implementor of this method does the work of creating the ObjectGraph given the Persistable root object and an ObjectGraph which may be the ObjectGraphTemplate or the ObjectGraph that is to be further transformed (depending on type of GraphProcessor produced by the Factor). |
ObjectGraph |
GraphProcessor.process(ObjectGraph graph,
Persistable root,
String graphImpl,
String nodeImpl,
String edgeImpl,
boolean previewMode,
int type)
The implementor of this method does the work of creating the ObjectGraph given the Persistable root object and an ObjectGraph which may be the ObjectGraphTemplate or the ObjectGraph that is to be further transformed (depending on type of GraphProcessor produced by the Factor). |
(package private) ObjectGraph |
ApplicationProcessingModeVisitor.getObjectGraph()
Gets the value of the attribute: objectGraph; This is the output ObjectGraph being created by the ObjectGraphTemplateProcessor or ObjectGraphProcessor. |
(package private) ObjectGraph |
ApplicationProcessingModeVisitor.getInputObjectGraph()
Gets the value of the attribute: inputObjectGraph; input ObjectGraph used by ObjectGraphProcessor which pares down this graph to produce new output ObjectGraph Supported API: false |
ObjectGraph |
ApplicationProcessingModeVisitor.getFinalGraph()
This allows processor to capture the ObjectGraph from the ApplicationProcessingModeVisitor Supported API: false |
Methods in wt.graph.processor with parameters of type ObjectGraph | |
(package private) void |
PreviewProcessingModeVisitor.setObjectGraph(ObjectGraph a_ObjectGraph)
Sets the value of the attribute: objectGraph; This is the output ObjectGraph being created by the ObjectGraphTemplateProcessor or ObjectGraphProcessor. |
(package private) void |
PreviewProcessingModeVisitor.setInputObjectGraph(ObjectGraph a_InputObjectGraph)
Sets the value of the attribute: inputObjectGraph; input ObjectGraph used by ObjectGraphProcessor which pares down this graph to produce new output ObjectGraph Supported API: false |
ObjectGraph |
ObjectGraphTemplateProcessor.process(ObjectGraph graph,
Persistable root,
String graphImpl,
String nodeImpl,
String edgeImpl,
boolean previewMode,
int type,
ConfigSpec config)
Supported API: false |
ObjectGraph |
ObjectGraphTemplateProcessor.process(ObjectGraph graph,
Persistable root,
String graphImpl,
String nodeImpl,
String edgeImpl,
boolean previewMode)
The implementor of this method does the work of creating the ObjectGraph given the Persistable root object and an ObjectGraph which may be the ObjectGraphTemplate or the ObjectGraph that is to be further transformed (depending on type of GraphProcessor produced by the Factor). |
ObjectGraph |
ObjectGraphTemplateProcessor.process(ObjectGraph graph,
Persistable root,
String graphImpl,
String nodeImpl,
String edgeImpl,
boolean previewMode,
int type)
The implementor of this method does the work of creating the ObjectGraph given the Persistable root object and an ObjectGraph which may be the ObjectGraphTemplate or the ObjectGraph that is to be further transformed (depending on type of GraphProcessor produced by the Factor). |
ObjectGraph |
ObjectGraphProcessor.process(ObjectGraph graph,
Persistable root,
String graphImpl,
String nodeImpl,
String edgeImpl,
boolean previewMode)
The implementor of this method does the work of creating the ObjectGraph given the Persistable root object and an ObjectGraph which may be the ObjectGraphTemplate or the ObjectGraph that is to be further transformed (depending on type of GraphProcessor produced by the Factor). |
ObjectGraph |
ObjectGraphProcessor.process(ObjectGraph graph,
Persistable root,
String graphImpl,
String nodeImpl,
String edgeImpl,
boolean previewMode,
int type)
The implementor of this method does the work of creating the ObjectGraph given the Persistable root object and an ObjectGraph which may be the ObjectGraphTemplate or the ObjectGraph that is to be further transformed (depending on type of GraphProcessor produced by the Factor). |
ObjectGraph |
GraphProcessor.process(ObjectGraph graph,
Persistable root,
String graphImpl,
String nodeImpl,
String edgeImpl,
boolean previewMode)
The implementor of this method does the work of creating the ObjectGraph given the Persistable root object and an ObjectGraph which may be the ObjectGraphTemplate or the ObjectGraph that is to be further transformed (depending on type of GraphProcessor produced by the Factor). |
ObjectGraph |
GraphProcessor.process(ObjectGraph graph,
Persistable root,
String graphImpl,
String nodeImpl,
String edgeImpl,
boolean previewMode,
int type)
The implementor of this method does the work of creating the ObjectGraph given the Persistable root object and an ObjectGraph which may be the ObjectGraphTemplate or the ObjectGraph that is to be further transformed (depending on type of GraphProcessor produced by the Factor). |
(package private) void |
ApplicationProcessingModeVisitor.setObjectGraph(ObjectGraph a_ObjectGraph)
Sets the value of the attribute: objectGraph; This is the output ObjectGraph being created by the ObjectGraphTemplateProcessor or ObjectGraphProcessor. |
(package private) void |
ApplicationProcessingModeVisitor.setInputObjectGraph(ObjectGraph a_InputObjectGraph)
Sets the value of the attribute: inputObjectGraph; input ObjectGraph used by ObjectGraphProcessor which pares down this graph to produce new output ObjectGraph Supported API: false |
Constructors in wt.graph.processor with parameters of type ObjectGraph | |
PreviewProcessingModeVisitor(String a_nodeImpl,
String a_edgeImpl,
ObjectGraph a_graph,
ObjectGraph a_inputGraph)
This is complete constructor normatlly used by the future implementation of ObjectGraphProcessor. |
|
PreviewProcessingModeVisitor(String a_nodeImpl,
String a_edgeImpl,
ObjectGraph a_graph,
ObjectGraphTemplate a_template)
This is complete constructor normatlly used by ObjectGraphTemplateProcessor. |
|
ApplicationProcessingModeVisitor(String a_nodeImpl,
String a_edgeImpl,
ObjectGraph a_graph,
ObjectGraphTemplate a_template)
This is complete constructor normatlly used by ObjectGraphTemplateProcessor. |
|
ApplicationProcessingModeVisitor(String a_nodeImpl,
String a_edgeImpl,
ObjectGraph a_graph,
ObjectGraph a_inputGraph)
This is complete constructor normatlly used by the future implementation of ObjectGraphProcessor. |
Uses of ObjectGraph in wt.graph.service |
Methods in wt.graph.service that return ObjectGraph | |
protected ObjectGraph |
StandardObjectGraphService.createComponents(ObjectGraph graph)
Supported API: false |
protected ObjectGraph |
StandardObjectGraphService.retrieveComponents(ObjectGraph graph)
Supported API: false |
protected ObjectGraph |
StandardObjectGraphService.updateComponents(ObjectGraph graph)
Supported API: false |
protected ObjectGraph |
StandardObjectGraphService.deleteComponents(ObjectGraph graph)
Supported API: false |
ObjectGraph |
StandardObjectGraphService.create(ObjectGraph graph)
Supported API: false |
ObjectGraph |
StandardObjectGraphService.retrieve(ObjectGraph graph)
Supported API: false |
ObjectGraph |
StandardObjectGraphService.update(ObjectGraph graph)
Supported API: false |
ObjectGraph |
StandardObjectGraphService.delete(ObjectGraph graph)
Supported API: false |
ObjectGraph |
ObjectGraphServiceFwd.create(ObjectGraph graph)
Supported API: false |
ObjectGraph |
ObjectGraphServiceFwd.retrieve(ObjectGraph graph)
Supported API: false |
ObjectGraph |
ObjectGraphServiceFwd.update(ObjectGraph graph)
Supported API: false |
ObjectGraph |
ObjectGraphServiceFwd.delete(ObjectGraph graph)
Supported API: false |
ObjectGraph |
ObjectGraphServiceEvent.getTarget()
Supported API: true |
ObjectGraph |
ObjectGraphService.create(ObjectGraph graph)
Supported API: false |
ObjectGraph |
ObjectGraphService.retrieve(ObjectGraph graph)
Supported API: false |
ObjectGraph |
ObjectGraphService.update(ObjectGraph graph)
Supported API: false |
ObjectGraph |
ObjectGraphService.delete(ObjectGraph graph)
Supported API: false |
Methods in wt.graph.service with parameters of type ObjectGraph | |
protected void |
StandardObjectGraphService.dispatchVetoableEvent(String eventType,
ObjectGraph graph)
Dispatches a WorkInProgressServiceEvent that includes the event type and target (i.e., Workable object). |
protected ObjectGraph |
StandardObjectGraphService.createComponents(ObjectGraph graph)
Supported API: false |
protected ObjectGraph |
StandardObjectGraphService.retrieveComponents(ObjectGraph graph)
Supported API: false |
protected ObjectGraph |
StandardObjectGraphService.updateComponents(ObjectGraph graph)
Supported API: false |
protected ObjectGraph |
StandardObjectGraphService.deleteComponents(ObjectGraph graph)
Supported API: false |
protected boolean |
StandardObjectGraphService.isCreated(ObjectGraph graph)
Supported API: false |
protected boolean |
StandardObjectGraphService.isUpdated(ObjectGraph graph)
Supported API: false |
protected boolean |
StandardObjectGraphService.isDeleted(ObjectGraph graph)
Supported API: false |
ObjectGraph |
StandardObjectGraphService.create(ObjectGraph graph)
Supported API: false |
ObjectGraph |
StandardObjectGraphService.retrieve(ObjectGraph graph)
Supported API: false |
ObjectGraph |
StandardObjectGraphService.update(ObjectGraph graph)
Supported API: false |
ObjectGraph |
StandardObjectGraphService.delete(ObjectGraph graph)
Supported API: false |
ObjectGraph |
ObjectGraphServiceFwd.create(ObjectGraph graph)
Supported API: false |
ObjectGraph |
ObjectGraphServiceFwd.retrieve(ObjectGraph graph)
Supported API: false |
ObjectGraph |
ObjectGraphServiceFwd.update(ObjectGraph graph)
Supported API: false |
ObjectGraph |
ObjectGraphServiceFwd.delete(ObjectGraph graph)
Supported API: false |
ObjectGraph |
ObjectGraphService.create(ObjectGraph graph)
Supported API: false |
ObjectGraph |
ObjectGraphService.retrieve(ObjectGraph graph)
Supported API: false |
ObjectGraph |
ObjectGraphService.update(ObjectGraph graph)
Supported API: false |
ObjectGraph |
ObjectGraphService.delete(ObjectGraph graph)
Supported API: false |
Constructors in wt.graph.service with parameters of type ObjectGraph | |
ObjectGraphServiceEvent(ObjectGraphService service,
String eventType,
ObjectGraph eventTarget)
Constructs an object graph service's event from the specified service and its event type and target. |
Uses of ObjectGraph in wt.graph.template |
Subinterfaces of ObjectGraph in wt.graph.template | |
interface |
ObjectGraphTemplate
Provides a top-level abstraction of an object graph template. |
Classes in wt.graph.template that implement ObjectGraph | |
class |
AbstractObjectGraphTemplate
Provides a value-add "basic" implementation of an object graph template abstraction. |
Uses of ObjectGraph in wt.transfer.filter |
Classes in wt.transfer.filter that implement ObjectGraph | |
class |
ExportObjectGraphTemplate
Use the newExportObjectGraphTemplate static factory method(s),
not the ExportObjectGraphTemplate constructor, to construct
instances of this class. |
Uses of ObjectGraph in wt.transfer.policy |
Methods in wt.transfer.policy with parameters of type ObjectGraph | |
void |
StandardTransferPolicyService.stagingToTargetTransfer(ObjectGraph graph)
|
Uses of ObjectGraph in wt.transfer.unit |
Classes in wt.transfer.unit that implement ObjectGraph | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |