public final class PropertyIds extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
ALLOWED_CHILD_OBJECT_TYPE_IDS
CMIS folder property  
cmis:allowedChildObjectTypeIds (multivalue):
 IDs of the types that can be filed in the folder. | 
static String | 
BASE_TYPE_ID
CMIS property  
cmis:baseTypeId: ID of the base type of the object. | 
static String | 
CHANGE_TOKEN
CMIS property  
cmis:changeToken: change token of the object. | 
static String | 
CHECKIN_COMMENT
CMIS document property  
cmis:checkinComment: check-in comment for
 the document version. | 
static String | 
CONTENT_STREAM_FILE_NAME
CMIS document property  
cmis:contentStreamFileName: file name, if
 the document has content. | 
static String | 
CONTENT_STREAM_HASH
Content Hash property  
cmis:contentStreamHash (multivalue): hashes
 of the content stream | 
static String | 
CONTENT_STREAM_ID
CMIS document property  
cmis:contentStreamId: content stream ID. | 
static String | 
CONTENT_STREAM_LENGTH
CMIS document property  
cmis:contentStreamLength: length of the
 content stream, if the document has content. | 
static String | 
CONTENT_STREAM_MIME_TYPE
CMIS document property  
cmis:contentStreamMimeType: MIME type of
 the content stream, if the document has content. | 
static String | 
CREATED_BY
CMIS property  
cmis:createdBy: creator of the object. | 
static String | 
CREATION_DATE
CMIS property  
cmis:creationDate: creation date. | 
static String | 
DESCRIPTION
CMIS property  
cmis:description: description of the object. | 
static String | 
DESTRUCTION_DATE
CMIS retention property  
cmis:rm_destructionDate: destruction
 date. | 
static String | 
EXPIRATION_DATE
CMIS retention property  
cmis:rm_expirationDate: expiration date. | 
static String | 
HOLD_IDS
CMIS retention property  
cmis:rm_holdIds (multivalue): IDs of the
 holds that are applied. | 
static String | 
IS_IMMUTABLE
CMIS document property  
cmis:isImmutable: flag the indicates if
 the document is immutable. | 
static String | 
IS_LATEST_MAJOR_VERSION
CMIS document property  
cmis:isLatestMajorVersion: flag the
 indicates if the document is the latest major version. | 
static String | 
IS_LATEST_VERSION
CMIS document property  
cmis:isLatestVersion: flag the indicates
 if the document is the latest version. | 
static String | 
IS_MAJOR_VERSION
CMIS document property  
cmis:isMajorVersion: flag the indicates if
 the document is a major version. | 
static String | 
IS_PRIVATE_WORKING_COPY
CMIS document property  
cmis:isPrivateWorkingCopy: flag the
 indicates if the document is a PWC. | 
static String | 
IS_VERSION_SERIES_CHECKED_OUT
CMIS document property  
cmis:isVersionSeriesCheckedOut: flag the
 indicates if the document is checked out. | 
static String | 
LAST_MODIFICATION_DATE
CMIS property  
cmis:lastModificationDate: last modification date. | 
static String | 
LAST_MODIFIED_BY
CMIS property  
cmis:lastModifiedBy: last modifier of the object. | 
static String | 
NAME
CMIS property  
cmis:name: name of the object. | 
static String | 
OBJECT_ID
CMIS property  
cmis:objectId: ID of the object. | 
static String | 
OBJECT_TYPE_ID
CMIS property  
cmis:objectTypeId: ID of primary type of the
 object. | 
static String | 
PARENT_ID
CMIS folder property  
cmis:parentId: ID of the parent folder. | 
static String | 
PATH
CMIS folder property  
cmis:path: folder path. | 
static String | 
POLICY_TEXT
CMIS policy property  
cmis:policyText: policy text. | 
static String | 
SECONDARY_OBJECT_TYPE_IDS
CMIS property  
cmis:secondaryObjectTypeIds (multivalue): list of
 IDs of the secondary types of the object. | 
static String | 
SOURCE_ID
CMIS relationship property  
cmis:sourceId: ID of the source
 object. | 
static String | 
START_OF_RETENTION
CMIS retention property  
cmis:rm_startOfRetention: start date. | 
static String | 
TARGET_ID
CMIS relationship property  
cmis:targetId: ID of the target
 object. | 
static String | 
VERSION_LABEL
CMIS document property  
cmis:versionLabel: version label of the
 document. | 
static String | 
VERSION_SERIES_CHECKED_OUT_BY
CMIS document property  
cmis:versionSeriesCheckedOutBy: user who
 checked out the document, if the document is checked out. | 
static String | 
VERSION_SERIES_CHECKED_OUT_ID
CMIS document property  
cmis:versionSeriesCheckedOutId: ID of the
 PWC, if the document is checked out. | 
static String | 
VERSION_SERIES_ID
CMIS document property  
cmis:versionSeriesId: ID of the version
 series. | 
public static final String NAME
cmis:name: name of the object.
 
 CMIS data type: string
 Java type: String
public static final String OBJECT_ID
cmis:objectId: ID of the object.
 
 CMIS data type: id
 Java type: String
public static final String OBJECT_TYPE_ID
cmis:objectTypeId: ID of primary type of the
 object.
 
 CMIS data type: id
 Java type: String
public static final String BASE_TYPE_ID
cmis:baseTypeId: ID of the base type of the object.
 
 CMIS data type: id
 Java type: String
public static final String CREATED_BY
cmis:createdBy: creator of the object.
 
 CMIS data type: string
 Java type: String
public static final String CREATION_DATE
cmis:creationDate: creation date.
 
 CMIS data type: datetime
 Java type: GregorianCalendar
public static final String LAST_MODIFIED_BY
cmis:lastModifiedBy: last modifier of the object.
 
 CMIS data type: string
 Java type: String
public static final String LAST_MODIFICATION_DATE
cmis:lastModificationDate: last modification date.
 
 CMIS data type: datetime
 Java type: GregorianCalendar
public static final String CHANGE_TOKEN
cmis:changeToken: change token of the object.
 
 CMIS data type: string
 Java type: String
public static final String DESCRIPTION
cmis:description: description of the object.
 
 CMIS data type: string
 Java type: String
public static final String SECONDARY_OBJECT_TYPE_IDS
cmis:secondaryObjectTypeIds (multivalue): list of
 IDs of the secondary types of the object.
 
 CMIS data type: id
 Java type: String
public static final String IS_IMMUTABLE
cmis:isImmutable: flag the indicates if
 the document is immutable.
 
 CMIS data type: boolean
 Java type: Boolean
public static final String IS_LATEST_VERSION
cmis:isLatestVersion: flag the indicates
 if the document is the latest version.
 
 CMIS data type: boolean
 Java type: Boolean
public static final String IS_MAJOR_VERSION
cmis:isMajorVersion: flag the indicates if
 the document is a major version.
 
 CMIS data type: boolean
 Java type: Boolean
public static final String IS_LATEST_MAJOR_VERSION
cmis:isLatestMajorVersion: flag the
 indicates if the document is the latest major version.
 
 CMIS data type: boolean
 Java type: Boolean
public static final String VERSION_LABEL
cmis:versionLabel: version label of the
 document.
 
 CMIS data type: string
 Java type: String
public static final String VERSION_SERIES_ID
cmis:versionSeriesId: ID of the version
 series.
 
 CMIS data type: id
 Java type: String
public static final String IS_VERSION_SERIES_CHECKED_OUT
cmis:isVersionSeriesCheckedOut: flag the
 indicates if the document is checked out.
 
 CMIS data type: boolean
 Java type: Boolean
public static final String VERSION_SERIES_CHECKED_OUT_BY
cmis:versionSeriesCheckedOutBy: user who
 checked out the document, if the document is checked out.
 
 CMIS data type: string
 Java type: String
public static final String VERSION_SERIES_CHECKED_OUT_ID
cmis:versionSeriesCheckedOutId: ID of the
 PWC, if the document is checked out.
 
 CMIS data type: id
 Java type: String
public static final String CHECKIN_COMMENT
cmis:checkinComment: check-in comment for
 the document version.
 
 CMIS data type: string
 Java type: String
public static final String CONTENT_STREAM_LENGTH
cmis:contentStreamLength: length of the
 content stream, if the document has content.
 
 CMIS data type: integer
 Java type: BigInteger
public static final String CONTENT_STREAM_MIME_TYPE
cmis:contentStreamMimeType: MIME type of
 the content stream, if the document has content.
 
 CMIS data type: string
 Java type: String
public static final String CONTENT_STREAM_FILE_NAME
cmis:contentStreamFileName: file name, if
 the document has content.
 
 CMIS data type: string
 Java type: String
public static final String CONTENT_STREAM_ID
cmis:contentStreamId: content stream ID.
 
 CMIS data type: id
 Java type: String
public static final String IS_PRIVATE_WORKING_COPY
cmis:isPrivateWorkingCopy: flag the
 indicates if the document is a PWC.
 
 CMIS data type: boolean
 Java type: Boolean
public static final String PARENT_ID
cmis:parentId: ID of the parent folder.
 
 CMIS data type: id
 Java type: String
public static final String ALLOWED_CHILD_OBJECT_TYPE_IDS
cmis:allowedChildObjectTypeIds (multivalue):
 IDs of the types that can be filed in the folder.
 
 CMIS data type: id
 Java type: String
public static final String PATH
cmis:path: folder path.
 
 CMIS data type: string
 Java type: String
public static final String SOURCE_ID
cmis:sourceId: ID of the source
 object.
 
 CMIS data type: id
 Java type: String
public static final String TARGET_ID
cmis:targetId: ID of the target
 object.
 
 CMIS data type: id
 Java type: String
public static final String POLICY_TEXT
cmis:policyText: policy text.
 
 CMIS data type: string
 Java type: String
public static final String EXPIRATION_DATE
cmis:rm_expirationDate: expiration date.
 
 CMIS data type: datetime
 Java type: GregorianCalendar
public static final String START_OF_RETENTION
cmis:rm_startOfRetention: start date.
 
 CMIS data type: datetime
 Java type: GregorianCalendar
public static final String DESTRUCTION_DATE
cmis:rm_destructionDate: destruction
 date.
 
 CMIS data type: datetime
 Java type: GregorianCalendar
public static final String HOLD_IDS
cmis:rm_holdIds (multivalue): IDs of the
 holds that are applied.
 
 CMIS data type: id
 Java type: String
public static final String CONTENT_STREAM_HASH
cmis:contentStreamHash (multivalue): hashes
 of the content stream
 
 CMIS data type: string
 Java type: String
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.