Package org.nuxeo.ecm.webdav.resource
Class PropStatBuilderExt
java.lang.Object
org.nuxeo.ecm.webdav.resource.PropStatBuilderExt
Copy-pasted then modified from jaxrs-webdav.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnet.java.dev.webdav.jaxrs.xml.elements.PropStat
build()
contentLength
(long length) creationDate
(Date dateTime) displayName
(String displayName) isHidden
(boolean hide) isResource
(long length, String mime) lastModified
(Date dateTime) net.java.dev.webdav.jaxrs.xml.elements.PropStat
notFound
(net.java.dev.webdav.jaxrs.xml.elements.Prop allprops) status
(javax.ws.rs.core.Response.Status status)
-
Constructor Details
-
PropStatBuilderExt
public PropStatBuilderExt()
-
-
Method Details
-
creationDate
-
lastModified
-
contentLength
-
isResource
-
isCollection
-
displayName
-
isHidden
-
notFound
public net.java.dev.webdav.jaxrs.xml.elements.PropStat notFound(net.java.dev.webdav.jaxrs.xml.elements.Prop allprops) -
status
-
build
public net.java.dev.webdav.jaxrs.xml.elements.PropStat build()
-