Class CmsRepositorySession

java.lang.Object
org.opencms.repository.A_CmsRepositorySession
org.opencms.repository.CmsRepositorySession
All Implemented Interfaces:
I_CmsRepositorySession

This is the session class to work with the CmsRepository.

You can get an instance of this class by calling CmsRepository.login(String, String).

This class provides basic file and folder operations on the resources in the VFS of OpenCms.

Since:
6.5.6
See Also: