Uses of Interface
org.opencms.repository.I_CmsRepositorySession
Package
Description
Package contains all classes and interfaces needed to create or use a repository to
access the resources in the VFS.
-
Uses of I_CmsRepositorySession in org.opencms.repository
Modifier and TypeClassDescriptionclass
Abstract implementation of the interfaceI_CmsRepositorySession
to provide the functionality of filtering items.class
This is the session class to work with theCmsRepository
.Modifier and TypeMethodDescriptionabstract I_CmsRepositorySession
Login a user given the username and the password. -
Uses of I_CmsRepositorySession in org.opencms.webdav
Modifier and TypeMethodDescriptionCmsDavSession.getRepositorySession()
Gets the OpenCms repository session.ModifierConstructorDescriptionCmsDavSession
(I_CmsRepositorySession session) Creates a new DAV session.