Uses of Interface
org.apache.jackrabbit.webdav.property.DavProperty
-
-
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 voidMultiStatusResponse. add(DavProperty<?> property)Adds a property to this response '200' propstat set.voidMultiStatusResponse. add(DavProperty<?> property, int status)Adds a property to this responsevoidDavResource. 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 classParentSetParentSetrepresents a DAV:parent-set property. -
Uses of DavProperty in org.apache.jackrabbit.webdav.lock
Classes in org.apache.jackrabbit.webdav.lock that implement DavProperty Modifier and Type Class Description classLockDiscoveryTheLockDiscoveryclass encapsulates the webdav lock discovery property that is sent in the request body (PROPFIND and LOCK) and received in a LOCK response body.classSupportedLockTheSupportedLockclass 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 classSubscriptionDiscoverySubscriptionDiscoveryencapsulates 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 classOrderingType -
Uses of DavProperty in org.apache.jackrabbit.webdav.property
Classes in org.apache.jackrabbit.webdav.property that implement DavProperty Modifier and Type Class Description classAbstractDavProperty<T>AbstractDavPropertyprovides generic METHODS used by various implementations of theDavPropertyinterface.classDefaultDavProperty<T>DefaultDavProperty...classHrefPropertyHrefPropertyis an extension to the commonDavProperty.classResourceTypeTheResourceTypeclass 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 specifiednameand the default WebDAVnamespace.DavProperty<?>DavPropertySet. get(String name, Namespace namespace)Retrieves the property with the specifiednameandnamespace.DavProperty<?>DavPropertySet. get(DavPropertyName name)Retrieves the property with the specifiednameDavProperty<?>DavPropertyIterator. nextProperty()Returns the nextProperty.DavProperty<?>DavPropertySet. remove(String name)Removes the property with the specifiednameand the default WebDAVnamespace.DavProperty<?>DavPropertySet. remove(String name, Namespace namespace)Removes the property with the specifiednameandnamespacefrom 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 newHrefPropertyfrom 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 classQueryGrammerSetQueryGrammerSetis aDavPropertythat 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 classAclPropertyAclPropertydefines a protected property that specifies the list of access control entries (ACEs).classAclRestrictionsPropertyAclRestrictionsPropertyas defined by RFC 3744 Section 5.6.classCurrentUserPrivilegeSetPropertyCurrentUserPrivilegeSetProperty...classSupportedPrivilegeSetPropertySupportedPrivilegeSetPropertydefines theSecurityConstants.SUPPORTED_PRIVILEGE_SETproperty, 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 newCurrentUserPrivilegeSetPropertyfrom a DavProperty as obtained from a MultiStatusResponse.SupportedPrivilegeSetProperty(DavProperty<?> p) -
Uses of DavProperty in org.apache.jackrabbit.webdav.version
Classes in org.apache.jackrabbit.webdav.version that implement DavProperty Modifier and Type Class Description classLabelSetPropertyLabelSetProperty...classSupportedMethodSetPropertyTheSupportedMethodSetProperty -
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 classSupportedReportSetPropertySupportedReportSetPropertyrepresents the DAV:supported-report-set property defined by RFC 3253.
-