Uses of Class
org.opencms.repository.CmsPropertyName
Packages that use CmsPropertyName
Package
Description
Package contains all classes and interfaces needed to create or use a repository to
access the resources in the VFS.
-
Uses of CmsPropertyName in org.opencms.repository
Methods in org.opencms.repository that return types with arguments of type CmsPropertyNameModifier and TypeMethodDescriptionCmsRepositorySession.getProperties
(String path) I_CmsRepositorySession.getProperties
(String path) Gets the properties for the given path.Method parameters in org.opencms.repository with type arguments of type CmsPropertyNameModifier and TypeMethodDescriptionvoid
CmsRepositorySession.updateProperties
(String path, Map<CmsPropertyName, String> properties) void
I_CmsRepositorySession.updateProperties
(String path, Map<CmsPropertyName, String> properties) Updates the properties for the given path.