|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Graph.Conjunction | |
---|---|
org.modeshape.graph | The ModeShape Graph API defines the types that allow you to work with content organized as a graph. |
Uses of Graph.Conjunction in org.modeshape.graph |
---|
Subinterfaces of Graph.Conjunction in org.modeshape.graph | |
---|---|
static interface |
Graph.ApplyFunction<Next>
Interface for defining the application of a function. |
static interface |
Graph.BatchConjunction
|
static interface |
Graph.Create<Next>
The interface for defining additional properties on a new node. |
static interface |
Graph.CreateAt<Next>
The interface for defining additional properties on a new node. |
static interface |
Graph.GetNodeConjunction<Next>
|
Classes in org.modeshape.graph that implement Graph.Conjunction | |
---|---|
protected class |
Graph.AbstractAction<T>
|
class |
Graph.AddValueAction<T>
|
class |
Graph.ApplyFunctionAction<T>
|
class |
Graph.CloneAction<T>
|
class |
Graph.CloneTargetAction<T>
|
protected class |
Graph.CopyAction<T>
|
protected class |
Graph.CreateAction<T>
|
protected class |
Graph.CreateNodeNamedAction<T>
|
protected class |
Graph.LockAction<T>
|
protected class |
Graph.MoveAction<T>
|
class |
Graph.RemoveValueAction<T>
|
Fields in org.modeshape.graph declared as Graph.Conjunction | |
---|---|
protected Graph.Conjunction<Graph> |
Graph.nextGraph
|
Methods in org.modeshape.graph that return Graph.Conjunction | |
---|---|
Graph.Conjunction<Graph> |
Graph.delete(Location at)
Request to delete the node at the given location. |
Graph.Conjunction<Graph> |
Graph.delete(Node at)
Request to delete the specified node. |
Graph.Conjunction<Graph> |
Graph.delete(Path at)
Request to delete the node at the given path. |
Graph.Conjunction<Graph> |
Graph.delete(Property idProperty)
Request to delete the node with the given unique identification property. |
Graph.Conjunction<Graph> |
Graph.delete(Property firstIdProperty,
Property... additionalIdProperties)
Request to delete the node with the given identification properties. |
Graph.Conjunction<Graph> |
Graph.delete(String atPath)
Request to delete the node at the given path. |
Graph.Conjunction<Graph> |
Graph.delete(UUID at)
Request to delete the node with the given UUID. |
Graph.Conjunction<Graph> |
Graph.merge(Graph otherContent)
Merge the content in the supplied graph with the content in this graph, ensuring that all of the content in the supplied graph exists in this graph. |
Graph.Conjunction<Graph.Batch> |
Graph.Batch.merge(Graph otherContent)
Ensure that this graph contains the content in the supplied graph. |
Graph.Conjunction<Graph> |
Graph.unlock(Location at)
Request to unlock the node at the given location. |
Graph.Conjunction<Graph> |
Graph.unlock(Node at)
Request to unlock the specified node. |
Graph.Conjunction<Graph> |
Graph.unlock(Path at)
Request to unlock the node at the given path. |
Graph.Conjunction<Graph> |
Graph.unlock(Property idProperty)
Request to unlock the node with the given unique identification property. |
Graph.Conjunction<Graph> |
Graph.unlock(Property firstIdProperty,
Property... additionalIdProperties)
Request to unlock the node with the given identification properties. |
Graph.Conjunction<Graph> |
Graph.unlock(String atPath)
Request to unlock the node at the given path. |
Graph.Conjunction<Graph> |
Graph.unlock(UUID at)
Request to unlock the node with the given UUID. |
Methods in org.modeshape.graph that return types with arguments of type Graph.Conjunction | |
---|---|
Graph.CreateNode<Graph.Conjunction<Graph>> |
Graph.createUnder(Location parent)
Begin the request to create a node under the existing parent node at the supplied location. |
Graph.ImportInto<Graph.Conjunction<Graph>> |
Graph.importXmlFrom(File file)
Import the content from the XML file at the supplied file, specifying via the returned object where the
content is to be imported. |
Graph.ImportInto<Graph.Conjunction<Graph>> |
Graph.importXmlFrom(InputStream stream)
Import the content from the provided stream of XML data, specifying via the returned object where the
content is to be imported. |
Graph.ImportInto<Graph.Conjunction<Graph>> |
Graph.importXmlFrom(String pathToFile)
Import the content from the XML file at the supplied file location, specifying via the returned object
where the content is to be imported. |
Graph.ImportInto<Graph.Conjunction<Graph>> |
Graph.importXmlFrom(String resourceName,
ClassLoader classLoader)
Import the content from the XML file at the supplied file location, specifying via the returned object
where the content is to be imported. |
Graph.ImportInto<Graph.Conjunction<Graph>> |
Graph.importXmlFrom(URI uri)
Import the content from the XML file at the supplied URI, specifying via the returned object where the
content is to be imported. |
Graph.LockScope<Graph.LockTimeout<Graph.Conjunction<Graph>>> |
Graph.lock(Location at)
Request to lock the node at the given location. |
Graph.LockScope<Graph.LockTimeout<Graph.Conjunction<Graph>>> |
Graph.lock(Node at)
Request to lock the specified node. |
Graph.LockScope<Graph.LockTimeout<Graph.Conjunction<Graph>>> |
Graph.lock(Path at)
Request to lock the node at the given path. |
Graph.LockScope<Graph.LockTimeout<Graph.Conjunction<Graph>>> |
Graph.lock(Property idProperty)
Request to lock the node with the given unique identification property. |
Graph.LockScope<Graph.LockTimeout<Graph.Conjunction<Graph>>> |
Graph.lock(Property firstIdProperty,
Property... additionalIdProperties)
Request to lock the node with the given identification properties. |
Graph.LockScope<Graph.LockTimeout<Graph.Conjunction<Graph>>> |
Graph.lock(String atPath)
Request to lock the node at the given path. |
Graph.LockScope<Graph.LockTimeout<Graph.Conjunction<Graph>>> |
Graph.lock(UUID at)
Request to lock the node with the given UUID. |
Graph.Move<Graph.Conjunction<Graph>> |
Graph.move(Location from)
Begin the request to move a node at the specified location into a parent node at a different location, which is specified via the into(...) |
Graph.Move<Graph.Conjunction<Graph>> |
Graph.move(Node from)
Begin the request to move the specified node into a parent node at a different location, which is specified via the into(...) |
Graph.Move<Graph.Conjunction<Graph>> |
Graph.move(Path from)
Begin the request to move a node located at the supplied path into a parent node at a different location, which is specified via the into(...) |
Graph.Move<Graph.Conjunction<Graph>> |
Graph.move(Property idProperty)
Begin the request to move a node with the specified unique identification property into a parent node at a different location, which is specified via the into(...) |
Graph.Move<Graph.Conjunction<Graph>> |
Graph.move(Property firstIdProperty,
Property... additionalIdProperties)
Begin the request to move a node with the specified identification properties into a parent node at a different location, which is specified via the into(...) |
Graph.Move<Graph.Conjunction<Graph>> |
Graph.move(String fromPath)
Begin the request to move a node located at the supplied path into a parent node at a different location, which is specified via the into(...) |
Graph.Move<Graph.Conjunction<Graph>> |
Graph.move(UUID from)
Begin the request to move a node with the specified unique identifier into a parent node at a different location, which is specified via the into(...) |
Graph.On<Graph.Conjunction<Graph>> |
Graph.remove(Name... propertyNames)
Remove properties from the node at the given location. |
Graph.On<Graph.Conjunction<Graph>> |
Graph.remove(String... propertyNames)
Remove properties from the node at the given location. |
Graph.SetValues<Graph.Conjunction<Graph>> |
Graph.set(Name propertyName)
Set a property on a node, starting with the name. |
Graph.On<Graph.Conjunction<Graph>> |
Graph.set(Property... properties)
Set the properties on a node. |
Graph.SetValues<Graph.Conjunction<Graph>> |
Graph.set(String propertyName)
Set a property on a node, starting with the name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |