Uses of Interface
org.apache.jackrabbit.webdav.property.DavProperty
-
Packages that use DavProperty Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.bind org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations.org.apache.jackrabbit.webdav.jcr.nodetype org.apache.jackrabbit.webdav.jcr.property org.apache.jackrabbit.webdav.jcr.search org.apache.jackrabbit.webdav.jcr.version Contains JCR specific implementations for the following interfaces: VersionableResource VersionControlledResource VersionResource VersionHistoryResourceorg.apache.jackrabbit.webdav.lock org.apache.jackrabbit.webdav.observation org.apache.jackrabbit.webdav.ordering org.apache.jackrabbit.webdav.property org.apache.jackrabbit.webdav.search org.apache.jackrabbit.webdav.security org.apache.jackrabbit.webdav.simple org.apache.jackrabbit.webdav.version org.apache.jackrabbit.webdav.version.report -
-
Uses of DavProperty in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return DavProperty Modifier and Type Method Description DavProperty<?>
DavResource. getProperty(DavPropertyName name)
Return the webdav property with the specified name.Methods in org.apache.jackrabbit.webdav with parameters of type DavProperty Modifier and Type Method Description void
MultiStatusResponse. add(DavProperty<?> property)
Adds a property to this response '200' propstat set.void
MultiStatusResponse. add(DavProperty<?> property, int status)
Adds a property to this responsevoid
DavResource. setProperty(DavProperty<?> property)
Add/Set the specified property on this resource. -
Uses of DavProperty in org.apache.jackrabbit.webdav.bind
Classes in org.apache.jackrabbit.webdav.bind that implement DavProperty Modifier and Type Class Description class
ParentSet
ParentSet
represents a DAV:parent-set property. -
Uses of DavProperty in org.apache.jackrabbit.webdav.jcr
Methods in org.apache.jackrabbit.webdav.jcr that return DavProperty Modifier and Type Method Description DavProperty<?>
DefaultItemCollection. getProperty(DavPropertyName name)
DavProperty<?>
DefaultItemResource. getProperty(DavPropertyName name)
DavProperty<?>
RootCollection. getProperty(DavPropertyName name)
DavProperty<?>
VersionControlledItemCollection. getProperty(DavPropertyName name)
DavProperty<?>
WorkspaceResourceImpl. getProperty(DavPropertyName name)
Methods in org.apache.jackrabbit.webdav.jcr with parameters of type DavProperty Modifier and Type Method Description void
DefaultItemCollection. setProperty(DavProperty<?> property)
This implementation of theDavResource
does only allow to set the mixinnodetypes property.void
DefaultItemResource. setProperty(DavProperty<?> property)
Sets the given property.void
WorkspaceResourceImpl. setProperty(DavProperty<?> property)
Allows to alter the registered namespaces (ItemResourceConstants.JCR_NAMESPACES
) or register node typesItemResourceConstants.JCR_NODETYPES_CND
where the passed value is a cnd string containing the definition and forwards any other property to the super class. -
Uses of DavProperty in org.apache.jackrabbit.webdav.jcr.nodetype
Classes in org.apache.jackrabbit.webdav.jcr.nodetype that implement DavProperty Modifier and Type Class Description class
NodeTypeProperty
NodeTypeProperty
...Constructors in org.apache.jackrabbit.webdav.jcr.nodetype with parameters of type DavProperty Constructor Description NodeTypeProperty(DavProperty<?> property)
Create a newNodeTypeProperty
from the specified general DavProperty object. -
Uses of DavProperty in org.apache.jackrabbit.webdav.jcr.property
Classes in org.apache.jackrabbit.webdav.jcr.property that implement DavProperty Modifier and Type Class Description class
LengthsProperty
LengthsProperty
extendsDavProperty
providing utilities to handle the multiple lengths of the property item represented by this resource.class
NamespacesProperty
NamespacesProperty
...class
ValuesProperty
ValuesProperty
implementsDavProperty
providing utilities to handle the value(s) of a JCR property item resource.Constructors in org.apache.jackrabbit.webdav.jcr.property with parameters of type DavProperty Constructor Description NamespacesProperty(DavProperty<?> property)
ValuesProperty(DavProperty<?> property, int defaultType, ValueFactory valueFactory)
Wrap the specifiedDavProperty
in a newValuesProperty
. -
Uses of DavProperty in org.apache.jackrabbit.webdav.jcr.search
Classes in org.apache.jackrabbit.webdav.jcr.search that implement DavProperty Modifier and Type Class Description class
SearchResultProperty
SearchResultProperty
...Constructors in org.apache.jackrabbit.webdav.jcr.search with parameters of type DavProperty Constructor Description SearchResultProperty(DavProperty<?> property, ValueFactory valueFactory)
Wrap the specifiedDavProperty
in a newSearchResultProperty
. -
Uses of DavProperty in org.apache.jackrabbit.webdav.jcr.version
Methods in org.apache.jackrabbit.webdav.jcr.version that return DavProperty Modifier and Type Method Description DavProperty<?>
VersionHistoryItemCollection. getProperty(DavPropertyName name)
DavProperty<?>
VersionItemCollection. getProperty(DavPropertyName name)
-
Uses of DavProperty in org.apache.jackrabbit.webdav.lock
Classes in org.apache.jackrabbit.webdav.lock that implement DavProperty Modifier and Type Class Description class
LockDiscovery
TheLockDiscovery
class encapsulates the webdav lock discovery property that is sent in the request body (PROPFIND and LOCK) and received in a LOCK response body.class
SupportedLock
TheSupportedLock
class encapsulates the lock capabilities of a resource. -
Uses of DavProperty in org.apache.jackrabbit.webdav.observation
Classes in org.apache.jackrabbit.webdav.observation that implement DavProperty Modifier and Type Class Description class
SubscriptionDiscovery
SubscriptionDiscovery
encapsulates the 'subscriptiondiscovery' property of a webdav resource. -
Uses of DavProperty in org.apache.jackrabbit.webdav.ordering
Classes in org.apache.jackrabbit.webdav.ordering that implement DavProperty Modifier and Type Class Description class
OrderingType
-
Uses of DavProperty in org.apache.jackrabbit.webdav.property
Classes in org.apache.jackrabbit.webdav.property that implement DavProperty Modifier and Type Class Description class
AbstractDavProperty<T>
AbstractDavProperty
provides generic METHODS used by various implementations of theDavProperty
interface.class
DefaultDavProperty<T>
DefaultDavProperty
...class
HrefProperty
HrefProperty
is an extension to the commonDavProperty
.class
ResourceType
TheResourceType
class represents the webdav resource type property.Methods in org.apache.jackrabbit.webdav.property that return DavProperty Modifier and Type Method Description DavProperty<?>
DavPropertySet. add(DavProperty<?> property)
Adds a new property to this set.DavProperty<?>
DavPropertySet. get(String name)
Retrieves the property with the specifiedname
and the default WebDAVnamespace
.DavProperty<?>
DavPropertySet. get(String name, Namespace namespace)
Retrieves the property with the specifiedname
andnamespace
.DavProperty<?>
DavPropertySet. get(DavPropertyName name)
Retrieves the property with the specifiedname
DavProperty<?>
DavPropertyIterator. nextProperty()
Returns the nextProperty
.DavProperty<?>
DavPropertySet. remove(String name)
Removes the property with the specifiedname
and the default WebDAVnamespace
.DavProperty<?>
DavPropertySet. remove(String name, Namespace namespace)
Removes the property with the specifiedname
andnamespace
from this set.DavProperty<?>
DavPropertySet. remove(DavPropertyName name)
Removes the indicated property from this set.Methods in org.apache.jackrabbit.webdav.property with parameters of type DavProperty Modifier and Type Method Description DavProperty<?>
DavPropertySet. add(DavProperty<?> property)
Adds a new property to this set.Constructors in org.apache.jackrabbit.webdav.property with parameters of type DavProperty Constructor Description HrefProperty(DavProperty<?> prop)
Create a newHrefProperty
from the specified property. -
Uses of DavProperty in org.apache.jackrabbit.webdav.search
Classes in org.apache.jackrabbit.webdav.search that implement DavProperty Modifier and Type Class Description class
QueryGrammerSet
QueryGrammerSet
is aDavProperty
that encapsulates the 'supported-query-grammer-set' as defined by the Webdav SEARCH internet draft. -
Uses of DavProperty in org.apache.jackrabbit.webdav.security
Classes in org.apache.jackrabbit.webdav.security that implement DavProperty Modifier and Type Class Description class
AclProperty
AclProperty
defines a protected property that specifies the list of access control entries (ACEs).class
AclRestrictionsProperty
AclRestrictionsProperty
as defined by RFC 3744 Section 5.6.class
CurrentUserPrivilegeSetProperty
CurrentUserPrivilegeSetProperty
...class
SupportedPrivilegeSetProperty
SupportedPrivilegeSetProperty
defines theSecurityConstants.SUPPORTED_PRIVILEGE_SET
property, used to identify the privileges defined for the resource.Constructors in org.apache.jackrabbit.webdav.security with parameters of type DavProperty Constructor Description CurrentUserPrivilegeSetProperty(DavProperty<?> xmlDavProperty)
Create a newCurrentUserPrivilegeSetProperty
from a DavProperty as obtained from a MultiStatusResponse.SupportedPrivilegeSetProperty(DavProperty<?> p)
-
Uses of DavProperty in org.apache.jackrabbit.webdav.simple
Methods in org.apache.jackrabbit.webdav.simple that return DavProperty Modifier and Type Method Description DavProperty<?>
DavResourceImpl. getProperty(DavPropertyName name)
Methods in org.apache.jackrabbit.webdav.simple with parameters of type DavProperty Modifier and Type Method Description void
DavResourceImpl. setProperty(DavProperty<?> property)
void
VersionHistoryResourceImpl. setProperty(DavProperty<?> property)
Version storage is read-only -> fails with 403.void
VersionResourceImpl. setProperty(DavProperty<?> property)
Version storage is read-only -> fails with 403. -
Uses of DavProperty in org.apache.jackrabbit.webdav.version
Classes in org.apache.jackrabbit.webdav.version that implement DavProperty Modifier and Type Class Description class
LabelSetProperty
LabelSetProperty
...class
SupportedMethodSetProperty
TheSupportedMethodSetProperty
-
Uses of DavProperty in org.apache.jackrabbit.webdav.version.report
Classes in org.apache.jackrabbit.webdav.version.report that implement DavProperty Modifier and Type Class Description class
SupportedReportSetProperty
SupportedReportSetProperty
represents the DAV:supported-report-set property defined by RFC 3253.
-