org.exoplatform.services.jcr.webdav
Interface WebDavMethods

All Superinterfaces:
org.exoplatform.common.http.HTTPMethods

public interface WebDavMethods
extends org.exoplatform.common.http.HTTPMethods

Created by The eXo Platform SARL Author : Vitaly Guly.

Version:
$Id: WebDavMethods.java 35184 2009-08-07 14:14:37Z pnedonosko $

Field Summary
static java.lang.String CHECKIN
          WebDav "CHECKIN" method.
static java.lang.String CHECKOUT
          WebDav "CHECKOUT" method.
static java.lang.String COPY
          WebDav "COPY" method.
static java.lang.String DELETE
          WebDav "DELETE" method.
static java.lang.String GET
          WebDav "GET" method.
static java.lang.String HEAD
          WebDav "HEAD" method.
static java.lang.String LOCK
          WebDav "LOCK" method.
static java.lang.String MKCOL
          WebDav "MKCOL" method.
static java.lang.String MOVE
          WebDav "MOVE" method.
static java.lang.String OPTIONS
          HTTP/1.1 "OPTIONS" method.
static java.lang.String ORDERPATCH
          WebDav "ORDERPATCH" method.
static java.lang.String POST
          HTTP/1.1 "POST" method.
static java.lang.String PROPFIND
          WebDav "PROPFIND" method.
static java.lang.String PROPPATCH
          WebDav "PROPPATCH" method.
static java.lang.String PUT
          WebDav "PUT" method.
static java.lang.String REPORT
          WebDav "REPORT" method.
static java.lang.String RESTORE
          WebDav "RESTORE" method.
static java.lang.String SEARCH
          WebDav "SEARCH" method.
static java.lang.String UNCHECKOUT
          WebDav "UNCHECKOUT" method.
static java.lang.String UNLOCK
          WebDav "UNLOCK" method.
static java.lang.String VERSIONCONTROL
          WebDav "VERSION-CONTROL" method.
 

Field Detail

PROPFIND

static final java.lang.String PROPFIND
WebDav "PROPFIND" method. See HTTP Headers for Distributed Authoring section 8.1 for more information.

See Also:
Constant Field Values

REPORT

static final java.lang.String REPORT
WebDav "REPORT" method.

See Also:
Constant Field Values

COPY

static final java.lang.String COPY
WebDav "COPY" method. See HTTP Headers for Distributed Authoring section 8.8 for more information.

See Also:
Constant Field Values

OPTIONS

static final java.lang.String OPTIONS
HTTP/1.1 "OPTIONS" method. See HTTP Headers for Distributed Authoring section 9.2 for more information.

See Also:
Constant Field Values

MKCOL

static final java.lang.String MKCOL
WebDav "MKCOL" method. See HTTP Headers for Distributed Authoring section 8.3 for more information.

See Also:
Constant Field Values

DELETE

static final java.lang.String DELETE
WebDav "DELETE" method. See HTTP Headers for Distributed Authoring section 8.6 for more information.

See Also:
Constant Field Values

HEAD

static final java.lang.String HEAD
WebDav "HEAD" method. See HTTP Headers for Distributed Authoring section 8.4 for more information.

See Also:
Constant Field Values

MOVE

static final java.lang.String MOVE
WebDav "MOVE" method. See HTTP Headers for Distributed Authoring section 8.9 for more information.

See Also:
Constant Field Values

PUT

static final java.lang.String PUT
WebDav "PUT" method. See HTTP Headers for Distributed Authoring section 8.7 for more information.

See Also:
Constant Field Values

GET

static final java.lang.String GET
WebDav "GET" method. See HTTP Headers for Distributed Authoring section 8.4 for more information.

See Also:
Constant Field Values

LOCK

static final java.lang.String LOCK
WebDav "LOCK" method. See HTTP Headers for Distributed Authoring section 8.10 for more information.

See Also:
Constant Field Values

UNLOCK

static final java.lang.String UNLOCK
WebDav "UNLOCK" method. See HTTP Headers for Distributed Authoring section 8.11 for more information.

See Also:
Constant Field Values

PROPPATCH

static final java.lang.String PROPPATCH
WebDav "PROPPATCH" method. See HTTP Headers for Distributed Authoring section 8.2 for more information.

See Also:
Constant Field Values

POST

static final java.lang.String POST
HTTP/1.1 "POST" method. See HTTP Headers for Distributed Authoring section 9.5 for more information.

See Also:
Constant Field Values

ORDERPATCH

static final java.lang.String ORDERPATCH
WebDav "ORDERPATCH" method.

See Also:
Constant Field Values

VERSIONCONTROL

static final java.lang.String VERSIONCONTROL
WebDav "VERSION-CONTROL" method.

See Also:
Constant Field Values

CHECKIN

static final java.lang.String CHECKIN
WebDav "CHECKIN" method.

See Also:
Constant Field Values

CHECKOUT

static final java.lang.String CHECKOUT
WebDav "CHECKOUT" method.

See Also:
Constant Field Values

UNCHECKOUT

static final java.lang.String UNCHECKOUT
WebDav "UNCHECKOUT" method.

See Also:
Constant Field Values

RESTORE

static final java.lang.String RESTORE
WebDav "RESTORE" method.

See Also:
Constant Field Values

SEARCH

static final java.lang.String SEARCH
WebDav "SEARCH" method.

See Also:
Constant Field Values


Copyright © 2012 eXo Platform SAS. All Rights Reserved.