ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.jcr.cache.document.WorkspaceCache

Packages that use WorkspaceCache
org.modeshape.jcr.cache   
org.modeshape.jcr.cache.document   
org.modeshape.jcr.txn   
 

Uses of WorkspaceCache in org.modeshape.jcr.cache
 

Methods in org.modeshape.jcr.cache that return WorkspaceCache
 WorkspaceCache RepositoryCache.createWorkspace(String name)
          Create a new workspace in this repository, if the repository is appropriately configured.
 

Uses of WorkspaceCache in org.modeshape.jcr.cache.document
 

Fields in org.modeshape.jcr.cache.document declared as WorkspaceCache
protected  WorkspaceCache ImmutableChildReferences.Segmented.cache
           
protected  WorkspaceCache AbstractSessionCache.workspaceCache
           
 

Methods in org.modeshape.jcr.cache.document that return WorkspaceCache
protected  WorkspaceCache SessionNode.workspace(NodeCache cache)
           
 WorkspaceCache WorkspaceCache.workspaceCache()
           
 WorkspaceCache DocumentCache.workspaceCache()
           
 WorkspaceCache AbstractSessionCache.workspaceCache()
           
protected  WorkspaceCache LazyCachedNode.workspaceCache(NodeCache cache)
           
 

Methods in org.modeshape.jcr.cache.document with parameters of type WorkspaceCache
static ChildReferences ImmutableChildReferences.create(ChildReferences first, DocumentTranslator.ChildReferencesInfo segmentingInfo, WorkspaceCache cache)
           
protected  Document LazyCachedNode.document(WorkspaceCache cache)
          Get the Document that represents this node.
 ChildReferences DocumentTranslator.getChildReferences(WorkspaceCache cache, Document document)
           
protected  Path.Segment LazyCachedNode.getSegment(WorkspaceCache cache)
          Get the name for this node, without any same-name-sibiling (SNS) index.
 ImmutableChildReferences.Segment ImmutableChildReferences.Segment.next(WorkspaceCache cache)
           
protected  CachedNode LazyCachedNode.parent(WorkspaceCache cache)
           
protected  ChildReference LazyCachedNode.parentReferenceToSelf(WorkspaceCache cache)
          Get the parent node's child reference to this node.
 

Constructors in org.modeshape.jcr.cache.document with parameters of type WorkspaceCache
AbstractSessionCache(ExecutionContext context, WorkspaceCache workspaceCache, SessionEnvironment sessionContext)
           
ImmutableChildReferences.Segmented(WorkspaceCache cache, ChildReferences firstSegment, DocumentTranslator.ChildReferencesInfo info)
           
ReadOnlySessionCache(ExecutionContext context, WorkspaceCache workspaceCache, SessionEnvironment sessionContext)
           
WritableSessionCache(ExecutionContext context, WorkspaceCache workspaceCache, SessionEnvironment sessionContext)
          Create a new SessionCache that can be used for making changes to the workspace.
 

Uses of WorkspaceCache in org.modeshape.jcr.txn
 

Methods in org.modeshape.jcr.txn with parameters of type WorkspaceCache
 void Transactions.updateCache(WorkspaceCache workspace, ChangeSet changes, Transactions.Transaction transaction)
          Notify the workspace of the supplied changes, if and when the current transaction is completed.
 void SynchronizedTransactions.updateCache(WorkspaceCache workspace, ChangeSet changes, Transactions.Transaction transaction)
           
 

Constructors in org.modeshape.jcr.txn with parameters of type WorkspaceCache
SynchronizedTransactions.WorkspaceUpdates(WorkspaceCache workspace, ChangeSet changes)
           
 


ModeShape Distribution 3.0.0.Beta4

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