Uses of Interface
org.opencms.repository.I_CmsRepositorySession
Packages that use 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
Classes in org.opencms.repository that implement I_CmsRepositorySessionModifier 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
.Methods in org.opencms.repository that return I_CmsRepositorySessionModifier and TypeMethodDescriptionabstract I_CmsRepositorySession
Login a user given the username and the password. -
Uses of I_CmsRepositorySession in org.opencms.webdav
Methods in org.opencms.webdav that return I_CmsRepositorySessionModifier and TypeMethodDescriptionCmsDavSession.getRepositorySession()
Gets the OpenCms repository session.Constructors in org.opencms.webdav with parameters of type I_CmsRepositorySessionModifierConstructorDescriptionCmsDavSession
(I_CmsRepositorySession session) Creates a new DAV session.