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

Packages that use ChangeRequest
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 A small framework for a search engine component. 
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
 

Uses of ChangeRequest in org.modeshape.graph.observe
 

Fields in org.modeshape.graph.observe with type parameters of type ChangeRequest
protected  List<ChangeRequest> Changes.changeRequests
           
 

Methods in org.modeshape.graph.observe that return types with arguments of type ChangeRequest
 List<ChangeRequest> Changes.getChangeRequests()
          Get the list of changes.
 

Constructor parameters in org.modeshape.graph.observe with type arguments of type ChangeRequest
Changes(String processId, String contextId, String userName, String sourceName, DateTime timestamp, List<ChangeRequest> requests)
           
 

Uses of ChangeRequest in org.modeshape.graph.request
 

Subclasses of ChangeRequest in org.modeshape.graph.request
 class CloneBranchRequest
          Instruction that a branch be cloned from one workspace into another.
 class CloneWorkspaceRequest
          Request that an existing workspace be cloned into a target workspace with the supplied name.
 class CopyBranchRequest
          Instruction that a branch be copied from one location into another.
 class CreateNodeRequest
          Instruction to create the node under the specified location.
 class CreateWorkspaceRequest
          Request that a new workspace be created with the supplied name.
 class DeleteBranchRequest
          Instruction that a branch be deleted.
 class DeleteChildrenRequest
          Instruction that all nodes below a supplied node be deleted.
 class DestroyWorkspaceRequest
          Request that an existing workspace with the supplied name be destroyed.
 class LockBranchRequest
          Instruction to lock an existing node or branch.
 class MoveBranchRequest
          Instruction that a branch be moved from one location into another.
 class RemovePropertyRequest
          Instruction to remove the property with the supplied name from the node at the given location.
 class RenameNodeRequest
          Instruction to rename an existing node (but keep it under the same parent).
 class SetPropertyRequest
          Instruction to set a particular property on the node at the specified location.
 class UnlockBranchRequest
          Instruction to unlock an existing node or branch.
 class UpdatePropertiesRequest
          Instruction to update the properties on the node at the specified location.
 class UpdateValuesRequest
          Instruction to update the values for a certain property on the node at the specified location.
 

Methods in org.modeshape.graph.request that return ChangeRequest
abstract  ChangeRequest ChangeRequest.clone()
           This method does not clone the results.
 

Uses of ChangeRequest in org.modeshape.graph.request.processor
 

Methods in org.modeshape.graph.request.processor that return types with arguments of type ChangeRequest
 List<ChangeRequest> RequestProcessor.getChanges()
          Obtain the list of ChangeRequests that were successfully processed by this processor.
 

Methods in org.modeshape.graph.request.processor with parameters of type ChangeRequest
protected  void RequestProcessor.recordChange(ChangeRequest request)
          Record the supplied change request for publishing through the event mechanism.
 

Uses of ChangeRequest in org.modeshape.graph.search
 

Methods in org.modeshape.graph.search with parameters of type ChangeRequest
 void SearchEngineIndexer.process(ChangeRequest searchEngineRequest)
          Send the supplied change request directly to the search engine's processor.
 

Method parameters in org.modeshape.graph.search with type arguments of type ChangeRequest
 void SearchEngine.index(ExecutionContext context, Iterable<ChangeRequest> changes)
          Update the indexes with the supplied set of changes to the content.
 

Uses of ChangeRequest in org.modeshape.search.lucene
 

Fields in org.modeshape.search.lucene declared as ChangeRequest
protected  ChangeRequest LuceneSearchEngine.ForwardRequest.changeRequest
           
 

Methods in org.modeshape.search.lucene that return ChangeRequest
protected static ChangeRequest LuceneSearchEngine.merge(ExecutionContext context, ChangeRequest original, ChangeRequest change)
           
 

Methods in org.modeshape.search.lucene with parameters of type ChangeRequest
protected  boolean LuceneSearchEngine.WorkspaceWork.add(ChangeRequest change)
           
protected static ChangeRequest LuceneSearchEngine.merge(ExecutionContext context, ChangeRequest original, ChangeRequest change)
           
 

Method parameters in org.modeshape.search.lucene with type arguments of type ChangeRequest
 void LuceneSearchEngine.index(ExecutionContext context, Iterable<ChangeRequest> changes)
          Update the indexes with the supplied set of changes to the content.
 

Constructors in org.modeshape.search.lucene with parameters of type ChangeRequest
LuceneSearchEngine.ForwardRequest(ChangeRequest changeRequest)
           
 



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