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 WorkspaceImpl
SessionContext. 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 newWorkspaceImporter
instance.WorkspaceImporter(Path parentPath, WorkspaceImpl wsp, SessionContext sessionContext, int uuidBehavior, ImportConfig config)
Creates a newWorkspaceImporter
instance.
-