Uses of Class
org.bedework.webdav.servlet.shared.WebdavNsNode
-
Packages that use WebdavNsNode Package Description org.bedework.webdav.servlet.common org.bedework.webdav.servlet.shared -
-
Uses of WebdavNsNode in org.bedework.webdav.servlet.common
Methods in org.bedework.webdav.servlet.common with parameters of type WebdavNsNode Modifier and Type Method Description protected voidMethodBase. addDavHeader(javax.servlet.http.HttpServletResponse resp, WebdavNsNode node)protected voidOptionsMethod. addDavHeader(javax.servlet.http.HttpServletResponse resp, WebdavNsNode node)protected voidMethodBase. addHeaders(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, WebdavNsNode node)voidPropFindMethod. doNodeProperties(WebdavNsNode node, PropFindMethod.PropRequest pr)Generate response for a PROPFIND for the current node, then for the children.protected voidReportMethod. doNodeProperties(WebdavNsNode node)voidMethodBase. doPropFind(WebdavNsNode node, Collection<WebdavProperty> props)Build the response for a single node for a propfind requestprotected voidPropPatchMethod. processDoc(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Document doc, WebdavNsNode node, QName expectedRoot, boolean onlySet) -
Uses of WebdavNsNode in org.bedework.webdav.servlet.shared
Subclasses of WebdavNsNode in org.bedework.webdav.servlet.shared Modifier and Type Class Description classWebdavPrincipalNodeClass to represent a principal in webdav.Fields in org.bedework.webdav.servlet.shared declared as WebdavNsNode Modifier and Type Field Description WebdavNsNodeWebdavNsIntf.PutContentResult. nodeSame node or new node for creationMethods in org.bedework.webdav.servlet.shared that return WebdavNsNode Modifier and Type Method Description WebdavNsNodeWdSynchReport.WdSynchReportItem. getNode()The nodeabstract WebdavNsNodeWebdavNsIntf. getNode(String uri, int existence, int nodeType, boolean addMember)Retrieves a node by uri, following any links.abstract WebdavNsNodeWebdavNsIntf. getParent(WebdavNsNode node)Returns the parent of a node.Methods in org.bedework.webdav.servlet.shared that return types with arguments of type WebdavNsNode Modifier and Type Method Description abstract Collection<WebdavNsNode>WebdavNsIntf. getChildren(WebdavNsNode node, Supplier<Object> filterGetter)Returns the immediate children of a node.abstract Collection<WebdavNsNode>WebdavNsIntf. getGroups(String resourceUri, String principalUrl)Given a PrincipalMatchReport returns a Collection of matching nodes.abstract Collection<? extends WebdavNsNode>WebdavNsIntf. getPrincipals(String resourceUri, PrincipalPropertySearch pps)Given a PrincipalPropertySearch returns a Collection of matching nodes.Methods in org.bedework.webdav.servlet.shared with parameters of type WebdavNsNode Modifier and Type Method Description abstract booleanWebdavNsIntf. canPut(WebdavNsNode node)Return true if we can PUT this resource/entityabstract voidWebdavNsIntf. copyMove(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, WebdavNsNode from, WebdavNsNode to, boolean copy, boolean overwrite, int depth)Copy or move a resource at the given location to another location.abstract voidWebdavNsIntf. create(WebdavNsNode node)Create a new node.abstract voidWebdavNsIntf. createAlias(WebdavNsNode alias)Creates an alias to another node.abstract voidWebdavNsIntf. delete(WebdavNsNode node)Deletes a node from the namespace.abstract voidWebdavNsIntf. emitAcl(WebdavNsNode node)voidWebdavNsIntf. emitSupportedReportSet(WebdavNsNode node)protected StringWebdavNsIntf. generateHtml(javax.servlet.http.HttpServletRequest req, WebdavNsNode node)Return a String giving an HTML representation of the directory.booleanWebdavNsIntf. generatePropValue(WebdavNsNode node, WebdavProperty pr, boolean allProp)Generate a response for a single webdav property.abstract Collection<String>WebdavNsIntf. getAclPrincipalInfo(WebdavNsNode node)Return all the hrefs found in the access for th egiven node.abstract WebdavNsIntf.ContentWebdavNsIntf. getBinaryContent(WebdavNsNode node)Returns a Content object for the binary content.abstract Collection<WebdavNsNode>WebdavNsIntf. getChildren(WebdavNsNode node, Supplier<Object> filterGetter)Returns the immediate children of a node.abstract WebdavNsIntf.ContentWebdavNsIntf. getContent(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, String contentType, WebdavNsNode node)Returns a Content object for the content.StringWebdavNsIntf. getDavHeader(WebdavNsNode node)Return DAV headerStringWebdavNsIntf. getLocation(WebdavNsNode node)Return the complete URL describing the location of the object represented by the nodeabstract WebdavNsNodeWebdavNsIntf. getParent(WebdavNsNode node)Returns the parent of a node.booleanWebdavNsIntf. knownProperty(WebdavNsNode node, WebdavProperty pr)Return true if a call to generatePropValue will return a value.abstract voidWebdavNsIntf. makeCollection(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, WebdavNsNode node)Create an empty collection at the given location.booleanWebdavNsIntf. prefetch(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, WebdavNsNode node)Called before fetching in GET processing.abstract WebdavNsIntf.PutContentResultWebdavNsIntf. putBinaryContent(javax.servlet.http.HttpServletRequest req, WebdavNsNode node, String[] contentTypePars, InputStream contentStream, Headers.IfHeaders ifHeaders)Set the content from a Streamabstract WebdavNsIntf.PutContentResultWebdavNsIntf. putContent(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, WebdavNsNode node, String[] contentTypePars, Reader contentRdr, Headers.IfHeaders ifHeaders)Set the content from a Readerabstract voidWebdavNsIntf. putNode(WebdavNsNode node)Stores/updates an object.Constructors in org.bedework.webdav.servlet.shared with parameters of type WebdavNsNode Constructor Description WdSynchReportItem(WebdavNsNode node, String token, boolean canSync)
-