Uses of Class
org.bedework.webdav.servlet.shared.WdEntity
-
Packages that use WdEntity Package Description org.bedework.webdav.servlet.shared -
-
Uses of WdEntity in org.bedework.webdav.servlet.shared
Subclasses of WdEntity in org.bedework.webdav.servlet.shared Modifier and Type Class Description classWdCollection<T>Class to represent a collection in WebDAVclassWdCollectionBase<T>Class to represent a collection in WebDAVMethods in org.bedework.webdav.servlet.shared that return types with arguments of type WdEntity Modifier and Type Method Description abstract Collection<? extends WdEntity<?>>WebdavNsNode. getChildren(Supplier<Object> filterGetter)Return a collection of children objects.Collection<? extends WdEntity<?>>WebdavPrincipalNode. getChildren(Supplier<Object> filterGetter)Methods in org.bedework.webdav.servlet.shared with parameters of type WdEntity Modifier and Type Method Description intWdEntity. compareTo(WdEntity that)
-