Uses of Interface
org.apache.jackrabbit.webdav.property.PropEntry
-
Packages that use PropEntry Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.bind org.apache.jackrabbit.webdav.client.methods Provides classes for use with the Apache HttpClient, supporting WebDAV request methods.org.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.version org.apache.jackrabbit.webdav.version.report -
-
Uses of PropEntry in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return types with arguments of type PropEntry Modifier and Type Method Description List<? extends PropEntry>DavServletRequest. getPropPatchChangeList()Return aListof property change operations.List<? extends PropEntry>WebdavRequestImpl. getPropPatchChangeList()Return aListof property change operations.Method parameters in org.apache.jackrabbit.webdav with type arguments of type PropEntry Modifier and Type Method Description MultiStatusResponseDavResource. alterProperties(List<? extends PropEntry> changeList)Set/add and remove the specified properties from this resource. -
Uses of PropEntry in org.apache.jackrabbit.webdav.bind
Classes in org.apache.jackrabbit.webdav.bind that implement PropEntry Modifier and Type Class Description classParentSetParentSetrepresents a DAV:parent-set property. -
Uses of PropEntry in org.apache.jackrabbit.webdav.client.methods
Constructor parameters in org.apache.jackrabbit.webdav.client.methods with type arguments of type PropEntry Constructor Description HttpProppatch(String uri, List<? extends PropEntry> changeList)HttpProppatch(URI uri, List<? extends PropEntry> changeList) -
Uses of PropEntry in org.apache.jackrabbit.webdav.lock
Classes in org.apache.jackrabbit.webdav.lock that implement PropEntry 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 PropEntry in org.apache.jackrabbit.webdav.observation
Classes in org.apache.jackrabbit.webdav.observation that implement PropEntry Modifier and Type Class Description classSubscriptionDiscoverySubscriptionDiscoveryencapsulates the 'subscriptiondiscovery' property of a webdav resource. -
Uses of PropEntry in org.apache.jackrabbit.webdav.ordering
Classes in org.apache.jackrabbit.webdav.ordering that implement PropEntry Modifier and Type Class Description classOrderingType -
Uses of PropEntry in org.apache.jackrabbit.webdav.property
Subinterfaces of PropEntry in org.apache.jackrabbit.webdav.property Modifier and Type Interface Description interfaceDavProperty<T>ThePropertyclass represents a Property of a WebDAV resource.Classes in org.apache.jackrabbit.webdav.property that implement PropEntry Modifier and Type Class Description classAbstractDavProperty<T>AbstractDavPropertyprovides generic METHODS used by various implementations of theDavPropertyinterface.classDavPropertyNameTheDavPropertyNameclass reflects a WebDAV property name.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 types with arguments of type PropEntry Modifier and Type Method Description Collection<? extends PropEntry>DavPropertySet. getContent()abstract Collection<? extends PropEntry>PropContainer. getContent()Returns the collection that contains all the content elements of thisPropContainer.Methods in org.apache.jackrabbit.webdav.property with parameters of type PropEntry Modifier and Type Method Description booleanDavPropertyNameSet. addContent(PropEntry contentEntry)booleanDavPropertySet. addContent(PropEntry contentEntry)abstract booleanPropContainer. addContent(PropEntry contentEntry)Tries to add the specified entry to thePropContainerand returns a boolean indicating whether the content could be added to the internal set/map.Constructor parameters in org.apache.jackrabbit.webdav.property with type arguments of type PropEntry Constructor Description ProppatchInfo(List<? extends PropEntry> changeList) -
Uses of PropEntry in org.apache.jackrabbit.webdav.search
Classes in org.apache.jackrabbit.webdav.search that implement PropEntry Modifier and Type Class Description classQueryGrammerSetQueryGrammerSetis aDavPropertythat encapsulates the 'supported-query-grammer-set' as defined by the Webdav SEARCH internet draft. -
Uses of PropEntry in org.apache.jackrabbit.webdav.security
Classes in org.apache.jackrabbit.webdav.security that implement PropEntry 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. -
Uses of PropEntry in org.apache.jackrabbit.webdav.version
Classes in org.apache.jackrabbit.webdav.version that implement PropEntry Modifier and Type Class Description classLabelSetPropertyLabelSetProperty...classSupportedMethodSetPropertyTheSupportedMethodSetProperty -
Uses of PropEntry in org.apache.jackrabbit.webdav.version.report
Classes in org.apache.jackrabbit.webdav.version.report that implement PropEntry Modifier and Type Class Description classSupportedReportSetPropertySupportedReportSetPropertyrepresents the DAV:supported-report-set property defined by RFC 3253.
-