Uses of Class
org.apache.jackrabbit.core.WorkspaceImpl

Packages that use WorkspaceImpl
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.xml   
 

Uses of WorkspaceImpl in org.apache.jackrabbit.core
 

Subclasses of WorkspaceImpl in org.apache.jackrabbit.core
 class XAWorkspace
          Workspace extension that works in an XA environment.
 

Fields in org.apache.jackrabbit.core declared as WorkspaceImpl
protected  WorkspaceImpl SessionImpl.wsp
          the Workspace associated with this session
 

Methods in org.apache.jackrabbit.core that return WorkspaceImpl
protected  WorkspaceImpl XASessionImpl.createWorkspaceInstance(WorkspaceConfig wspConfig, SharedItemStateManager stateMgr, RepositoryImpl rep, SessionImpl session)
          Creates the workspace instance backing this session.
protected  WorkspaceImpl SessionImpl.createWorkspaceInstance(WorkspaceConfig wspConfig, SharedItemStateManager stateMgr, RepositoryImpl rep, SessionImpl session)
          Creates the workspace instance backing this session.
 

Uses of WorkspaceImpl in org.apache.jackrabbit.core.xml
 

Constructors in org.apache.jackrabbit.core.xml with parameters of type WorkspaceImpl
WorkspaceImporter(Path parentPath, WorkspaceImpl wsp, NodeTypeRegistry ntReg, int uuidBehavior)
          Creates a new WorkspaceImporter instance.
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.