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