Novell exteNd
Director 5.2 API

com.sssw.webdav.common
Class EboWebdavConstants

java.lang.Object
 |
 +--com.sssw.webdav.common.EboWebdavConstants

public class EboWebdavConstants
extends Object

This class contains constants for the exteNd WebDAV client and server.


Field Summary
static String PROPPATCH_ABSTRACT
          PROPPATCH request to set the value of the abstract (standard metadata) on a document.
static String PROPPATCH_ADDCATEGORY
          PROPPATCH request to add a category to a document.
static String PROPPATCH_AUTHOR
          PROPPATCH request to set the value of the author (standard metadata) on a document.
static String PROPPATCH_DESCRIPTION
          PROPPATCH request to set the value of the description (standard metadata) on a document.
static String PROPPATCH_DOCTYPE
          PROPPATCH request to specify the document type (or template) with which a document should be added via WebDAV.
static String PROPPATCH_EXPIRATIONDATE
          PROPPATCH request to set the value of the expiration date (standard metadata) on a document.
static String PROPPATCH_NAME
          PROPPATCH request to set the value of the name (standard metadata) on a document.
static String PROPPATCH_PARENTDOCID
          PROPPATCH request to set the value of the parent document id (standard metadata) on a document.
static String PROPPATCH_PUBLISHDATE
          PROPPATCH request to set the value of the publish date (standard metadata) on a document.
static String PROPPATCH_REMOVEALLCATEGORIES
          PROPPATCH request to remove all categories from a document.
static String PROPPATCH_REMOVECATEGORY
          PROPPATCH request to remove a category from a document.
static String PROPPATCH_SETFIELDVALUE
          PROPPATCH request to set the value of a specific field (custom metadata) on a document.
static String PROPPATCH_STATUS
          PROPPATCH request to set the value of the status (standard metadata) on a document.
static String PROPPATCH_SUBTITLE
          PROPPATCH request to set the value of the subtitle (standard metadata) on a document.
static String PROPPATCH_TITLE
          PROPPATCH request to set the value of the title (standard metadata) on a document.
static String WEBDAV_CDATA_KEY
          Constant to identify the CDATA key in the WebDAVService's config.xml.
static String WEBDAV_REQCHKOUT_KEY
          Constant to identify whether the WebDAVService requires checkouts for certain content management operations.
 
Constructor Summary
EboWebdavConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPPATCH_ADDCATEGORY

public static final String PROPPATCH_ADDCATEGORY
PROPPATCH request to add a category to a document.

PROPPATCH_REMOVECATEGORY

public static final String PROPPATCH_REMOVECATEGORY
PROPPATCH request to remove a category from a document.

PROPPATCH_REMOVEALLCATEGORIES

public static final String PROPPATCH_REMOVEALLCATEGORIES
PROPPATCH request to remove all categories from a document.

PROPPATCH_SETFIELDVALUE

public static final String PROPPATCH_SETFIELDVALUE
PROPPATCH request to set the value of a specific field (custom metadata) on a document.

PROPPATCH_AUTHOR

public static final String PROPPATCH_AUTHOR
PROPPATCH request to set the value of the author (standard metadata) on a document.

PROPPATCH_ABSTRACT

public static final String PROPPATCH_ABSTRACT
PROPPATCH request to set the value of the abstract (standard metadata) on a document.

PROPPATCH_EXPIRATIONDATE

public static final String PROPPATCH_EXPIRATIONDATE
PROPPATCH request to set the value of the expiration date (standard metadata) on a document.

PROPPATCH_PARENTDOCID

public static final String PROPPATCH_PARENTDOCID
PROPPATCH request to set the value of the parent document id (standard metadata) on a document.

PROPPATCH_PUBLISHDATE

public static final String PROPPATCH_PUBLISHDATE
PROPPATCH request to set the value of the publish date (standard metadata) on a document.

PROPPATCH_STATUS

public static final String PROPPATCH_STATUS
PROPPATCH request to set the value of the status (standard metadata) on a document.

PROPPATCH_SUBTITLE

public static final String PROPPATCH_SUBTITLE
PROPPATCH request to set the value of the subtitle (standard metadata) on a document.

PROPPATCH_TITLE

public static final String PROPPATCH_TITLE
PROPPATCH request to set the value of the title (standard metadata) on a document.

PROPPATCH_NAME

public static final String PROPPATCH_NAME
PROPPATCH request to set the value of the name (standard metadata) on a document.

PROPPATCH_DESCRIPTION

public static final String PROPPATCH_DESCRIPTION
PROPPATCH request to set the value of the description (standard metadata) on a document.

PROPPATCH_DOCTYPE

public static final String PROPPATCH_DOCTYPE
PROPPATCH request to specify the document type (or template) with which a document should be added via WebDAV. Adding this constant to the end of the document name followed by a valid document type string will result in the document being added via a WebDAV PUT with the given document type.

WEBDAV_CDATA_KEY

public static final String WEBDAV_CDATA_KEY
Constant to identify the CDATA key in the WebDAVService's config.xml.

WEBDAV_REQCHKOUT_KEY

public static final String WEBDAV_REQCHKOUT_KEY
Constant to identify whether the WebDAVService requires checkouts for certain content management operations. file.
Constructor Detail

EboWebdavConstants

public EboWebdavConstants()

Novell exteNd
Director 5.2 API