Uses of Class
org.apache.jackrabbit.webdav.property.HrefProperty
-
Packages that use HrefProperty Package Description org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations.org.apache.jackrabbit.webdav.ordering org.apache.jackrabbit.webdav.simple -
-
Uses of HrefProperty in org.apache.jackrabbit.webdav.jcr
Methods in org.apache.jackrabbit.webdav.jcr that return HrefProperty Modifier and Type Method Description protected HrefPropertyDefaultItemCollection. getHrefProperty(DavPropertyName name, Item[] values, boolean isProtected)Creates a new HrefProperty with the specified name using the given array of items as value.protected HrefPropertyDefaultItemCollection. getHrefProperty(DavPropertyName name, PropertyIterator itemIterator, boolean isProtected)Creates a newhref propertyto the property set, where all properties present in the specified iterator are referenced in the resulting property.protected HrefPropertyDefaultItemCollection. getHrefProperty(DavPropertyName name, VersionIterator itemIterator, boolean isProtected)Add a newhref propertyto the property set, where all versions present in the specified iterator are referenced in the resulting property. -
Uses of HrefProperty in org.apache.jackrabbit.webdav.ordering
Subclasses of HrefProperty in org.apache.jackrabbit.webdav.ordering Modifier and Type Class Description classOrderingType -
Uses of HrefProperty in org.apache.jackrabbit.webdav.simple
Methods in org.apache.jackrabbit.webdav.simple that return HrefProperty Modifier and Type Method Description protected HrefPropertyDeltaVResourceImpl. getHrefProperty(DavPropertyName name, Node[] values, boolean isProtected, boolean isCollection)Returns aHrefPropertywith the specified property name and values.
-