|
|||||||||
| Home >> All >> org >> apache >> webdav >> lib >> [ methods overview ] | PREV NEXT | ||||||||
A
- ABORT_TRANSACTION - Static variable in class org.apache.webdav.lib.methods.UnlockMethod
- ACL - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
- ACL.
- ADVANCED_COLLECTIONS - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
- Advanced collections.
- ALL - Static variable in class org.apache.webdav.lib.methods.PropFindMethod
- Request of all properties name and value.
- ALL - Static variable in class org.apache.webdav.lib.methods.ReportMethod
- Request of all properties name and value.
- AclMethod - class org.apache.webdav.lib.methods.AclMethod.
- ACL Method.
- AclMethod() - Constructor for class org.apache.webdav.lib.methods.AclMethod
- Method constructor.
- AclMethod(String) - Constructor for class org.apache.webdav.lib.methods.AclMethod
- Method constructor.
- AclReportMethod - class org.apache.webdav.lib.methods.AclReportMethod.
- WebDAV Report method This class is used to send an report from the ACL specification.
- AclReportMethod(String, Collection, int, int) - Constructor for class org.apache.webdav.lib.methods.AclReportMethod
- aces - Variable in class org.apache.webdav.lib.methods.AclMethod
- addAce(Ace) - Method in class org.apache.webdav.lib.methods.AclMethod
- Add an ace to the ace list which will be set by the method.
- addPropertyToRemove(String) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
- Add property to remove.
- addPropertyToRemove(String, String, String) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
- Add property to remove.
- addPropertyToSet(String, String) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
- Add a new property to set.
- addPropertyToSet(String, String, String, String) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
- Add a new property to set.
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.AclMethod
- Generate additional headers needed by the request.
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.AclReportMethod
- Generate additional headers needed by the request.
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.BindMethod
- Generate additional headers needed by the request.
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.CopyMethod
- Generate additional headers needed by the request.
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.LabelMethod
- Generate the protocol headers.
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.LockMethod
- Generate additional headers needed by the request.
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.MoveMethod
- Generate additional headers needed by the request.
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.OptionsMethod
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.PollMethod
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.PropFindMethod
- Generate additional headers needed by the request.
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
- Generate additional headers needed by the request.
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.RebindMethod
- Generate additional headers needed by the request.
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.ReportMethod
- Generate additional headers needed by the request.
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.SearchMethod
- Generate additional headers needed by the request.
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.SubscribeMethod
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.UnlockMethod
- Generate additional headers needed by the request.
- addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.UnsubscribeMethod
- addSubscriptionId(int) - Method in class org.apache.webdav.lib.methods.PollMethod
- Adds an ID for a subscription that is to be polled.
- addSubscriptionId(int) - Method in class org.apache.webdav.lib.methods.UnsubscribeMethod
- Adds an ID for a subscription that is to be withdrawn.
B
- BY_NAME - Static variable in class org.apache.webdav.lib.methods.PropFindMethod
- Request of named properties.
- BindMethod - class org.apache.webdav.lib.methods.BindMethod.
- The BIND method modifies the collection identified by the Request-URI, by adding a new binding from the segment specified in the BIND body to the resource identified in the BIND body.
- BindMethod() - Constructor for class org.apache.webdav.lib.methods.BindMethod
- Method constructor.
- BindMethod(String, String) - Constructor for class org.apache.webdav.lib.methods.BindMethod
- builder - Variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- Document builder.
C
- COMMIT_TRANSACTION - Static variable in class org.apache.webdav.lib.methods.UnlockMethod
- CheckinMethod - class org.apache.webdav.lib.methods.CheckinMethod.
- The CHECKIN method can be applied to a checked-out version-controlled resource to produce a new version whose content and dead properties are copied from the checked-out resource.
- CheckinMethod() - Constructor for class org.apache.webdav.lib.methods.CheckinMethod
- Method constructor.
- CheckinMethod(String) - Constructor for class org.apache.webdav.lib.methods.CheckinMethod
- Method constructor.
- CheckoutMethod - class org.apache.webdav.lib.methods.CheckoutMethod.
- The Checkout method can be applied to a checked-in version-controlled resource.
- CheckoutMethod() - Constructor for class org.apache.webdav.lib.methods.CheckoutMethod
- Method constructor.
- CheckoutMethod(String) - Constructor for class org.apache.webdav.lib.methods.CheckoutMethod
- Method constructor.
- CopyMethod - class org.apache.webdav.lib.methods.CopyMethod.
- COPY Method.
- CopyMethod() - Constructor for class org.apache.webdav.lib.methods.CopyMethod
- Method constructor.
- CopyMethod(String) - Constructor for class org.apache.webdav.lib.methods.CopyMethod
- Method constructor.
- CopyMethod(String, String) - Constructor for class org.apache.webdav.lib.methods.CopyMethod
- Method constructor.
- CopyMethod(String, String, boolean) - Constructor for class org.apache.webdav.lib.methods.CopyMethod
- Method constructor.
- CopyMethod(String, String, boolean, int) - Constructor for class org.apache.webdav.lib.methods.CopyMethod
- callback - Variable in class org.apache.webdav.lib.methods.SubscribeMethod
- convertElementToProperty(XMLResponseMethodBase.Response, Element) - Static method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- This method creates a property implementation from an element.
D
- DASL - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
- DASL.
- DAV_LEVEL1 - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
- DAV level 1.
- DAV_LEVEL2 - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
- DAV level 2.
- DELTAV - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
- Delta V.
- DEPTH_0 - Static variable in interface org.apache.webdav.lib.methods.DepthSupport
- Request with depth 0.
- DEPTH_1 - Static variable in interface org.apache.webdav.lib.methods.DepthSupport
- Request with depth 1.
- DEPTH_INFINITY - Static variable in interface org.apache.webdav.lib.methods.DepthSupport
- Request with depth infinity.
- DeleteMethod - class org.apache.webdav.lib.methods.DeleteMethod.
- DELETE Method.
- DeleteMethod() - Constructor for class org.apache.webdav.lib.methods.DeleteMethod
- Method constructor.
- DeleteMethod(String) - Constructor for class org.apache.webdav.lib.methods.DeleteMethod
- Method constructor.
- DepthSupport - interface org.apache.webdav.lib.methods.DepthSupport.
- Methods that can act on collections (for example, DELETE, LOCK, PROPFIND, etc.) support a depth header.
- data - Variable in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
- Request body content to be sent.
- davCapabilities - Variable in class org.apache.webdav.lib.methods.OptionsMethod
- DAV Capabilities.
- debug - Variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- decodeResponseHrefs - Variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- depth - Variable in class org.apache.webdav.lib.methods.AclReportMethod
- depth - Variable in class org.apache.webdav.lib.methods.CopyMethod
- Depth.
- depth - Variable in class org.apache.webdav.lib.methods.LockMethod
- Depth.
- depth - Variable in class org.apache.webdav.lib.methods.PropFindMethod
- Depth.
- depth - Variable in class org.apache.webdav.lib.methods.ReportMethod
- Depth.
- depth - Variable in class org.apache.webdav.lib.methods.SubscribeMethod
- destination - Variable in class org.apache.webdav.lib.methods.CopyMethod
- Destination.
- destination - Variable in class org.apache.webdav.lib.methods.MoveMethod
- Destination.
E
- EXCHANGE_NS - Static variable in class org.apache.webdav.lib.methods.PollMethod
- error(SAXParseException) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.DummyErrorHandler
- Receive notification of a recoverable error.
F
- fatalError(SAXParseException) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.DummyErrorHandler
- Receive notification of a non-recoverable error.
- file - Variable in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
- Request body content to be sent.
G
- generatePrincipalPropertySearchBody(XMLPrinter) - Method in class org.apache.webdav.lib.methods.AclReportMethod
- Generate the body for a principal-property-search report.
- generateRequestBody() - Method in class org.apache.webdav.lib.methods.AclMethod
- DAV requests that contain a body must override this function to generate that body.
- generateRequestBody() - Method in class org.apache.webdav.lib.methods.AclReportMethod
- generateRequestBody() - Method in class org.apache.webdav.lib.methods.BindMethod
- DAV requests that contain a body must override this function to generate that body.
- generateRequestBody() - Method in class org.apache.webdav.lib.methods.LabelMethod
- DAV requests that contain a body must override this function to generate that body.
- generateRequestBody() - Method in class org.apache.webdav.lib.methods.LockMethod
- DAV requests that contain a body must override this function to generate that body.
- generateRequestBody() - Method in class org.apache.webdav.lib.methods.OptionsMethod
- DAV requests that contain a body must override this function to generate that body.
- generateRequestBody() - Method in class org.apache.webdav.lib.methods.PropFindMethod
- DAV requests that contain a body must override this function to generate that body.
- generateRequestBody() - Method in class org.apache.webdav.lib.methods.PropPatchMethod
- DAV requests that contain a body must override this function to generate that body.
- generateRequestBody() - Method in class org.apache.webdav.lib.methods.RebindMethod
- DAV requests that contain a body must override this function to generate that body.
- generateRequestBody() - Method in class org.apache.webdav.lib.methods.ReportMethod
- DAV requests that contain a body must override this function to generate that body.
- generateRequestBody() - Method in class org.apache.webdav.lib.methods.SearchMethod
- DAV requests that contain a body must override this function to generate that body.
- generateRequestBody() - Method in class org.apache.webdav.lib.methods.UnbindMethod
- DAV requests that contain a body must override this function to generate that body.
- generateRequestBody() - Method in class org.apache.webdav.lib.methods.UnlockMethod
- generateRequestBody() - Method in class org.apache.webdav.lib.methods.UpdateMethod
- DAV requests that contain a body must override this function to generate that body.
- generateRequestBody() - Method in class org.apache.webdav.lib.methods.VersionControlMethod
- DAV requests that contain a body must override this function to generate that body.
- generateRequestBody() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- DAV requests that contain a body must override this function to generate that body.
- getAbsoluteDestination(HttpConnection, String) - Static method in class org.apache.webdav.lib.methods.MoveMethod
- A client of the MoveMethod can specify a destination as either an absolute URL (possibly to a different server), or as a absolute path on the same server, but this function makes sure that the path sent to the server is always an absolute URL.
- getAllResponseURLs() - Method in class org.apache.webdav.lib.methods.OptionsMethod
- This method returns an enumeration of URL paths.
- getAllResponseURLs() - Method in class org.apache.webdav.lib.methods.PropFindMethod
- This method returns an enumeration of URL paths.
- getAllResponseURLs() - Method in class org.apache.webdav.lib.methods.ReportMethod
- This method returns an enumeration of URL paths.
- getAllResponseURLs() - Method in class org.apache.webdav.lib.methods.SearchMethod
- This method returns an enumeration of URL paths.
- getAllowedMethods() - Method in class org.apache.webdav.lib.methods.OptionsMethod
- Get a list of allowed methods.
- getCallback() - Method in class org.apache.webdav.lib.methods.SubscribeMethod
- getDavCapabilities() - Method in class org.apache.webdav.lib.methods.OptionsMethod
- Get a list of supported DAV capabilities.
- getDebug() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- Debug property getter.
- getDepth() - Method in class org.apache.webdav.lib.methods.AclReportMethod
- getDepth() - Method in class org.apache.webdav.lib.methods.CopyMethod
- Depth getter.
- getDepth() - Method in interface org.apache.webdav.lib.methods.DepthSupport
- Depth getter.
- getDepth() - Method in class org.apache.webdav.lib.methods.LockMethod
- Depth getter.
- getDepth() - Method in class org.apache.webdav.lib.methods.PropFindMethod
- Depth getter.
- getDepth() - Method in class org.apache.webdav.lib.methods.ReportMethod
- Depth getter.
- getDepth() - Method in class org.apache.webdav.lib.methods.SubscribeMethod
- getDepth() - Method in class org.apache.webdav.lib.methods.VersionControlMethod
- getDestination() - Method in class org.apache.webdav.lib.methods.CopyMethod
- Destination getter.
- getDestination() - Method in class org.apache.webdav.lib.methods.MoveMethod
- Destination getter.
- getFirstElement(String, String) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
- getHistories() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.OptionsResponse
- getHistories() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
- getHref() - Method in class org.apache.webdav.lib.methods.BindMethod
- getHref() - Method in class org.apache.webdav.lib.methods.RebindMethod
- getHref() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
- getHref() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
- getHref() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse
- getHref(XMLResponseMethodBase.Response) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- getLabelName() - Method in class org.apache.webdav.lib.methods.LabelMethod
- Get the label-name this action will manipulate.
- getLockToken() - Method in class org.apache.webdav.lib.methods.LockMethod
- getName() - Method in class org.apache.webdav.lib.methods.AclMethod
- getName() - Method in class org.apache.webdav.lib.methods.AclReportMethod
- getName() - Method in class org.apache.webdav.lib.methods.BindMethod
- getName() - Method in class org.apache.webdav.lib.methods.CheckinMethod
- getName() - Method in class org.apache.webdav.lib.methods.CheckoutMethod
- getName() - Method in class org.apache.webdav.lib.methods.CopyMethod
- getName() - Method in class org.apache.webdav.lib.methods.DeleteMethod
- getName() - Method in class org.apache.webdav.lib.methods.LabelMethod
- getName() - Method in class org.apache.webdav.lib.methods.LockMethod
- getName() - Method in class org.apache.webdav.lib.methods.MkWorkspaceMethod
- getName() - Method in class org.apache.webdav.lib.methods.MkcolMethod
- getName() - Method in class org.apache.webdav.lib.methods.MoveMethod
- getName() - Method in class org.apache.webdav.lib.methods.OptionsMethod
- getName() - Method in class org.apache.webdav.lib.methods.PollMethod
- getName() - Method in class org.apache.webdav.lib.methods.PropFindMethod
- getName() - Method in class org.apache.webdav.lib.methods.PropPatchMethod
- getName() - Method in class org.apache.webdav.lib.methods.RebindMethod
- getName() - Method in class org.apache.webdav.lib.methods.ReportMethod
- getName() - Method in class org.apache.webdav.lib.methods.SearchMethod
- getName() - Method in class org.apache.webdav.lib.methods.SubscribeMethod
- getName() - Method in class org.apache.webdav.lib.methods.UnbindMethod
- getName() - Method in class org.apache.webdav.lib.methods.UncheckoutMethod
- getName() - Method in class org.apache.webdav.lib.methods.UnlockMethod
- getName() - Method in class org.apache.webdav.lib.methods.UnsubscribeMethod
- getName() - Method in class org.apache.webdav.lib.methods.UpdateMethod
- getName() - Method in class org.apache.webdav.lib.methods.VersionControlMethod
- getNotificationDelay() - Method in class org.apache.webdav.lib.methods.SubscribeMethod
- getNotificationType() - Method in class org.apache.webdav.lib.methods.SubscribeMethod
- getOverwrite() - Method in class org.apache.webdav.lib.methods.CopyMethod
- Overwrite getter.
- getOverwrite() - Method in class org.apache.webdav.lib.methods.MoveMethod
- Overwrite getter.
- getOwner() - Method in class org.apache.webdav.lib.methods.LockMethod
- Return the owner of the lock as reported by the server.
- getProperties() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
- getRequestContentLength() - Method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
- Override the method of org.apache.commons.httpclient.HttpMethodBase to return the appropriate content length.
- getRequestContentLength() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- Return the length (in bytes) of my request body, suitable for use in a Content-Length header.
- getResponseDocument() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- Response document getter.
- getResponseHashtable() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- getResponseProperties() - Method in class org.apache.webdav.lib.methods.OptionsMethod
- getResponseProperties(String) - Method in class org.apache.webdav.lib.methods.PropFindMethod
- Returns an enumeration of
Propertyobjects. - getResponseProperties(String) - Method in class org.apache.webdav.lib.methods.ReportMethod
- Returns an enumeration of
Propertyobjects. - getResponseProperties(String) - Method in class org.apache.webdav.lib.methods.SearchMethod
- Returns an enumeration of
Propertyobjects. - getResponseURLs() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- getResponsedContentLocation() - Method in class org.apache.webdav.lib.methods.SubscribeMethod
- Returns the value of the content-location header of the response.
- getResponsedSubscriptionId() - Method in class org.apache.webdav.lib.methods.SubscribeMethod
- Returns the subscription ID responsed from the server.
- getResponsedSubscriptionLifetime() - Method in class org.apache.webdav.lib.methods.SubscribeMethod
- Returns the subscription lifetime responsed from the server.
- getResponses() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- Return an enumeration containing the responses.
- getScope() - Method in class org.apache.webdav.lib.methods.LockMethod
- getSegment() - Method in class org.apache.webdav.lib.methods.BindMethod
- getSegment() - Method in class org.apache.webdav.lib.methods.RebindMethod
- getSegment() - Method in class org.apache.webdav.lib.methods.UnbindMethod
- getStatusCode() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
- getStatusCode() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
- getStatusCode() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse
- getSubsciptionLifetime() - Method in class org.apache.webdav.lib.methods.SubscribeMethod
- getSubscriptionId() - Method in class org.apache.webdav.lib.methods.SubscribeMethod
- getSubscriptionsWithEvents() - Method in class org.apache.webdav.lib.methods.PollMethod
- Returns a list of number objects containing the subscription IDs for subscriptions for which events are reported.
- getSubscriptionsWithoutEvents() - Method in class org.apache.webdav.lib.methods.PollMethod
- Returns a list of number objects containing the subscription IDs for subscriptions for which NO events are reported.
- getTimeout() - Method in class org.apache.webdav.lib.methods.LockMethod
- get the timeout value.
- getTransactionStatus() - Method in class org.apache.webdav.lib.methods.UnlockMethod
- Gets the parameter described in
UnlockMethod.setTransactionStatus(int)55 . - getType() - Method in class org.apache.webdav.lib.methods.LabelMethod
- Get the label type which has been set.
- getType() - Method in class org.apache.webdav.lib.methods.PropFindMethod
- Type getter.
- getType() - Method in class org.apache.webdav.lib.methods.ReportMethod
- Type getter.
- getWorkspaces() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.OptionsResponse
- getWorkspaces() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
H
- HEADER_CALL_BACK - Static variable in class org.apache.webdav.lib.methods.SubscribeMethod
- HEADER_CONTENT_LOCATION - Static variable in class org.apache.webdav.lib.methods.SubscribeMethod
- HEADER_DEPTH - Static variable in class org.apache.webdav.lib.methods.SubscribeMethod
- HEADER_NOTIFICATION_DELAY - Static variable in class org.apache.webdav.lib.methods.SubscribeMethod
- HEADER_NOTIFICATION_TYPE - Static variable in class org.apache.webdav.lib.methods.SubscribeMethod
- HEADER_SUBSCRIPTION_ID - Static variable in class org.apache.webdav.lib.methods.PollMethod
- HEADER_SUBSCRIPTION_ID - Static variable in class org.apache.webdav.lib.methods.SubscribeMethod
- HEADER_SUBSCRIPTION_ID - Static variable in class org.apache.webdav.lib.methods.UnsubscribeMethod
- HEADER_SUBSCRIPTION_LIFETIME - Static variable in class org.apache.webdav.lib.methods.SubscribeMethod
- HttpRequestBodyMethodBase - class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase.
- PUT Method.
- HttpRequestBodyMethodBase() - Constructor for class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
- Default constructor.
- HttpRequestBodyMethodBase(String) - Constructor for class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
- URI-setting constructor.
- hasXMLBody - Variable in class org.apache.webdav.lib.methods.OptionsMethod
- href - Variable in class org.apache.webdav.lib.methods.BindMethod
- href - Variable in class org.apache.webdav.lib.methods.RebindMethod
- href - Variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse
I
- initResponseHashtable() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- isAllowed(String) - Method in class org.apache.webdav.lib.methods.OptionsMethod
- Is the specified method allowed ?
- isOverwrite() - Method in class org.apache.webdav.lib.methods.BindMethod
- By default, if there already is a binding for the specified segment in the collection, the new binding replaces the existing binding.
- isOverwrite() - Method in class org.apache.webdav.lib.methods.CopyMethod
- Overwrite getter.
- isOverwrite() - Method in class org.apache.webdav.lib.methods.MoveMethod
- Overwrite getter.
- isOverwrite() - Method in class org.apache.webdav.lib.methods.RebindMethod
- By default, if there already is a binding for the specified segment in the collection, the new binding replaces the existing binding.
- isRefresh() - Method in class org.apache.webdav.lib.methods.LockMethod
- isRequestContentAlreadySet() - Method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
- return true, if the method setRequestContent has been called (with a null parameter)
- isSupported(String) - Method in class org.apache.webdav.lib.methods.OptionsMethod
- Is DAV capability supported ?
- isTypeTransaction() - Method in class org.apache.webdav.lib.methods.LockMethod
L
- LABEL_ADD - Static variable in class org.apache.webdav.lib.methods.LabelMethod
- The constant for adding a label.
- LABEL_REMOVE - Static variable in class org.apache.webdav.lib.methods.LabelMethod
- The constant for removing a label.
- LABEL_SET - Static variable in class org.apache.webdav.lib.methods.LabelMethod
- The constant for setting a label.
- LOCATE_HISTORY - Static variable in class org.apache.webdav.lib.methods.ReportMethod
- LabelMethod - class org.apache.webdav.lib.methods.LabelMethod.
- The Label method is used to manipulate labels on resources on the server.
- LabelMethod() - Constructor for class org.apache.webdav.lib.methods.LabelMethod
- The default constructor.
- LabelMethod(String, int, String) - Constructor for class org.apache.webdav.lib.methods.LabelMethod
- The label method constructor.
- LockMethod - class org.apache.webdav.lib.methods.LockMethod.
- Web resources can be locked to ensure that only one user is updating the resource at a time.
- LockMethod(String, String, int, boolean) - Constructor for class org.apache.webdav.lib.methods.LockMethod
- Creates a lock method that can start a transaction when server supports them in a MS like style.
- LockMethod() - Constructor for class org.apache.webdav.lib.methods.LockMethod
- Method constructor.
- LockMethod(String) - Constructor for class org.apache.webdav.lib.methods.LockMethod
- Method constructor.
- LockMethod(String, String, int) - Constructor for class org.apache.webdav.lib.methods.LockMethod
- Method constructor.
- LockMethod(String, String, short, int) - Constructor for class org.apache.webdav.lib.methods.LockMethod
- Method constructor.
- LockMethod(String, String, long) - Constructor for class org.apache.webdav.lib.methods.LockMethod
- Deprecated. The timeout value MUST NOT be greater than 2^32-1.
- LockMethod(String, String, short, long) - Constructor for class org.apache.webdav.lib.methods.LockMethod
- Deprecated. The timeout value MUST NOT be greater than 2^32-1.
- labelName - Variable in class org.apache.webdav.lib.methods.LabelMethod
- The label name.
- lockToken - Variable in class org.apache.webdav.lib.methods.LockMethod
- Lock token.
- lockToken - Variable in class org.apache.webdav.lib.methods.UnlockMethod
M
- MkWorkspaceMethod - class org.apache.webdav.lib.methods.MkWorkspaceMethod.
- The MkWorkspace method is used to create a new workspace.
- MkWorkspaceMethod() - Constructor for class org.apache.webdav.lib.methods.MkWorkspaceMethod
- Method constructor.
- MkWorkspaceMethod(String) - Constructor for class org.apache.webdav.lib.methods.MkWorkspaceMethod
- Method constructor.
- MkcolMethod - class org.apache.webdav.lib.methods.MkcolMethod.
- The MKCOL method is used to create a new collection.
- MkcolMethod() - Constructor for class org.apache.webdav.lib.methods.MkcolMethod
- Method constructor.
- MkcolMethod(String) - Constructor for class org.apache.webdav.lib.methods.MkcolMethod
- Method constructor.
- MoveMethod - class org.apache.webdav.lib.methods.MoveMethod.
- MOVE Method.
- MoveMethod() - Constructor for class org.apache.webdav.lib.methods.MoveMethod
- Method constructor.
- MoveMethod(String) - Constructor for class org.apache.webdav.lib.methods.MoveMethod
- Method constructor.
- MoveMethod(String, String) - Constructor for class org.apache.webdav.lib.methods.MoveMethod
- Method constructor.
- MoveMethod(String, String, boolean) - Constructor for class org.apache.webdav.lib.methods.MoveMethod
- Method constructor.
- methodsAllowed - Variable in class org.apache.webdav.lib.methods.OptionsMethod
- Methods allowed.
N
- NAME - Static variable in class org.apache.webdav.lib.methods.BindMethod
- NAME - Static variable in class org.apache.webdav.lib.methods.RebindMethod
- NAME - Static variable in class org.apache.webdav.lib.methods.UnbindMethod
- NAMES - Static variable in class org.apache.webdav.lib.methods.PropFindMethod
- Request of all properties name.
- NO_TRANSACTION - Static variable in class org.apache.webdav.lib.methods.UnlockMethod
- name - Variable in class org.apache.webdav.lib.methods.PropPatchMethod.Property
- namespace - Variable in class org.apache.webdav.lib.methods.PropPatchMethod.Property
- namespaceInfo - Variable in class org.apache.webdav.lib.methods.PropPatchMethod.Property
- node - Variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
- notificationDelay - Variable in class org.apache.webdav.lib.methods.SubscribeMethod
- notificationType - Variable in class org.apache.webdav.lib.methods.SubscribeMethod
O
- OPTIONS_VERSION_HISTORY - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
- OPTIONS_WORKSPACE - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
- OptionsMethod - class org.apache.webdav.lib.methods.OptionsMethod.
- OPTIONS Method.
- OptionsMethod() - Constructor for class org.apache.webdav.lib.methods.OptionsMethod
- Method constructor.
- OptionsMethod(String) - Constructor for class org.apache.webdav.lib.methods.OptionsMethod
- Method constructor.
- OptionsMethod(String, int) - Constructor for class org.apache.webdav.lib.methods.OptionsMethod
- Method constructor.
- org.apache.webdav.lib.methods - package org.apache.webdav.lib.methods
- overwrite - Variable in class org.apache.webdav.lib.methods.BindMethod
- overwrite - Variable in class org.apache.webdav.lib.methods.CopyMethod
- Overwrite.
- overwrite - Variable in class org.apache.webdav.lib.methods.MoveMethod
- Overwrite.
- overwrite - Variable in class org.apache.webdav.lib.methods.RebindMethod
- owner - Variable in class org.apache.webdav.lib.methods.LockMethod
- Lock owner.
P
- PRINCIPAL_PROPERTY_SEARCH - Static variable in class org.apache.webdav.lib.methods.AclReportMethod
- PollMethod - class org.apache.webdav.lib.methods.PollMethod.
- Implements the POLL WebDAV method.
- PollMethod() - Constructor for class org.apache.webdav.lib.methods.PollMethod
- PollMethod(String) - Constructor for class org.apache.webdav.lib.methods.PollMethod
- PropFindMethod - class org.apache.webdav.lib.methods.PropFindMethod.
- This class implements the WebDAV PROPFIND Method.
- PropFindMethod() - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
- Method constructor.
- PropFindMethod(String) - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
- Method constructor.
- PropFindMethod(String, int) - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
- Method constructor.
- PropFindMethod(String, int, int) - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
- Method constructor.
- PropFindMethod(String, Enumeration) - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
- Method constructor.
- PropFindMethod(String, int, Enumeration) - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
- Method constructor.
- PropPatchMethod - class org.apache.webdav.lib.methods.PropPatchMethod.
- PROPPATCH Method.
- PropPatchMethod() - Constructor for class org.apache.webdav.lib.methods.PropPatchMethod
- Method constructor.
- PropPatchMethod(String) - Constructor for class org.apache.webdav.lib.methods.PropPatchMethod
- Method constructor.
- PropPatchMethod.Property - class org.apache.webdav.lib.methods.PropPatchMethod.Property.
- PropPatchMethod.Property() - Constructor for class org.apache.webdav.lib.methods.PropPatchMethod.Property
- PropertyBodyHelper - class org.apache.webdav.lib.methods.PropertyBodyHelper.
- This class manages an array of PropertyNames.
- PropertyBodyHelper() - Constructor for class org.apache.webdav.lib.methods.PropertyBodyHelper
- parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.CheckinMethod
- Parse response.
- parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.CheckoutMethod
- Parse response.
- parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.DeleteMethod
- Parse response.
- parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.LabelMethod
- Parse response.
- parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.LockMethod
- Parse response.
- parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.MkWorkspaceMethod
- Parse response.
- parseResponse(InputStream) - Method in class org.apache.webdav.lib.methods.MkcolMethod
- Parse the response body.
- parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.OptionsMethod
- Parse response.
- parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.PollMethod
- parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
- Parse response.
- parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.SearchMethod
- Parse response.
- parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.UncheckoutMethod
- Parse response.
- parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.UpdateMethod
- Parse response.
- parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.VersionControlMethod
- Parse response.
- parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- Parse response.
- parseResponseContent(InputStream) - Method in class org.apache.webdav.lib.methods.OptionsMethod
- parseXMLResponse(InputStream) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- prefix - Variable in class org.apache.webdav.lib.methods.PropFindMethod
- The namespace abbreviation that prefixes DAV tags
- prefix - Variable in class org.apache.webdav.lib.methods.ReportMethod
- The namespace abbreviation that prefixes DAV tags
- prefix - Variable in class org.apache.webdav.lib.methods.SearchMethod
- The namespace abbreviation that prefixes DAV tags
- preloadedQuery - Variable in class org.apache.webdav.lib.methods.ReportMethod
- preloadedQuery - Variable in class org.apache.webdav.lib.methods.SearchMethod
- processResponseBody(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.UnlockMethod
- processResponseHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.OptionsMethod
- Process response headers.
- processResponseHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.SubscribeMethod
- propertyBodyHelper - Variable in class org.apache.webdav.lib.methods.AclReportMethod
- propertyNames - Variable in class org.apache.webdav.lib.methods.PropFindMethod
- Property name list.
- propertyNames - Variable in class org.apache.webdav.lib.methods.PropertyBodyHelper
- propertyNames - Variable in class org.apache.webdav.lib.methods.ReportMethod
- Property name list.
R
- RebindMethod - class org.apache.webdav.lib.methods.RebindMethod.
- The REBIND method removes a binding to a resource from one collection, and adds a binding to that resource into another collection.
- RebindMethod() - Constructor for class org.apache.webdav.lib.methods.RebindMethod
- Method constructor.
- RebindMethod(String, String) - Constructor for class org.apache.webdav.lib.methods.RebindMethod
- ReportMethod - class org.apache.webdav.lib.methods.ReportMethod.
- This class implements the WebDAV REPORT Method.
- ReportMethod() - Constructor for class org.apache.webdav.lib.methods.ReportMethod
- Method constructor.
- ReportMethod(String) - Constructor for class org.apache.webdav.lib.methods.ReportMethod
- Method constructor.
- ReportMethod(String, int) - Constructor for class org.apache.webdav.lib.methods.ReportMethod
- Method constructor.
- ReportMethod(String, Enumeration) - Constructor for class org.apache.webdav.lib.methods.ReportMethod
- Method constructor.
- ReportMethod(String, int, Enumeration, Enumeration) - Constructor for class org.apache.webdav.lib.methods.ReportMethod
- Method constructor.
- ReportMethod(String, int, Enumeration) - Constructor for class org.apache.webdav.lib.methods.ReportMethod
- Method constructor.
- ReportMethod(String, int, String) - Constructor for class org.apache.webdav.lib.methods.ReportMethod
- readContinueCode() - Method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
- Returns true if 100 Continue status code is found.
- readResponseBody(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- recycle() - Method in class org.apache.webdav.lib.methods.AclMethod
- recycle() - Method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
- recycle() - Method in class org.apache.webdav.lib.methods.LockMethod
- recycle() - Method in class org.apache.webdav.lib.methods.PollMethod
- recycle() - Method in class org.apache.webdav.lib.methods.PropFindMethod
- recycle() - Method in class org.apache.webdav.lib.methods.ReportMethod
- recycle() - Method in class org.apache.webdav.lib.methods.SearchMethod
- recycle() - Method in class org.apache.webdav.lib.methods.SubscribeMethod
- recycle() - Method in class org.apache.webdav.lib.methods.UnlockMethod
- recycle() - Method in class org.apache.webdav.lib.methods.UnsubscribeMethod
- recycle() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- Reset the State of the class to its initial state, so that it can be used again.
- refreshOpaqueToken - Variable in class org.apache.webdav.lib.methods.LockMethod
- Opaque token of the lock we're trying to refresh.
- reportType - Variable in class org.apache.webdav.lib.methods.AclReportMethod
- responseDocument - Variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- Response document.
- responseHashtable - Variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- Hashtable of response nodes
- responseURLs - Variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase
- Vector of response nodes, to keep track of insertion order FIXME: the above Hashtable and this Vector should be ported to plain Collections
- responsedContentLocation - Variable in class org.apache.webdav.lib.methods.SubscribeMethod
- responsedSubscriptionId - Variable in class org.apache.webdav.lib.methods.SubscribeMethod
- responsedSubscriptionLifetime - Variable in class org.apache.webdav.lib.methods.SubscribeMethod
S
- SCOPE_EXCLUSIVE - Static variable in class org.apache.webdav.lib.methods.LockMethod
- SCOPE_SHARED - Static variable in class org.apache.webdav.lib.methods.LockMethod
- SUB_SET - Static variable in class org.apache.webdav.lib.methods.ReportMethod
- Request specified properties.
- Searc