|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Content
Method Summary | |
---|---|
void |
appendContent(org.apache.chemistry.opencmis.commons.data.ContentStream content)
Append content to an existing content stream. |
org.apache.chemistry.opencmis.commons.data.ContentStream |
getContent(long offset,
long length)
retrieve the content of a document |
boolean |
hasContent()
return true if this object has content or false if there is no content attached. |
void |
setContent(org.apache.chemistry.opencmis.commons.data.ContentStream content,
boolean mustPersist)
Assign content to a document. |
Method Detail |
---|
boolean hasContent()
org.apache.chemistry.opencmis.commons.data.ContentStream getContent(long offset, long length)
void setContent(org.apache.chemistry.opencmis.commons.data.ContentStream content, boolean mustPersist)
content
- content to be assigned to the document.mustPersist
- persist document (set to false if content is set during
creation of a document)void appendContent(org.apache.chemistry.opencmis.commons.data.ContentStream content)
content
- content to be assigned to the document.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |