Uses of Class
org.modeshape.graph.request.RequestType

Packages that use RequestType
org.modeshape.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
 

Uses of RequestType in org.modeshape.graph.request
 

Methods in org.modeshape.graph.request that return RequestType
 RequestType VerifyWorkspaceRequest.getType()
           
 RequestType VerifyNodeExistsRequest.getType()
           
 RequestType UpdateValuesRequest.getType()
           
 RequestType UpdatePropertiesRequest.getType()
           
 RequestType UnlockBranchRequest.getType()
           
 RequestType SetPropertyRequest.getType()
           
abstract  RequestType Request.getType()
          Returns the type of the request
 RequestType RenameNodeRequest.getType()
           
 RequestType RemovePropertyRequest.getType()
           
 RequestType ReadPropertyRequest.getType()
           
 RequestType ReadNodeRequest.getType()
           
 RequestType ReadNextBlockOfChildrenRequest.getType()
           
 RequestType ReadBranchRequest.getType()
           
 RequestType ReadBlockOfChildrenRequest.getType()
           
 RequestType ReadAllPropertiesRequest.getType()
           
 RequestType ReadAllChildrenRequest.getType()
           
 RequestType MoveBranchRequest.getType()
           
 RequestType LockBranchRequest.getType()
           
 RequestType GetWorkspacesRequest.getType()
           
 RequestType FunctionRequest.getType()
           
 RequestType FullTextSearchRequest.getType()
           
 RequestType DestroyWorkspaceRequest.getType()
           
 RequestType DeleteChildrenRequest.getType()
           
 RequestType DeleteBranchRequest.getType()
           
 RequestType CreateWorkspaceRequest.getType()
           
 RequestType CreateNodeRequest.getType()
           
 RequestType CopyBranchRequest.getType()
           
 RequestType CompositeRequestChannel.LastRequest.getType()
           
 RequestType CompositeRequest.getType()
           
 RequestType CollectGarbageRequest.getType()
           
 RequestType CloneWorkspaceRequest.getType()
           
 RequestType CloneBranchRequest.getType()
           
 RequestType AccessQueryRequest.getType()
           
static RequestType RequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RequestType[] RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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