public interface DocumentProperties
CmisObjectProperties| Modifier and Type | Method and Description |
|---|---|
String |
getCheckinComment()
Returns the checkin comment (CMIS property
cmis:checkinComment). |
String |
getContentStreamFileName()
Returns the content stream filename or
null if the document
has no content (CMIS property cmis:contentStreamFileName). |
String |
getContentStreamId()
Returns the content stream id or
null if the document has no
content (CMIS property cmis:contentStreamId). |
long |
getContentStreamLength()
Returns the content stream length or -1 if the document has no content
(CMIS property
cmis:contentStreamLength). |
String |
getContentStreamMimeType()
Returns the content stream MIME type or
null if the document
has no content (CMIS property cmis:contentStreamMimeType). |
String |
getVersionLabel()
Returns the version label (CMIS property
cmis:versionLabel). |
String |
getVersionSeriesCheckedOutBy()
Returns the user who checked out this version series (CMIS property
cmis:versionSeriesCheckedOutBy). |
String |
getVersionSeriesCheckedOutId()
Returns the PWC id of this version series (CMIS property
cmis:versionSeriesCheckedOutId). |
String |
getVersionSeriesId()
Returns the version series id (CMIS property
cmis:versionSeriesId). |
Boolean |
isImmutable()
Returns
true if this CMIS object is immutable (CMIS property
cmis:isImmutable). |
Boolean |
isLatestMajorVersion()
Returns
true if this CMIS object is the latest major version
(CMIS property cmis:isLatestMajorVersion). |
Boolean |
isLatestVersion()
Returns if this CMIS object is the latest version (CMIS property
cmis:isLatestVersion). |
Boolean |
isMajorVersion()
Returns
true if this CMIS object is the latest version (CMIS
property cmis:isMajorVersion). |
Boolean |
isPrivateWorkingCopy()
Returns
true if this CMIS object is the PWC (CMIS property
cmis:isPrivateWorkingCopy). |
Boolean |
isVersionSeriesCheckedOut()
Returns
true if this version series is checked out (CMIS
property cmis:isVersionSeriesCheckedOut). |
Boolean isImmutable()
true if this CMIS object is immutable (CMIS property
cmis:isImmutable).Boolean isLatestVersion()
cmis:isLatestVersion).Boolean isMajorVersion()
true if this CMIS object is the latest version (CMIS
property cmis:isMajorVersion).Boolean isLatestMajorVersion()
true if this CMIS object is the latest major version
(CMIS property cmis:isLatestMajorVersion).Boolean isPrivateWorkingCopy()
true if this CMIS object is the PWC (CMIS property
cmis:isPrivateWorkingCopy).String getVersionLabel()
cmis:versionLabel).String getVersionSeriesId()
cmis:versionSeriesId).Boolean isVersionSeriesCheckedOut()
true if this version series is checked out (CMIS
property cmis:isVersionSeriesCheckedOut).String getVersionSeriesCheckedOutBy()
cmis:versionSeriesCheckedOutBy).String getVersionSeriesCheckedOutId()
cmis:versionSeriesCheckedOutId).String getCheckinComment()
cmis:checkinComment).long getContentStreamLength()
cmis:contentStreamLength).String getContentStreamMimeType()
null if the document
has no content (CMIS property cmis:contentStreamMimeType).String getContentStreamFileName()
null if the document
has no content (CMIS property cmis:contentStreamFileName).String getContentStreamId()
null if the document has no
content (CMIS property cmis:contentStreamId).Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.