Package org.jboss.dna.graph.requests

Class Summary
CacheableRequest A request that contains results that may be cached.
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 at the specified location.
DeleteBranchRequest Instruction that a branch be deleted.
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.
RemovePropertiesRequest Instruction to remove properties from the node at the specified 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.
UpdatePropertiesRequest Instruction to update the properties on the node at the specified location.
 



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