Package org.jboss.dna.graph

Interface Summary
ExecutionContext An ExecutionContext is a representation of the environment or context in which a component or operation is operating.
ExecutionContextFactory A factory for creating ExecutionContext instances.
Graph.And<Next> A interface that is used to add more locations that are to be copied/moved.
Graph.At<Next> The interface for defining the node upon which which a request operates.
Graph.BatchConjunction  
Graph.Conjunction<Next> A interface that can be used to finish the current request and start another.
Graph.Copy<Next> The interface for defining additional nodes to be copied and the parent into which the node(s) are to be copied. where the node(s) are to be moved.
Graph.Create<Next> The interface for defining additional properties on a new node.
Graph.Executable A interface used to execute the accumulated requests.
Graph.ImportInto<Next> A component that defines the location into which a node should be copied or moved.
Graph.Into<Next> A component that defines the location into which a node should be copied or moved.
Graph.Move<Next> The interface for defining additional nodes to be moved and the parent into which the node(s) are to be moved.
Graph.Of<Next> The interface for defining the node upon which a request operates.
Graph.On<Next> The interface for defining the node upon which a request operates.
Node A node in a graph, with methods to access the properties and children.
Results A set of nodes returned from a graph, with methods to access the properties and children of the nodes in the result.
Subgraph A subgraph returned by the Graph, containing the nodes in the subgraph as well as the properties and children for each of those nodes.
 

Class Summary
BasicExecutionContext  
BasicExecutionContextFactory Basic implementation of a ExecutionContextFactory that returns basic ExecutionContexts.
DnaLexicon  
DnaLexicon.Namespace  
ExecutionContexts Utility methods for creating various execution contexts with replacement factories or components.
Graph A graph representation of the content within a RepositorySource, including mechanisms to interact and manipulate that content.
GraphI18n  
GraphImporter  
JcrLexicon  
JcrLexicon.Namespace  
JcrNtLexicon  
JcrNtLexicon.Namespace  
Location The location of a node, as specified by either its path, UUID, and/or identification properties.
 

Enum Summary
NodeConflictBehavior An enumeration used by several commands for the choice of handling duplicate nodes, such as when a node is to be copied to another location where a node already exists.
 



Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.