Class WebDavPathMappingStorage
java.lang.Object
org.exoplatform.documents.storage.jcr.webdav.storage.WebDavPathMappingStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(WebDavPathMappingEntity entity) voiddeleteById(String id) voiddeleteMapping(String jcrPath) findByJcrPath(String jcrPath) findByNodeIdentifier(String nodeIdentifier) findByParentJcrPath(String parentJcrPath) findByParentJcrPathAndNormalizedVisibleName(String parentJcrPath, String normalizedVisibleName) findByParentWebDavPath(String parentWebDavPath) findByWebDavPath(String webDavPath) findJcrPath(String parentJcrPath, String visibleName) save(WebDavPathMappingEntity entity)
-
Constructor Details
-
WebDavPathMappingStorage
public WebDavPathMappingStorage()
-
-
Method Details
-
findByJcrPath
-
findByNodeIdentifier
-
findByParentJcrPathAndNormalizedVisibleName
public Optional<WebDavPathMappingEntity> findByParentJcrPathAndNormalizedVisibleName(String parentJcrPath, String normalizedVisibleName) -
findByParentJcrPath
-
findByParentWebDavPath
-
findByWebDavPath
-
findJcrPath
-
save
-
delete
-
deleteById
-
deleteMapping
-