org.xcmis.spi
Interface CmisConstants


public interface CmisConstants

Version:
$Id: CMIS.java 260 2010-03-03 15:53:42Z andrew00x $
Author:
Andrey Parfonov

Field Summary
static String ALLOWED_CHILD_OBJECT_TYPE_IDS
           
static String BASE_TYPE_ID
           
static String CHANGE_TOKEN
           
static String CHARSET
           
static String CHECKIN_COMMENT
           
static String CMIS_NS_URI
           
static String CMIS_PREFIX
           
static String CONTENT_STREAM_FILE_NAME
           
static String CONTENT_STREAM_ID
           
static String CONTENT_STREAM_LENGTH
           
static String CONTENT_STREAM_MIME_TYPE
           
static String CREATED_BY
           
static String CREATION_DATE
           
static int DEPTH
           
static String DOCUMENT
           
static String FOLDER
           
static String IS_IMMUTABLE
           
static String IS_LATEST_MAJOR_VERSION
           
static String IS_LATEST_VERSION
           
static String IS_MAJOR_VERSION
           
static String IS_VERSION_SERIES_CHECKED_OUT
           
static String LAST_MODIFICATION_DATE
           
static String LAST_MODIFIED_BY
           
static BigDecimal MAX_DECIMAL_VALUE
           
static BigInteger MAX_INTEGER_VALUE
           
static int MAX_ITEMS
           
static int MAX_STRING_LENGTH
           
static BigDecimal MIN_DECIMAL_VALUE
           
static BigInteger MIN_INTEGER_VALUE
           
static String NAME
           
static String OBJECT_ID
           
static String OBJECT_TYPE_ID
           
static String PARENT_ID
           
static String PATH
           
static String POLICY
           
static String POLICY_TEXT
           
static String RELATIONSHIP
           
static String ROOT_FOLDER_NAME
           
static int SKIP_COUNT
           
static String SOURCE_ID
           
static String SUPPORTED_VERSION
           
static String TARGET_ID
           
static String VERSION_LABEL
           
static String VERSION_SERIES_CHECKED_OUT_BY
           
static String VERSION_SERIES_CHECKED_OUT_ID
           
static String VERSION_SERIES_ID
           
static String WILDCARD
           
 

Field Detail

CMIS_PREFIX

static final String CMIS_PREFIX
See Also:
Constant Field Values

CMIS_NS_URI

static final String CMIS_NS_URI
See Also:
Constant Field Values

SUPPORTED_VERSION

static final String SUPPORTED_VERSION
See Also:
Constant Field Values

ROOT_FOLDER_NAME

static final String ROOT_FOLDER_NAME
See Also:
Constant Field Values

WILDCARD

static final String WILDCARD
See Also:
Constant Field Values

DOCUMENT

static final String DOCUMENT
See Also:
Constant Field Values

FOLDER

static final String FOLDER
See Also:
Constant Field Values

POLICY

static final String POLICY
See Also:
Constant Field Values

RELATIONSHIP

static final String RELATIONSHIP
See Also:
Constant Field Values

MAX_ITEMS

static final int MAX_ITEMS
See Also:
Constant Field Values

SKIP_COUNT

static final int SKIP_COUNT
See Also:
Constant Field Values

DEPTH

static final int DEPTH
See Also:
Constant Field Values

MAX_STRING_LENGTH

static final int MAX_STRING_LENGTH
See Also:
Constant Field Values

MAX_DECIMAL_VALUE

static final BigDecimal MAX_DECIMAL_VALUE

MIN_DECIMAL_VALUE

static final BigDecimal MIN_DECIMAL_VALUE

MAX_INTEGER_VALUE

static final BigInteger MAX_INTEGER_VALUE

MIN_INTEGER_VALUE

static final BigInteger MIN_INTEGER_VALUE

IS_LATEST_VERSION

static final String IS_LATEST_VERSION
See Also:
Constant Field Values

IS_LATEST_MAJOR_VERSION

static final String IS_LATEST_MAJOR_VERSION
See Also:
Constant Field Values

IS_MAJOR_VERSION

static final String IS_MAJOR_VERSION
See Also:
Constant Field Values

CREATED_BY

static final String CREATED_BY
See Also:
Constant Field Values

CREATION_DATE

static final String CREATION_DATE
See Also:
Constant Field Values

LAST_MODIFIED_BY

static final String LAST_MODIFIED_BY
See Also:
Constant Field Values

LAST_MODIFICATION_DATE

static final String LAST_MODIFICATION_DATE
See Also:
Constant Field Values

CHANGE_TOKEN

static final String CHANGE_TOKEN
See Also:
Constant Field Values

VERSION_SERIES_ID

static final String VERSION_SERIES_ID
See Also:
Constant Field Values

VERSION_LABEL

static final String VERSION_LABEL
See Also:
Constant Field Values

SOURCE_ID

static final String SOURCE_ID
See Also:
Constant Field Values

TARGET_ID

static final String TARGET_ID
See Also:
Constant Field Values

CHECKIN_COMMENT

static final String CHECKIN_COMMENT
See Also:
Constant Field Values

IS_VERSION_SERIES_CHECKED_OUT

static final String IS_VERSION_SERIES_CHECKED_OUT
See Also:
Constant Field Values

VERSION_SERIES_CHECKED_OUT_BY

static final String VERSION_SERIES_CHECKED_OUT_BY
See Also:
Constant Field Values

VERSION_SERIES_CHECKED_OUT_ID

static final String VERSION_SERIES_CHECKED_OUT_ID
See Also:
Constant Field Values

NAME

static final String NAME
See Also:
Constant Field Values

OBJECT_ID

static final String OBJECT_ID
See Also:
Constant Field Values

OBJECT_TYPE_ID

static final String OBJECT_TYPE_ID
See Also:
Constant Field Values

BASE_TYPE_ID

static final String BASE_TYPE_ID
See Also:
Constant Field Values

IS_IMMUTABLE

static final String IS_IMMUTABLE
See Also:
Constant Field Values

CONTENT_STREAM_LENGTH

static final String CONTENT_STREAM_LENGTH
See Also:
Constant Field Values

CONTENT_STREAM_MIME_TYPE

static final String CONTENT_STREAM_MIME_TYPE
See Also:
Constant Field Values

CONTENT_STREAM_FILE_NAME

static final String CONTENT_STREAM_FILE_NAME
See Also:
Constant Field Values

CONTENT_STREAM_ID

static final String CONTENT_STREAM_ID
See Also:
Constant Field Values

POLICY_TEXT

static final String POLICY_TEXT
See Also:
Constant Field Values

PARENT_ID

static final String PARENT_ID
See Also:
Constant Field Values

PATH

static final String PATH
See Also:
Constant Field Values

ALLOWED_CHILD_OBJECT_TYPE_IDS

static final String ALLOWED_CHILD_OBJECT_TYPE_IDS
See Also:
Constant Field Values

CHARSET

static final String CHARSET
See Also:
Constant Field Values


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.