|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentProperties
Accessors to CMIS document properties.
CmisObjectProperties| Method Summary | |
|---|---|
java.lang.String |
getCheckinComment()
Returns the checkin comment (CMIS property cmis:checkinComment). |
java.lang.String |
getContentStreamFileName()
Returns the content stream filename or null if the document
has no content (CMIS property cmis:contentStreamFileName). |
java.lang.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). |
java.lang.String |
getContentStreamMimeType()
Returns the content stream MIME type or null if the document
has no content (CMIS property cmis:contentStreamMimeType). |
java.lang.String |
getVersionLabel()
Returns the version label (CMIS property cmis:versionLabel). |
java.lang.String |
getVersionSeriesCheckedOutBy()
Returns the user who checked out this version series (CMIS property cmis:versionSeriesCheckedOutBy). |
java.lang.String |
getVersionSeriesCheckedOutId()
Returns the PWC id of this version series (CMIS property cmis:versionSeriesCheckedOutId). |
java.lang.String |
getVersionSeriesId()
Returns the version series id (CMIS property cmis:versionSeriesId). |
java.lang.Boolean |
isImmutable()
Returns true if this CMIS object is immutable (CMIS property
cmis:isImmutable). |
java.lang.Boolean |
isLatestMajorVersion()
Returns true if this CMIS object is the latest major version (CMIS property
cmis:isLatestMajorVersion). |
java.lang.Boolean |
isLatestVersion()
Returns if this CMIS object is the latest version (CMIS property cmis:isLatestVersion). |
java.lang.Boolean |
isMajorVersion()
Returns true |
java.lang.Boolean |
isVersionSeriesCheckedOut()
Returns true if this version series is checked out (CMIS property
cmis:isVersionSeriesCheckedOut). |
| Method Detail |
|---|
java.lang.Boolean isImmutable()
true if this CMIS object is immutable (CMIS property
cmis:isImmutable).
java.lang.Boolean isLatestVersion()
cmis:isLatestVersion).
java.lang.Boolean isMajorVersion()
true if this CMIS object is the latest version (CMIS property
cmis:isMajorVersion).
java.lang.Boolean isLatestMajorVersion()
true if this CMIS object is the latest major version (CMIS property
cmis:isLatestMajorVersion).
java.lang.String getVersionLabel()
cmis:versionLabel).
java.lang.String getVersionSeriesId()
cmis:versionSeriesId).
java.lang.Boolean isVersionSeriesCheckedOut()
true if this version series is checked out (CMIS property
cmis:isVersionSeriesCheckedOut).
java.lang.String getVersionSeriesCheckedOutBy()
cmis:versionSeriesCheckedOutBy).
java.lang.String getVersionSeriesCheckedOutId()
cmis:versionSeriesCheckedOutId).
java.lang.String getCheckinComment()
cmis:checkinComment).
long getContentStreamLength()
cmis:contentStreamLength).
java.lang.String getContentStreamMimeType()
null if the document
has no content (CMIS property cmis:contentStreamMimeType).
java.lang.String getContentStreamFileName()
null if the document
has no content (CMIS property cmis:contentStreamFileName).
java.lang.String getContentStreamId()
null if the document has no
content (CMIS property cmis:contentStreamId).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||