|
||||||||||
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 | |
---|---|
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 |
Boolean |
isVersionSeriesCheckedOut()
Returns true if this version series is checked out (CMIS property
cmis:isVersionSeriesCheckedOut ). |
Method Detail |
---|
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
).
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
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |