Novell exteNd
Director 5.2 API

com.sssw.webdav.event.api
Interface EbiConstants


public interface EbiConstants

Contains constants related to WebDAV events.


Field Summary
static int COPY_EVENT_ID
          The event ID for a WebDAV COPY.
static int DELETE_EVENT_ID
          The event ID for a WebDAV DELETE.
static int GET_EVENT_ID
          The event ID for a WebDAV GET.
static int HEAD_EVENT_ID
          The event ID for a WebDAV HEAD.
static int LOCK_EVENT_ID
          The event ID for a WebDAV LOCK.
static int MKCOL_EVENT_ID
          The event ID for a WebDAV MKCOL.
static int MOVE_EVENT_ID
          The event ID for a WebDAV MOVE.
static int OPTIONS_EVENT_ID
          The event ID for a WebDAV OPTIONS.
static int POST_EVENT_ID
          The event ID for a WebDAV POST.
static int PROPFIND_EVENT_ID
          The event ID for a WebDAV PROPFIND.
static int PROPPATCH_EVENT_ID
          The event ID for a WebDAV PROPPATCH.
static int PUT_EVENT_ID
          The event ID for a WebDAV PUT.
static int UNLOCK_EVENT_ID
          The event ID for a WebDAV UNLOCK.
static int WEBDAV_EVENT_ID_BASE
          The base event ID for WebDAV.
static int WEBDAV_EVENT_ID_LAST
          The last event ID for WebDAV.
static int WEBDAV_SC_BASE
          The base state change ID for WebDAV.
static int WEBDAV_SC_HEAD
          The state change ID for a WebDAV HEAD.
static int WEBDAV_SC_LAST
          The last state change ID for WebDAV.
static int WEBDAV_SC_LOCK
          The state change ID for a WebDAV LOCK.
static int WEBDAV_SC_MKCOL
          The state change ID for a WebDAV MKCOL.
static int WEBDAV_SC_OPTIONS
          The state change ID for a WebDAV OPTIONS.
static int WEBDAV_SC_POST
          The state change ID for a WebDAV POST.
static int WEBDAV_SC_PROPFIND
          The state change ID for a WebDAV PROPFIND.
static int WEBDAV_SC_PROPPATCH
          The state change ID for a WebDAV PROPPATCH.
static int WEBDAV_SC_UNLOCK
          The state change ID for a WebDAV UNLOCK.
static String WEBDAV_STR_SC_HEAD
          The WebDAV "HEAD" state change identifier.
static String WEBDAV_STR_SC_LOCK
          The WebDAV "LOCK" state change identifier.
static String WEBDAV_STR_SC_MKCOL
          The WebDAV "MKCOL" state change identifier.
static String WEBDAV_STR_SC_OPTIONS
          The WebDAV "OPTIONS" state change identifier.
static String WEBDAV_STR_SC_POST
          The WebDAV "POST" state change identifier.
static String WEBDAV_STR_SC_PROPFIND
          The WebDAV "PROPFIND" state change identifier.
static String WEBDAV_STR_SC_PROPPATCH
          The WebDAV "PROPPATCH" state change identifier.
static String WEBDAV_STR_SC_UNLOCK
          The WebDAV "UNLOCK" state change identifier.
 

Field Detail

WEBDAV_EVENT_ID_BASE

public static final int WEBDAV_EVENT_ID_BASE
The base event ID for WebDAV. All the IDs of events in WebDAV fall within the range of (1001 - 1100) where WEBDAV_EVENT_ID_BASE = 1001 and WEBDAV_EVENT_ID_LAST = 1100.

WEBDAV_EVENT_ID_LAST

public static final int WEBDAV_EVENT_ID_LAST
The last event ID for WebDAV. All the IDs of events in WebDAV fall within the range of (1001 - 1100) where WEBDAV_EVENT_ID_BASE = 1001 and WEBDAV_EVENT_ID_LAST = 1100.

COPY_EVENT_ID

public static final int COPY_EVENT_ID
The event ID for a WebDAV COPY.

DELETE_EVENT_ID

public static final int DELETE_EVENT_ID
The event ID for a WebDAV DELETE.

GET_EVENT_ID

public static final int GET_EVENT_ID
The event ID for a WebDAV GET.

HEAD_EVENT_ID

public static final int HEAD_EVENT_ID
The event ID for a WebDAV HEAD.

LOCK_EVENT_ID

public static final int LOCK_EVENT_ID
The event ID for a WebDAV LOCK.

MKCOL_EVENT_ID

public static final int MKCOL_EVENT_ID
The event ID for a WebDAV MKCOL.

MOVE_EVENT_ID

public static final int MOVE_EVENT_ID
The event ID for a WebDAV MOVE.

OPTIONS_EVENT_ID

public static final int OPTIONS_EVENT_ID
The event ID for a WebDAV OPTIONS.

POST_EVENT_ID

public static final int POST_EVENT_ID
The event ID for a WebDAV POST.

PROPFIND_EVENT_ID

public static final int PROPFIND_EVENT_ID
The event ID for a WebDAV PROPFIND.

PROPPATCH_EVENT_ID

public static final int PROPPATCH_EVENT_ID
The event ID for a WebDAV PROPPATCH.

PUT_EVENT_ID

public static final int PUT_EVENT_ID
The event ID for a WebDAV PUT.

UNLOCK_EVENT_ID

public static final int UNLOCK_EVENT_ID
The event ID for a WebDAV UNLOCK.

WEBDAV_SC_BASE

public static final int WEBDAV_SC_BASE
The base state change ID for WebDAV. All the state change IDs in WebDAV fall within the range of (1101 - 1200) where WEBDAV_SC_BASE = 1101 and WEBDAV_SC_LAST = 1200.

WEBDAV_SC_LAST

public static final int WEBDAV_SC_LAST
The last state change ID for WebDAV. All the state change IDs in WebDAV fall within the range of (1101 - 1200) where WEBDAV_SC_BASE = 1101 and WEBDAV_SC_LAST = 1200.

WEBDAV_SC_HEAD

public static final int WEBDAV_SC_HEAD
The state change ID for a WebDAV HEAD.

WEBDAV_SC_LOCK

public static final int WEBDAV_SC_LOCK
The state change ID for a WebDAV LOCK.

WEBDAV_SC_MKCOL

public static final int WEBDAV_SC_MKCOL
The state change ID for a WebDAV MKCOL.

WEBDAV_SC_OPTIONS

public static final int WEBDAV_SC_OPTIONS
The state change ID for a WebDAV OPTIONS.

WEBDAV_SC_POST

public static final int WEBDAV_SC_POST
The state change ID for a WebDAV POST.

WEBDAV_SC_PROPFIND

public static final int WEBDAV_SC_PROPFIND
The state change ID for a WebDAV PROPFIND.

WEBDAV_SC_PROPPATCH

public static final int WEBDAV_SC_PROPPATCH
The state change ID for a WebDAV PROPPATCH.

WEBDAV_SC_UNLOCK

public static final int WEBDAV_SC_UNLOCK
The state change ID for a WebDAV UNLOCK.

WEBDAV_STR_SC_HEAD

public static final String WEBDAV_STR_SC_HEAD
The WebDAV "HEAD" state change identifier.

WEBDAV_STR_SC_LOCK

public static final String WEBDAV_STR_SC_LOCK
The WebDAV "LOCK" state change identifier.

WEBDAV_STR_SC_MKCOL

public static final String WEBDAV_STR_SC_MKCOL
The WebDAV "MKCOL" state change identifier.

WEBDAV_STR_SC_OPTIONS

public static final String WEBDAV_STR_SC_OPTIONS
The WebDAV "OPTIONS" state change identifier.

WEBDAV_STR_SC_POST

public static final String WEBDAV_STR_SC_POST
The WebDAV "POST" state change identifier.

WEBDAV_STR_SC_PROPFIND

public static final String WEBDAV_STR_SC_PROPFIND
The WebDAV "PROPFIND" state change identifier.

WEBDAV_STR_SC_PROPPATCH

public static final String WEBDAV_STR_SC_PROPPATCH
The WebDAV "PROPPATCH" state change identifier.

WEBDAV_STR_SC_UNLOCK

public static final String WEBDAV_STR_SC_UNLOCK
The WebDAV "UNLOCK" state change identifier.

Novell exteNd
Director 5.2 API