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.state   
org.apache.jackrabbit.core.xml   
 

Uses of WorkspaceImpl in org.apache.jackrabbit.core
 

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 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.state
 

Fields in org.apache.jackrabbit.core.state declared as WorkspaceImpl
protected  WorkspaceImpl LocalItemStateManager.wspImpl
          Local WorkspaceImpl instance.
 

Constructors in org.apache.jackrabbit.core.state with parameters of type WorkspaceImpl
LocalItemStateManager(SharedItemStateManager sharedStateMgr, WorkspaceImpl wspImpl)
          Creates a new LocalItemStateManager instance.
TransactionalItemStateManager(SharedItemStateManager sharedStateMgr, WorkspaceImpl wspImpl)
          Creates a new LocalItemStateManager instance.
 

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-2005 The Apache Software Foundation. All Rights Reserved.