Uses of Class
com.ithit.webdav.server.Property
Package
Description
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
Contains exceptions that can be thrown by implementation.
This package provides paging and sorting classes.
Contains interfaces for creating server which supports DASL server search.
Contains interfaces for creating server which supports collection synchronization.
-
Uses of Property in com.ithit.webdav.server
Modifier and TypeMethodDescriptionstatic Property
Creates a WebDAV property.static Property
Creates a WebDAV property with value set to raw XML string.Modifier and TypeMethodDescriptionHierarchyItem.getProperties
(Property[] props) Gets values of all properties or selected properties for this item.HierarchyItem.getPropertyNames()
Gets names of all properties for this item.Modifier and TypeMethodDescriptionHierarchyItem.getProperties
(Property[] props) Gets values of all properties or selected properties for this item.void
HierarchyItem.updateProperties
(Property[] setProps, Property[] delProps) Adds, modifies and removes properties for this item.Modifier and TypeMethodDescriptionFolder.getChildren
(List<Property> propNames, Long offset, Long nResults, List<OrderProperty> orderProps) Gets the array of this folder's children. -
Uses of Property in com.ithit.webdav.server.exceptions
Modifier and TypeMethodDescriptionPropStat.getProperties()
Retrieves list of properties with the same status.Modifier and TypeMethodDescriptionvoid
MultistatusException.addResponse
(String path, Property property, WebDavStatus status) Adds response for a property.void
MultistatusException.addResponse
(String path, Property property, WebDavStatus status, String responseDescription, String propResponseDescription) Adds response for a property with a description.ModifierConstructorDescriptionPropStat
(Property[] property, WebDavStatus status, String description) Initializes new instance. -
Uses of Property in com.ithit.webdav.server.paging
ModifierConstructorDescriptionOrderProperty
(Property property, boolean ascending) Initializes new instance. -
Uses of Property in com.ithit.webdav.server.search
-
Uses of Property in com.ithit.webdav.server.synchronization