Uses of Interface
org.apache.jackrabbit.webdav.property.PropEntry
Packages that use PropEntry
Package
Description
Provides classes for use with the Apache HttpClient, supporting WebDAV
request methods.
-
Uses of PropEntry in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return types with arguments of type PropEntryModifier and TypeMethodDescriptionDavServletRequest.getPropPatchChangeList()
Return aList
of property change operations.WebdavRequestImpl.getPropPatchChangeList()
Return aList
of property change operations.Method parameters in org.apache.jackrabbit.webdav with type arguments of type PropEntryModifier and TypeMethodDescriptionDavResource.alterProperties
(List<? extends PropEntry> changeList) Set/add and remove the specified properties from this resource. -
Uses of PropEntry in org.apache.jackrabbit.webdav.client.methods
Constructor parameters in org.apache.jackrabbit.webdav.client.methods with type arguments of type PropEntryModifierConstructorDescriptionHttpProppatch
(String uri, List<? extends PropEntry> changeList) HttpProppatch
(URI uri, List<? extends PropEntry> changeList) -
Uses of PropEntry in org.apache.jackrabbit.webdav.property
Subinterfaces of PropEntry in org.apache.jackrabbit.webdav.propertyModifier and TypeInterfaceDescriptioninterface
DavProperty<T>
TheProperty
class represents a Property of a WebDAV resource.Classes in org.apache.jackrabbit.webdav.property that implement PropEntryModifier and TypeClassDescriptionclass
AbstractDavProperty
provides generic METHODS used by various implementations of theDavProperty
interface.class
TheDavPropertyName
class reflects a WebDAV property name.class
DefaultDavProperty
...class
HrefProperty
is an extension to the commonDavProperty
.class
TheResourceType
class represents the webdav resource type property.Methods in org.apache.jackrabbit.webdav.property that return types with arguments of type PropEntryModifier and TypeMethodDescriptionCollection<? 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 PropEntryModifier and TypeMethodDescriptionboolean
DavPropertyNameSet.addContent
(PropEntry contentEntry) boolean
DavPropertySet.addContent
(PropEntry contentEntry) abstract boolean
PropContainer.addContent
(PropEntry contentEntry) Tries to add the specified entry to thePropContainer
and 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