Uses of Class
org.exoplatform.documents.storage.jcr.webdav.entity.WebDavPathMappingEntity
Packages that use WebDavPathMappingEntity
Package
Description
-
Uses of WebDavPathMappingEntity in org.exoplatform.documents.storage.jcr.webdav.dao
Methods in org.exoplatform.documents.storage.jcr.webdav.dao that return types with arguments of type WebDavPathMappingEntityModifier and TypeMethodDescriptionWebDavPathMappingDao.findByJcrPath(String jcrPath) WebDavPathMappingDao.findByNodeIdentifier(String nodeIdentifier) WebDavPathMappingDao.findByParentJcrPath(String parentJcrPath) WebDavPathMappingDao.findByParentJcrPathAndNormalizedVisibleName(String parentJcrPath, String normalizedVisibleName) WebDavPathMappingDao.findByParentWebDavPath(String parentWebDavPath) WebDavPathMappingDao.findByWebDavPath(String webDavPath) -
Uses of WebDavPathMappingEntity in org.exoplatform.documents.storage.jcr.webdav.plugin
Methods in org.exoplatform.documents.storage.jcr.webdav.plugin that return WebDavPathMappingEntityModifier and TypeMethodDescriptionPathCommandHandler.saveMapping(javax.jcr.Session session, String webDavPath, String visibleName, javax.jcr.Node node) -
Uses of WebDavPathMappingEntity in org.exoplatform.documents.storage.jcr.webdav.storage
Methods in org.exoplatform.documents.storage.jcr.webdav.storage that return WebDavPathMappingEntityMethods in org.exoplatform.documents.storage.jcr.webdav.storage that return types with arguments of type WebDavPathMappingEntityModifier and TypeMethodDescriptionWebDavPathMappingStorage.findByJcrPath(String jcrPath) WebDavPathMappingStorage.findByNodeIdentifier(String nodeIdentifier) WebDavPathMappingStorage.findByParentJcrPath(String parentJcrPath) WebDavPathMappingStorage.findByParentJcrPathAndNormalizedVisibleName(String parentJcrPath, String normalizedVisibleName) WebDavPathMappingStorage.findByParentWebDavPath(String parentWebDavPath) WebDavPathMappingStorage.findByWebDavPath(String webDavPath) Methods in org.exoplatform.documents.storage.jcr.webdav.storage with parameters of type WebDavPathMappingEntityModifier and TypeMethodDescriptionvoidWebDavPathMappingStorage.delete(WebDavPathMappingEntity entity) WebDavPathMappingStorage.save(WebDavPathMappingEntity entity)