Package | Description |
---|---|
org.apache.jackrabbit.webdav.jcr |
Contains JCR specific implementations.
|
org.apache.jackrabbit.webdav.ordering |
Contains interfaces and classes used to cover the functionality defined by the
RFC 3648: Web Distributed Authoring
and Versioning (WebDAV) Ordered Collections Protocol .
|
org.apache.jackrabbit.webdav.simple |
Modifier and Type | Method and 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 new
href 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 new
href property to the property set, where
all versions present in the specified iterator are referenced in the
resulting property. |
Modifier and Type | Class and Description |
---|---|
class |
OrderingType
|
Modifier and Type | Method and Description |
---|---|
protected HrefProperty |
DeltaVResourceImpl.getHrefProperty(DavPropertyName name,
Node[] values,
boolean isProtected,
boolean isCollection)
Returns a
HrefProperty with the
specified property name and values. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.