org.apache.chemistry.opencmis.commons
Class PropertyIds

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.PropertyIds

public final class PropertyIds
extends Object

Collection of CMIS property ids.

Author:
Florian Müller

Field Summary
static String ALLOWED_CHILD_OBJECT_TYPE_IDS
           
static String BASE_TYPE_ID
           
static String CHANGE_TOKEN
           
static String CHECKIN_COMMENT
           
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 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 String NAME
           
static String OBJECT_ID
           
static String OBJECT_TYPE_ID
           
static String PARENT_ID
           
static String PATH
           
static String POLICY_TEXT
           
static String SOURCE_ID
           
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
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values

OBJECT_ID

public static final String OBJECT_ID
See Also:
Constant Field Values

OBJECT_TYPE_ID

public static final String OBJECT_TYPE_ID
See Also:
Constant Field Values

BASE_TYPE_ID

public static final String BASE_TYPE_ID
See Also:
Constant Field Values

CREATED_BY

public static final String CREATED_BY
See Also:
Constant Field Values

CREATION_DATE

public static final String CREATION_DATE
See Also:
Constant Field Values

LAST_MODIFIED_BY

public static final String LAST_MODIFIED_BY
See Also:
Constant Field Values

LAST_MODIFICATION_DATE

public static final String LAST_MODIFICATION_DATE
See Also:
Constant Field Values

CHANGE_TOKEN

public static final String CHANGE_TOKEN
See Also:
Constant Field Values

IS_IMMUTABLE

public static final String IS_IMMUTABLE
See Also:
Constant Field Values

IS_LATEST_VERSION

public static final String IS_LATEST_VERSION
See Also:
Constant Field Values

IS_MAJOR_VERSION

public static final String IS_MAJOR_VERSION
See Also:
Constant Field Values

IS_LATEST_MAJOR_VERSION

public static final String IS_LATEST_MAJOR_VERSION
See Also:
Constant Field Values

VERSION_LABEL

public static final String VERSION_LABEL
See Also:
Constant Field Values

VERSION_SERIES_ID

public static final String VERSION_SERIES_ID
See Also:
Constant Field Values

IS_VERSION_SERIES_CHECKED_OUT

public static final String IS_VERSION_SERIES_CHECKED_OUT
See Also:
Constant Field Values

VERSION_SERIES_CHECKED_OUT_BY

public static final String VERSION_SERIES_CHECKED_OUT_BY
See Also:
Constant Field Values

VERSION_SERIES_CHECKED_OUT_ID

public static final String VERSION_SERIES_CHECKED_OUT_ID
See Also:
Constant Field Values

CHECKIN_COMMENT

public static final String CHECKIN_COMMENT
See Also:
Constant Field Values

CONTENT_STREAM_LENGTH

public static final String CONTENT_STREAM_LENGTH
See Also:
Constant Field Values

CONTENT_STREAM_MIME_TYPE

public static final String CONTENT_STREAM_MIME_TYPE
See Also:
Constant Field Values

CONTENT_STREAM_FILE_NAME

public static final String CONTENT_STREAM_FILE_NAME
See Also:
Constant Field Values

CONTENT_STREAM_ID

public static final String CONTENT_STREAM_ID
See Also:
Constant Field Values

PARENT_ID

public static final String PARENT_ID
See Also:
Constant Field Values

ALLOWED_CHILD_OBJECT_TYPE_IDS

public static final String ALLOWED_CHILD_OBJECT_TYPE_IDS
See Also:
Constant Field Values

PATH

public static final String PATH
See Also:
Constant Field Values

SOURCE_ID

public static final String SOURCE_ID
See Also:
Constant Field Values

TARGET_ID

public static final String TARGET_ID
See Also:
Constant Field Values

POLICY_TEXT

public static final String POLICY_TEXT
See Also:
Constant Field Values


Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.