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 HrefProperty
DefaultItemCollection. getHrefProperty(DavPropertyName name, Item[] values, boolean isProtected)
Creates a new HrefProperty with the specified name using the given array of items as value.protected HrefProperty
DefaultItemCollection. getHrefProperty(DavPropertyName name, PropertyIterator itemIterator, boolean isProtected)
Creates a newhref property
to the property set, where all properties present in the specified iterator are referenced in the resulting property.protected HrefProperty
DefaultItemCollection. getHrefProperty(DavPropertyName name, VersionIterator itemIterator, boolean isProtected)
Add a newhref property
to 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 class
OrderingType
-
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 HrefProperty
DeltaVResourceImpl. getHrefProperty(DavPropertyName name, Node[] values, boolean isProtected, boolean isCollection)
Returns aHrefProperty
with the specified property name and values.
-