A B C D E F G H I L M N O P R S U V W

A

ACCESS_DENIED - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
Access denied.
addResponse(String, WebDavStatus) - Method in exception com.ithit.webdav.server.exceptions.MultistatusException
Adds response for an item.
addResponse(String, WebDavStatus, String, String) - Method in exception com.ithit.webdav.server.exceptions.MultistatusException
Adds response for an item.
addResponse(String, Property, WebDavStatus) - Method in exception com.ithit.webdav.server.exceptions.MultistatusException
Adds response for a property.
addResponse(String, Property, WebDavStatus, String, String) - Method in exception com.ithit.webdav.server.exceptions.MultistatusException
Adds response for a property with a description.
addResponses(Response...) - Method in exception com.ithit.webdav.server.exceptions.MultistatusException
Adds responses for items.
AutoVersion - Enum in com.ithit.webdav.server.deltav
Auto versioning modes supported by item to be used with versioning unaware clients.

B

BAD_REQUEST - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
 

C

cancelUpload() - Method in interface com.ithit.webdav.server.resumableupload.ResumableUpload
In this method implementation you can delete partially uploaded file.
checkIn() - Method in interface com.ithit.webdav.server.deltav.VersionableItem
Creates new version.
checkOut() - Method in interface com.ithit.webdav.server.deltav.VersionableItem
Allow modifications to the content and properties of this version-controlled item.
com.ithit.webdav.server - package com.ithit.webdav.server
Contains interfaces required by Class 1, Class2 compliant WebDav implementations.
com.ithit.webdav.server.deltav - package com.ithit.webdav.server.deltav
Contains interfaces required by DeltaV compatible servers.
com.ithit.webdav.server.exceptions - package com.ithit.webdav.server.exceptions
Contains exceptions that can be thrown by implementation.
com.ithit.webdav.server.resumableupload - package com.ithit.webdav.server.resumableupload
 
CONFLICT - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
Conflict.
ConflictException - Exception in com.ithit.webdav.server.exceptions
Indicates that operation has failed due to a conflict with the current state of the hierarchy item.
ConflictException() - Constructor for exception com.ithit.webdav.server.exceptions.ConflictException
Initializes new instance.
ConflictException(String) - Constructor for exception com.ithit.webdav.server.exceptions.ConflictException
Initializes new instance.
ConflictException(String, String, String) - Constructor for exception com.ithit.webdav.server.exceptions.ConflictException
Initializes new instance.
copyTo(Folder, String, boolean) - Method in interface com.ithit.webdav.server.HierarchyItem
Creates a copy of this item with a new name in the destination folder.
CREATED - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
 
createFile(String) - Method in interface com.ithit.webdav.server.Folder
Creates new WebDAV file with the specified name in this folder.
createFolder(String) - Method in interface com.ithit.webdav.server.Folder
Creates new WebDAV folder with the specified name in this folder.

D

DavException - Exception in com.ithit.webdav.server.exceptions
Base class for all exception thrown inside WebDavEngine.
DavException(WebDavStatus) - Constructor for exception com.ithit.webdav.server.exceptions.DavException
Initializes new instance.
DavException(String, WebDavStatus) - Constructor for exception com.ithit.webdav.server.exceptions.DavException
Initializes new instance.
DavException(String, Throwable, WebDavStatus) - Constructor for exception com.ithit.webdav.server.exceptions.DavException
Initializes new instance.
DavException(String, WebDavStatus, String, String) - Constructor for exception com.ithit.webdav.server.exceptions.DavException
Initializes new instance.
DavException(String, Throwable, WebDavStatus, String, String) - Constructor for exception com.ithit.webdav.server.exceptions.DavException
Initializes new instance.
DavException(Throwable, WebDavStatus) - Constructor for exception com.ithit.webdav.server.exceptions.DavException
Initializes new instance.
DefaultLoggerImpl - Class in com.ithit.webdav.server
Default implementation of logger which logs output to the servlet log.
DefaultLoggerImpl(ServletContext) - Constructor for class com.ithit.webdav.server.DefaultLoggerImpl
 
delete() - Method in interface com.ithit.webdav.server.HierarchyItem
Deletes this item.
DeltaVItem - Interface in com.ithit.webdav.server.deltav
Base interface for items that support versioning and item versions (DeltaV items).

E

Engine - Class in com.ithit.webdav.server
Serves as the abstract base class for WebDAV engine.
Engine() - Constructor for class com.ithit.webdav.server.Engine
 
ExtendTypesTable(String, String) - Method in class com.ithit.webdav.server.MimeType
Extends the list of content types or replaces existing value with a new one.

F

FAILED_DEPENDENCY - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
 
FailedDependencyException - Exception in com.ithit.webdav.server.exceptions
Means that operation could not be performed on the hierarchy item because the requested action depended on another action and that action failed.
FailedDependencyException() - Constructor for exception com.ithit.webdav.server.exceptions.FailedDependencyException
Initializes new instance.
FailedDependencyException(String) - Constructor for exception com.ithit.webdav.server.exceptions.FailedDependencyException
Initializes new instance.
File - Interface in com.ithit.webdav.server
Represents a file in the WebDAV repository.
Folder - Interface in com.ithit.webdav.server
Represents a folder in the WebDAV repository.
FORBIDDEN - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
 

G

getActiveLocks() - Method in interface com.ithit.webdav.server.Lock
Gets the array of all locks for this item.
getAutoCheckIn() - Method in interface com.ithit.webdav.server.deltav.VersionableItem
Indicates if item will be checked-in by the engine during the unlock request.
getAutoPutUnderVersionControl() - Method in class com.ithit.webdav.server.Engine
Determines if placing file under version control is automatic.
getAutoVersion() - Method in interface com.ithit.webdav.server.deltav.VersionableItem
Determines how checked-in item responds to WebDAV client attempts to modify its content or properties.
getBytesUploaded() - Method in interface com.ithit.webdav.server.resumableupload.ResumableUpload
Amount of bytes successfully saved to your storage.
getCalculateContentLength() - Method in class com.ithit.webdav.server.Engine
Indicates if response content length calculation will occur.
getCalculateContentLength() - Method in interface com.ithit.webdav.server.MethodHandler
Determines whether response content length shall be calculated by entine.
getCheckInOnFileComplete() - Method in interface com.ithit.webdav.server.resumableupload.ResumableUpload
Indicates if item will be checked-in by the engine when last chunk of a file is uploaded if item was checked in when upload started.
getChildren() - Method in interface com.ithit.webdav.server.Folder
Gets the array of this folder's children.
getClientLockTokens(HttpServletRequest) - Static method in class com.ithit.webdav.server.Engine
Gets the array of lock tokens submitted by client.
getCode() - Method in class com.ithit.webdav.server.exceptions.WebDavStatus
Retrieves code.
getComment() - Method in interface com.ithit.webdav.server.deltav.DeltaVItem
Retrieves brief comment about a resource that is suitable for presentation to a user.
getContentLength() - Method in interface com.ithit.webdav.server.File
Gets the size of the file content in bytes.
getContentType() - Method in interface com.ithit.webdav.server.File
Gets the media type of the file.
getCreated() - Method in interface com.ithit.webdav.server.HierarchyItem
Gets the creation date of the item in repository expressed as the coordinated universal time (UTC).
getCreatorDisplayName() - Method in interface com.ithit.webdav.server.deltav.DeltaVItem
Retrieves display name of the user that created this item.
getCurrentVersion() - Method in interface com.ithit.webdav.server.deltav.History
 
getDescription() - Method in class com.ithit.webdav.server.exceptions.PropStat
Description for the response.
getDescription() - Method in class com.ithit.webdav.server.exceptions.WebDavStatus
Retrieves description.
getHierarchyItem(String) - Method in class com.ithit.webdav.server.Engine
Implementation of this abstract method is used by WebDAV engine to find hierarchy item objects by path.
getHrefs() - Method in class com.ithit.webdav.server.exceptions.ItemResponse
Hrefs included in the response.
getHttpString() - Method in class com.ithit.webdav.server.exceptions.WebDavStatus
Retrieves string to be put in response.
getInstance() - Static method in class com.ithit.webdav.server.MimeType
 
getItemPath() - Method in class com.ithit.webdav.server.exceptions.Response
Path of an item this response relates to.
getLastChunkSaved() - Method in interface com.ithit.webdav.server.resumableupload.ResumableUpload
The date and time when the last chunk of file was saved in your storage.
getLicense() - Method in class com.ithit.webdav.server.Engine
Returns license string.
getLocalName() - Method in exception com.ithit.webdav.server.exceptions.DavException
Retrieves XML element name that will be sent to client in HTTP response so it can identify error more precisely.
getLogger() - Method in class com.ithit.webdav.server.Engine
Returns logger that will be used by engine.
getLogInput() - Method in interface com.ithit.webdav.server.MethodHandler
Determines whether request body shall be logged.
getLogOutput() - Method in interface com.ithit.webdav.server.MethodHandler
Determines whether response body shall be logged.
getMimeType(String) - Method in class com.ithit.webdav.server.MimeType
Returns the mime type corresponding to file extension.
getModified() - Method in interface com.ithit.webdav.server.HierarchyItem
Gets the last modification date of the item in repository expressed as the coordinated universal time (UTC).
getName() - Method in interface com.ithit.webdav.server.HierarchyItem
Gets the name of the item in repository.
getName() - Method in class com.ithit.webdav.server.Property
Name of the property.
getNamespace() - Method in exception com.ithit.webdav.server.exceptions.DavException
Retrieves namespace of XML element that will be sent to client in HTTP response so it can identify error more precisely.
getNamespace() - Method in class com.ithit.webdav.server.Property
Namespace of the property.
getOwner() - Method in class com.ithit.webdav.server.LockInfo
Retrieves information about the principal taking out a lock.
getOwner() - Method in class com.ithit.webdav.server.RefreshLockResult
Retrieves information about the principal taking out a lock.
getPath() - Method in interface com.ithit.webdav.server.HierarchyItem
Unique item path in the repository relative to storage root.
getPredecessor() - Method in interface com.ithit.webdav.server.deltav.Version
Previous version or null if no previous version exists.
getProperties() - Method in class com.ithit.webdav.server.exceptions.PropStat
Retrieves list of properties with the same status.
getProperties(Property[]) - Method in interface com.ithit.webdav.server.HierarchyItem
Gets values of all properties or selected properties for this item.
getPropertyNames() - Method in interface com.ithit.webdav.server.HierarchyItem
Gets names of all properties for this item.
getPropStats() - Method in class com.ithit.webdav.server.exceptions.PropStatResponse
Retrieves statuses for properties grouped by item they relate to.
getResponseDescription() - Method in exception com.ithit.webdav.server.exceptions.MultistatusException
Retrieves description of whole response.
getResponseDescription() - Method in class com.ithit.webdav.server.exceptions.Response
Description of the response.
getResponses() - Method in exception com.ithit.webdav.server.exceptions.MultistatusException
Gets the array of the responses for multiple hierarchy items in this multistatus response.
getRootVersion() - Method in interface com.ithit.webdav.server.deltav.History
Item's root version.
getStatus() - Method in exception com.ithit.webdav.server.exceptions.DavException
Retrieves WebDAV status.
getStatus() - Method in class com.ithit.webdav.server.exceptions.ItemResponse
Gets the response for the item.
getStatus() - Method in class com.ithit.webdav.server.exceptions.PropStat
Retrieves status.
getSuccessor() - Method in interface com.ithit.webdav.server.deltav.Version
Next version or null if no next version exists.
getTimeout() - Method in class com.ithit.webdav.server.LockInfo
Retrieves lock expiration timeout in milliseconds.
getTimeout() - Method in class com.ithit.webdav.server.LockResult
Retrieves timeout.
getTimeout() - Method in class com.ithit.webdav.server.RefreshLockResult
Retrieves timeout.
getToken() - Method in class com.ithit.webdav.server.LockInfo
Retrieves lock token associated with a lock.
getToken() - Method in class com.ithit.webdav.server.LockResult
Retrieves lock token associated with a lock.
getTotalContentLength() - Method in interface com.ithit.webdav.server.resumableupload.ResumableUpload
Total file size that is being uploaded.
getUploadProgress() - Method in interface com.ithit.webdav.server.resumableupload.UploadProgress
Array of items that are being uploaded to this item subtree.
getValue() - Method in class com.ithit.webdav.server.Property
Value of the property.
getVersionableItem() - Method in interface com.ithit.webdav.server.deltav.Version
Hierarchy item for this version.
getVersionHistory() - Method in interface com.ithit.webdav.server.deltav.VersionableItem
Current item version history.
getVersionName() - Method in interface com.ithit.webdav.server.deltav.Version
Name of the version.
getVersionSet() - Method in interface com.ithit.webdav.server.deltav.History
All versions of current item.

H

HierarchyItem - Interface in com.ithit.webdav.server
Represents file or folder in the WebDAV repository.
History - Interface in com.ithit.webdav.server.deltav
Contains all versions of a particular version-controlled item.

I

INTERNAL_ERROR - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
 
isCheckedOut() - Method in interface com.ithit.webdav.server.deltav.VersionableItem
Determines whether item is in checked-in or checked-out state.
isDebugEnabled() - Method in class com.ithit.webdav.server.DefaultLoggerImpl
 
isDebugEnabled() - Method in interface com.ithit.webdav.server.Logger
Determines whether debug logging shall be performed.
isDeep() - Method in class com.ithit.webdav.server.LockInfo
Indicates whether a lock is enforceable on the subtree.
isDeep() - Method in class com.ithit.webdav.server.RefreshLockResult
Indicates whether a lock is enforceable on the subtree.
isShared() - Method in class com.ithit.webdav.server.LockInfo
Determines whether lock is shared.
isShared() - Method in class com.ithit.webdav.server.RefreshLockResult
Determines whether lock is shared.
ItemResponse - Class in com.ithit.webdav.server.exceptions
Status for an items to be included into multistatus response.
ItemResponse(String, WebDavStatus, String, String) - Constructor for class com.ithit.webdav.server.exceptions.ItemResponse
Initializes a new instance.

L

Lock - Interface in com.ithit.webdav.server
Defines methods that WebDAV Class 2 compliant server hierarchy items must implement.
lock(boolean, boolean, long, String) - Method in interface com.ithit.webdav.server.Lock
Locks this item.
LOCKED - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
 
LockedException - Exception in com.ithit.webdav.server.exceptions
Indicates that operation has failed because the source or destination hierarchy item is locked and client did not provide lock token.
LockedException() - Constructor for exception com.ithit.webdav.server.exceptions.LockedException
Initializes new instance.
LockedException(String) - Constructor for exception com.ithit.webdav.server.exceptions.LockedException
Initializes new instance.
LockInfo - Class in com.ithit.webdav.server
Serves for exchanging locking information with WebDAV engine.
LockInfo() - Constructor for class com.ithit.webdav.server.LockInfo
 
LockResult - Class in com.ithit.webdav.server
Result of Lock.lock(boolean, boolean, long, java.lang.String) operation.
LockResult(String, long) - Constructor for class com.ithit.webdav.server.LockResult
Initializes new instance.
logDebug(String) - Method in class com.ithit.webdav.server.DefaultLoggerImpl
 
logDebug(String) - Method in interface com.ithit.webdav.server.Logger
Engine calls this method to log debug message.
logError(String, Throwable) - Method in class com.ithit.webdav.server.DefaultLoggerImpl
 
logError(String, Throwable) - Method in interface com.ithit.webdav.server.Logger
Engine calls this method to log error message.
Logger - Interface in com.ithit.webdav.server
Is used by WebDAV engine to log messages.

M

METHOD_NOT_ALLOWED - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
 
MethodHandler - Interface in com.ithit.webdav.server
Represents HTTP method handler.
MimeType - Class in com.ithit.webdav.server
Provides functionality for getting mime type by file extension.
moveTo(Folder, String) - Method in interface com.ithit.webdav.server.HierarchyItem
Moves this item to the destination folder under a new name.
MULTISTATUS - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
 
MultistatusException - Exception in com.ithit.webdav.server.exceptions
Exception which shall be thrown when status for several items shall be known.
MultistatusException() - Constructor for exception com.ithit.webdav.server.exceptions.MultistatusException
Initializes a new instance of the MultistatusException class.

N

NO_CONTENT - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
 
NOT_ALLOWED - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
 
NOT_FOUND - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
 
NOT_IMPLEMENTED - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
 
NOT_MODIFIED - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
 

O

OK - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
OK.

P

PARTIAL_CONTENT - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
 
PRECONDITION_FAILED - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
 
PreconditionFailedException - Exception in com.ithit.webdav.server.exceptions
The precondition given by the WebDAV client evaluated to false when it was tested on the server.
PreconditionFailedException() - Constructor for exception com.ithit.webdav.server.exceptions.PreconditionFailedException
Initializes new instance.
PreconditionFailedException(String) - Constructor for exception com.ithit.webdav.server.exceptions.PreconditionFailedException
Initializes new instance.
processRequest(HttpServletRequest, HttpServletResponse, HierarchyItem) - Method in interface com.ithit.webdav.server.MethodHandler
Enables processing of HTTP Web requests by a custom handler.
Property - Class in com.ithit.webdav.server
Describes one property associated with hierarchy item object.
Property(String, String, String) - Constructor for class com.ithit.webdav.server.Property
Initializes new instance.
PropStat - Class in com.ithit.webdav.server.exceptions
Status for a number of properties to be included into multistatus response.
PropStat(Property[], WebDavStatus, String) - Constructor for class com.ithit.webdav.server.exceptions.PropStat
Initializes new instance.
PropStatResponse - Class in com.ithit.webdav.server.exceptions
Response that may be present in multistatus response.
PropStatResponse(String, PropStat[], String) - Constructor for class com.ithit.webdav.server.exceptions.PropStatResponse
Initializes new instance.
putUnderVersionControl(boolean) - Method in interface com.ithit.webdav.server.deltav.VersionableItem
Puts or removes current item from version control.

R

read(OutputStream, long, long) - Method in interface com.ithit.webdav.server.File
Writes the content of the file to the specified stream.
refreshLock(String, long) - Method in interface com.ithit.webdav.server.Lock
Updates lock timeout information on this item.
RefreshLockResult - Class in com.ithit.webdav.server
Result of Lock.refreshLock(java.lang.String, long) operation.
RefreshLockResult(boolean, boolean, long, String) - Constructor for class com.ithit.webdav.server.RefreshLockResult
Initializes new instance.
registerMethodHandler(String, MethodHandler) - Method in class com.ithit.webdav.server.Engine
Registers custom method handler.
Response - Class in com.ithit.webdav.server.exceptions
Base class for responses to be included into multistatus response.
ResumableUpload - Interface in com.ithit.webdav.server.resumableupload
Implemented on files that can retort upload progress.

S

ServerException - Exception in com.ithit.webdav.server.exceptions
 
ServerException() - Constructor for exception com.ithit.webdav.server.exceptions.ServerException
Initializes new instance.
ServerException(WebDavStatus) - Constructor for exception com.ithit.webdav.server.exceptions.ServerException
Initializes new instance.
ServerException(String) - Constructor for exception com.ithit.webdav.server.exceptions.ServerException
Initializes new instance.
ServerException(String, WebDavStatus) - Constructor for exception com.ithit.webdav.server.exceptions.ServerException
Initializes new instance.
ServerException(String, Throwable) - Constructor for exception com.ithit.webdav.server.exceptions.ServerException
Initializes new instance.
ServerException(String, Throwable, WebDavStatus) - Constructor for exception com.ithit.webdav.server.exceptions.ServerException
Initializes new instance.
ServerException(Throwable, WebDavStatus) - Constructor for exception com.ithit.webdav.server.exceptions.ServerException
Initializes new instance.
ServerException(Throwable) - Constructor for exception com.ithit.webdav.server.exceptions.ServerException
Initializes new instance.
ServerException(String, String, String) - Constructor for exception com.ithit.webdav.server.exceptions.ServerException
Initializes new instance.
ServerException(String, WebDavStatus, String, String) - Constructor for exception com.ithit.webdav.server.exceptions.ServerException
Initializes new instance.
ServerException(String, Throwable, String, String) - Constructor for exception com.ithit.webdav.server.exceptions.ServerException
Initializes new instance.
ServerException(String, Throwable, WebDavStatus, String, String) - Constructor for exception com.ithit.webdav.server.exceptions.ServerException
Initializes new instance.
service(HttpServletRequest, HttpServletResponse) - Method in class com.ithit.webdav.server.Engine
Handles request.
setAutoCheckIn(boolean) - Method in interface com.ithit.webdav.server.deltav.VersionableItem
Sets flag which indicates if item will be checked-in by the engine during the unlock request.
setAutoVersion(AutoVersion) - Method in interface com.ithit.webdav.server.deltav.VersionableItem
Sets auth versioning mode for this item.
setCheckInOnFileComplete(boolean) - Method in interface com.ithit.webdav.server.resumableupload.ResumableUpload
Shall store value which indicates whether file will be checked in when upload finishes.
setComment(String) - Method in interface com.ithit.webdav.server.deltav.DeltaVItem
Sets brief comment about a resource that is suitable for presentation to a user.
setCreatorDisplayName(String) - Method in interface com.ithit.webdav.server.deltav.DeltaVItem
Sets display name of the user that created this item.
setDeep(boolean) - Method in class com.ithit.webdav.server.LockInfo
Sets flag which indicates whether the lock is enforceable on the subtree.
setDeep(boolean) - Method in class com.ithit.webdav.server.RefreshLockResult
Sets flag which indicates whether the lock is enforceable on the subtree.
setLocalName(String) - Method in exception com.ithit.webdav.server.exceptions.DavException
Sets local element name.
setNamespace(String) - Method in exception com.ithit.webdav.server.exceptions.DavException
Sets XML element namespace name.
setOwner(String) - Method in class com.ithit.webdav.server.LockInfo
Sets information about the principal taking out a lock.
setOwner(String) - Method in class com.ithit.webdav.server.RefreshLockResult
Sets information about the principal taking out a lock.
setResponseDescription(String) - Method in exception com.ithit.webdav.server.exceptions.MultistatusException
Sets description of the response.
setShared(boolean) - Method in class com.ithit.webdav.server.LockInfo
Sets shared flag of the lock.
setShared(boolean) - Method in class com.ithit.webdav.server.RefreshLockResult
Sets shared flag of the lock.
setTimeout(long) - Method in class com.ithit.webdav.server.LockInfo
Sets lock expirate timeout.
setTimeout(long) - Method in class com.ithit.webdav.server.LockResult
Sets timeout.
setTimeout(long) - Method in class com.ithit.webdav.server.RefreshLockResult
Sets lock expirate timeout.
setToken(String) - Method in class com.ithit.webdav.server.LockInfo
Sets lock token associated with a lock.
setToken(String) - Method in class com.ithit.webdav.server.LockResult
Sets lock token associated with a lock.

U

unCheckOut() - Method in interface com.ithit.webdav.server.deltav.VersionableItem
Cancels the checkout and restores the pre-checkout state of the version-controlled item.
unlock(String) - Method in interface com.ithit.webdav.server.Lock
Removes lock with the specified token from this item.
UNSUPPORTED_MEDIA_TYPE - Static variable in class com.ithit.webdav.server.exceptions.WebDavStatus
 
updateProperties(Property[], Property[]) - Method in interface com.ithit.webdav.server.HierarchyItem
Modifies and removes properties for this item.
updateToVersion(Version) - Method in interface com.ithit.webdav.server.deltav.VersionableItem
Updates content and properties of the item to those identified by version parameter.
UploadProgress - Interface in com.ithit.webdav.server.resumableupload
Implemented on files and folders to report upload progress.

V

valueOf(String) - Static method in enum com.ithit.webdav.server.deltav.AutoVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ithit.webdav.server.deltav.AutoVersion
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Interface in com.ithit.webdav.server.deltav
Represents single item version.
VersionableItem - Interface in com.ithit.webdav.server.deltav
This interface must be implemented on items that support versioning.

W

WebDavStatus - Class in com.ithit.webdav.server.exceptions
Various status to describe operation result for an item.
WebDavStatus(int, String) - Constructor for class com.ithit.webdav.server.exceptions.WebDavStatus
Initializes instance.
write(InputStream, String, long, long) - Method in interface com.ithit.webdav.server.File
Saves the content of the file from the specified stream to the WebDAV repository.

A B C D E F G H I L M N O P R S U V W

Copyright © 2009 ITHit. All Rights Reserved.