Uses of Package
org.modeshape.graph.request

Packages that use org.modeshape.graph.request
org.modeshape.connector.store.jpa.model.basic The classes that define the "basic" storage model for the JPA connector. 
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.graph.connector ModeShape uses connectors to access information from external systems (such as databases, other repositories, services, applications, etc.) and create graph representations of that information. 
org.modeshape.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
org.modeshape.graph.connector.path The PathRepository class and its supporting classes provide a default read-only implementation of the connector classes for connectors that only support path-based access to a standard representation of a node
org.modeshape.graph.observe The Observation API provides several mechanisms for asynchronously observing changes to content. 
org.modeshape.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.modeshape.graph.request.processor This portion of the ModeShape Graph API defines the processor for requests
org.modeshape.graph.search   
org.modeshape.graph.session A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. 
org.modeshape.search.lucene   
 

Classes in org.modeshape.graph.request used by org.modeshape.connector.store.jpa.model.basic
CloneBranchRequest
          Instruction that a branch be cloned from one workspace into another.
CloneWorkspaceRequest
          Request that an existing workspace be cloned into a target workspace with the supplied name.
CopyBranchRequest
          Instruction that a branch be copied from one location into another.
CreateNodeRequest
          Instruction to create the node under the specified location.
CreateWorkspaceRequest
          Request that a new workspace be created with the supplied name.
DeleteBranchRequest
          Instruction that a branch be deleted.
DeleteChildrenRequest
          Instruction that all nodes below a supplied node be deleted.
DestroyWorkspaceRequest
          Request that an existing workspace with the supplied name be destroyed.
GetWorkspacesRequest
          A request to obtain the information about the workspaces that are available.
MoveBranchRequest
          Instruction that a branch be moved from one location into another.
ReadAllChildrenRequest
          Instruction to read all of the children of a node at a specific location.
ReadAllPropertiesRequest
          Instruction to read the properties and the number of children of the node at the specifed location.
ReadBlockOfChildrenRequest
          Instruction to read a block of the children of a node, where the block is dictated by the starting index and the maximum number of children to include in the block.
ReadBranchRequest
          Instruction to read the properties and children of the nodes in the branch at the supplied location.
ReadNextBlockOfChildrenRequest
          Instruction to read a block of the children of a node, where the block is dictated by the location of the child preceding the block and the maximum number of children to include in the block.
ReadNodeRequest
          Instruction to read the properties and children of the node at the specifed location.
ReadPropertyRequest
          Instruction to read a single property on the node at the specified location.
UpdatePropertiesRequest
          Instruction to update the properties on the node at the specified location.
VerifyWorkspaceRequest
          Verify that a workspace exists with the supplied name.
 

Classes in org.modeshape.graph.request used by org.modeshape.connector.store.jpa.model.simple
CloneWorkspaceRequest
          Request that an existing workspace be cloned into a target workspace with the supplied name.
CreateWorkspaceRequest
          Request that a new workspace be created with the supplied name.
ReadBranchRequest
          Instruction to read the properties and children of the nodes in the branch at the supplied location.
Request
          The abstract base class for all classes representing requests to be executed against a RepositoryConnection.
 

Classes in org.modeshape.graph.request used by org.modeshape.graph
BatchRequestBuilder
          A component that can be used to build up a list of requests.
Request
          The abstract base class for all classes representing requests to be executed against a RepositoryConnection.
 

Classes in org.modeshape.graph.request used by org.modeshape.graph.connector
Request
          The abstract base class for all classes representing requests to be executed against a RepositoryConnection.
 

Classes in org.modeshape.graph.request used by org.modeshape.graph.connector.map
AccessQueryRequest
          A Request to issue an access query a graph, where an access query is a low-level atomic query that is part of a large, planned query.
CloneBranchRequest
          Instruction that a branch be cloned from one workspace into another.
CloneWorkspaceRequest
          Request that an existing workspace be cloned into a target workspace with the supplied name.
CopyBranchRequest
          Instruction that a branch be copied from one location into another.
CreateNodeRequest
          Instruction to create the node under the specified location.
CreateWorkspaceRequest
          Request that a new workspace be created with the supplied name.
CreateWorkspaceRequest.CreateConflictBehavior
          The options for the behavior when a request specifies a workspace name that already is used by an existing workspace.
DeleteBranchRequest
          Instruction that a branch be deleted.
DestroyWorkspaceRequest
          Request that an existing workspace with the supplied name be destroyed.
FullTextSearchRequest
          A Request to perform a full-text search on a graph.
GetWorkspacesRequest
          A request to obtain the information about the workspaces that are available.
LockBranchRequest
          Instruction to lock an existing node or branch.
LockBranchRequest.LockScope
           
MoveBranchRequest
          Instruction that a branch be moved from one location into another.
ReadAllChildrenRequest
          Instruction to read all of the children of a node at a specific location.
ReadAllPropertiesRequest
          Instruction to read the properties and the number of children of the node at the specifed location.
Request
          The abstract base class for all classes representing requests to be executed against a RepositoryConnection.
UnlockBranchRequest
          Instruction to unlock an existing node or branch.
UpdatePropertiesRequest
          Instruction to update the properties on the node at the specified location.
VerifyWorkspaceRequest
          Verify that a workspace exists with the supplied name.
 

Classes in org.modeshape.graph.request used by org.modeshape.graph.connector.path
AccessQueryRequest
          A Request to issue an access query a graph, where an access query is a low-level atomic query that is part of a large, planned query.
CloneBranchRequest
          Instruction that a branch be cloned from one workspace into another.
CloneWorkspaceRequest
          Request that an existing workspace be cloned into a target workspace with the supplied name.
CopyBranchRequest
          Instruction that a branch be copied from one location into another.
CreateNodeRequest
          Instruction to create the node under the specified location.
CreateWorkspaceRequest
          Request that a new workspace be created with the supplied name.
CreateWorkspaceRequest.CreateConflictBehavior
          The options for the behavior when a request specifies a workspace name that already is used by an existing workspace.
DeleteBranchRequest
          Instruction that a branch be deleted.
DestroyWorkspaceRequest
          Request that an existing workspace with the supplied name be destroyed.
FullTextSearchRequest
          A Request to perform a full-text search on a graph.
GetWorkspacesRequest
          A request to obtain the information about the workspaces that are available.
LockBranchRequest
          Instruction to lock an existing node or branch.
LockBranchRequest.LockScope
           
MoveBranchRequest
          Instruction that a branch be moved from one location into another.
ReadAllChildrenRequest
          Instruction to read all of the children of a node at a specific location.
ReadAllPropertiesRequest
          Instruction to read the properties and the number of children of the node at the specifed location.
ReadNodeRequest
          Instruction to read the properties and children of the node at the specifed location.
Request
          The abstract base class for all classes representing requests to be executed against a RepositoryConnection.
UnlockBranchRequest
          Instruction to unlock an existing node or branch.
UpdatePropertiesRequest
          Instruction to update the properties on the node at the specified location.
VerifyWorkspaceRequest
          Verify that a workspace exists with the supplied name.
 

Classes in org.modeshape.graph.request used by org.modeshape.graph.observe
ChangeRequest
          A Request to make changes in a graph.
 

Classes in org.modeshape.graph.request used by org.modeshape.graph.request
BatchRequestBuilder
          A component that can be used to build up a list of requests.
CacheableRequest
          A request that contains results that may be cached.
ChangeRequest
          A Request to make changes in a graph.
CloneBranchRequest
          Instruction that a branch be cloned from one workspace into another.
CloneWorkspaceRequest
          Request that an existing workspace be cloned into a target workspace with the supplied name.
CloneWorkspaceRequest.CloneConflictBehavior
          The options for the behavior when a request specifies the name of the workspace to clone, but the cloned workspace does not exist.
CompositeRequest
          A request that wraps multiple other requests, allowing multiple requests to be treated as a single request.
CopyBranchRequest
          Instruction that a branch be copied from one location into another.
CreateNodeRequest
          Instruction to create the node under the specified location.
CreateWorkspaceRequest
          Request that a new workspace be created with the supplied name.
CreateWorkspaceRequest.CreateConflictBehavior
          The options for the behavior when a request specifies a workspace name that already is used by an existing workspace.
DeleteBranchRequest
          Instruction that a branch be deleted.
DeleteChildrenRequest
          Instruction that all nodes below a supplied node be deleted.
DestroyWorkspaceRequest
          Request that an existing workspace with the supplied name be destroyed.
FullTextSearchRequest
          A Request to perform a full-text search on a graph.
GetWorkspacesRequest
          A request to obtain the information about the workspaces that are available.
LockBranchRequest
          Instruction to lock an existing node or branch.
LockBranchRequest.LockScope
           
MoveBranchRequest
          Instruction that a branch be moved from one location into another.
ReadAllChildrenRequest
          Instruction to read all of the children of a node at a specific location.
ReadAllPropertiesRequest
          Instruction to read the properties and the number of children of the node at the specifed location.
ReadBlockOfChildrenRequest
          Instruction to read a block of the children of a node, where the block is dictated by the starting index and the maximum number of children to include in the block.
ReadBranchRequest
          Instruction to read the properties and children of the nodes in the branch at the supplied location.
ReadNextBlockOfChildrenRequest
          Instruction to read a block of the children of a node, where the block is dictated by the location of the child preceding the block and the maximum number of children to include in the block.
ReadNodeRequest
          Instruction to read the properties and children of the node at the specifed location.
ReadPropertyRequest
          Instruction to read a single property on the node at the specified location.
RemovePropertyRequest
          Instruction to remove the property with the supplied name from the node at the given location.
RenameNodeRequest
          Instruction to rename an existing node (but keep it under the same parent).
Request
          The abstract base class for all classes representing requests to be executed against a RepositoryConnection.
RequestException
          Specifies that the request was invalid and could not be completed.
SearchRequest
          A Request to search or query a graph.
SetPropertyRequest
          Instruction to set a particular property on the node at the specified location.
UnlockBranchRequest
          Instruction to unlock an existing node or branch.
UpdatePropertiesRequest
          Instruction to update the properties on the node at the specified location.
UpdateValuesRequest
          Instruction to update the values for a certain property on the node at the specified location.
VerifyNodeExistsRequest
          Instruction to verify the existance of a node at the specified location.
VerifyWorkspaceRequest
          Verify that a workspace exists with the supplied name.
 

Classes in org.modeshape.graph.request used by org.modeshape.graph.request.processor
AccessQueryRequest
          A Request to issue an access query a graph, where an access query is a low-level atomic query that is part of a large, planned query.
ChangeRequest
          A Request to make changes in a graph.
CloneBranchRequest
          Instruction that a branch be cloned from one workspace into another.
CloneWorkspaceRequest
          Request that an existing workspace be cloned into a target workspace with the supplied name.
CompositeRequest
          A request that wraps multiple other requests, allowing multiple requests to be treated as a single request.
CopyBranchRequest
          Instruction that a branch be copied from one location into another.
CreateNodeRequest
          Instruction to create the node under the specified location.
CreateWorkspaceRequest
          Request that a new workspace be created with the supplied name.
DeleteBranchRequest
          Instruction that a branch be deleted.
DeleteChildrenRequest
          Instruction that all nodes below a supplied node be deleted.
DestroyWorkspaceRequest
          Request that an existing workspace with the supplied name be destroyed.
FullTextSearchRequest
          A Request to perform a full-text search on a graph.
GetWorkspacesRequest
          A request to obtain the information about the workspaces that are available.
LockBranchRequest
          Instruction to lock an existing node or branch.
MoveBranchRequest
          Instruction that a branch be moved from one location into another.
ReadAllChildrenRequest
          Instruction to read all of the children of a node at a specific location.
ReadAllPropertiesRequest
          Instruction to read the properties and the number of children of the node at the specifed location.
ReadBlockOfChildrenRequest
          Instruction to read a block of the children of a node, where the block is dictated by the starting index and the maximum number of children to include in the block.
ReadBranchRequest
          Instruction to read the properties and children of the nodes in the branch at the supplied location.
ReadNextBlockOfChildrenRequest
          Instruction to read a block of the children of a node, where the block is dictated by the location of the child preceding the block and the maximum number of children to include in the block.
ReadNodeRequest
          Instruction to read the properties and children of the node at the specifed location.
ReadPropertyRequest
          Instruction to read a single property on the node at the specified location.
RemovePropertyRequest
          Instruction to remove the property with the supplied name from the node at the given location.
RenameNodeRequest
          Instruction to rename an existing node (but keep it under the same parent).
Request
          The abstract base class for all classes representing requests to be executed against a RepositoryConnection.
SetPropertyRequest
          Instruction to set a particular property on the node at the specified location.
UnlockBranchRequest
          Instruction to unlock an existing node or branch.
UpdatePropertiesRequest
          Instruction to update the properties on the node at the specified location.
UpdateValuesRequest
          Instruction to update the values for a certain property on the node at the specified location.
VerifyNodeExistsRequest
          Instruction to verify the existance of a node at the specified location.
VerifyWorkspaceRequest
          Verify that a workspace exists with the supplied name.
 

Classes in org.modeshape.graph.request used by org.modeshape.graph.search
ChangeRequest
          A Request to make changes in a graph.
 

Classes in org.modeshape.graph.request used by org.modeshape.graph.session
InvalidWorkspaceException
          Specifies that the request was invalid and could not be completed.
 

Classes in org.modeshape.graph.request used by org.modeshape.search.lucene
ChangeRequest
          A Request to make changes in a graph.
CloneBranchRequest
          Instruction that a branch be cloned from one workspace into another.
CloneWorkspaceRequest
          Request that an existing workspace be cloned into a target workspace with the supplied name.
CopyBranchRequest
          Instruction that a branch be copied from one location into another.
CreateNodeRequest
          Instruction to create the node under the specified location.
CreateWorkspaceRequest
          Request that a new workspace be created with the supplied name.
DeleteBranchRequest
          Instruction that a branch be deleted.
DestroyWorkspaceRequest
          Request that an existing workspace with the supplied name be destroyed.
FullTextSearchRequest
          A Request to perform a full-text search on a graph.
GetWorkspacesRequest
          A request to obtain the information about the workspaces that are available.
LockBranchRequest
          Instruction to lock an existing node or branch.
MoveBranchRequest
          Instruction that a branch be moved from one location into another.
ReadAllChildrenRequest
          Instruction to read all of the children of a node at a specific location.
ReadAllPropertiesRequest
          Instruction to read the properties and the number of children of the node at the specifed location.
UnlockBranchRequest
          Instruction to unlock an existing node or branch.
UpdatePropertiesRequest
          Instruction to update the properties on the node at the specified location.
VerifyWorkspaceRequest
          Verify that a workspace exists with the supplied name.
 



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