Uses of Class
org.apache.jackrabbit.core.WorkspaceImpl
- 
Packages that use WorkspaceImpl Package Description org.apache.jackrabbit.core.session org.apache.jackrabbit.core.xml  - 
- 
Uses of WorkspaceImpl in org.apache.jackrabbit.core.session
Methods in org.apache.jackrabbit.core.session that return WorkspaceImpl Modifier and Type Method Description WorkspaceImplSessionContext. getWorkspace()Returns the workspace of this session. - 
Uses of WorkspaceImpl in org.apache.jackrabbit.core.xml
Constructors in org.apache.jackrabbit.core.xml with parameters of type WorkspaceImpl Constructor Description WorkspaceImporter(Path parentPath, WorkspaceImpl wsp, SessionContext sessionContext, int uuidBehavior)Creates a newWorkspaceImporterinstance.WorkspaceImporter(Path parentPath, WorkspaceImpl wsp, SessionContext sessionContext, int uuidBehavior, ImportConfig config)Creates a newWorkspaceImporterinstance. 
 -