|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Document
The Document interface represents an existing JCR document.
| Method Summary | |
|---|---|
String |
getEncoding()
Gets the encoding of the document content. |
String |
getRevisionComment()
Gets the version comment of the revision represented by this Document object. |
String |
getRevisionId()
Gets the id of the revision represented by this Document object. |
String |
getRevisionName()
Gets the name of the revision represented by this Document object. |
long |
getSize()
Gets the size of a the document content in bytes. |
List<String> |
getVersionLabels()
Gets all labels assigned to the revision represented by this Document object. |
| Methods inherited from interface org.eclipse.stardust.engine.api.runtime.DocumentInfo |
|---|
getContentType, getDocumentAnnotations, getDocumentType, setContentType, setDocumentAnnotations, setDocumentType |
| Methods inherited from interface org.eclipse.stardust.engine.api.runtime.Resource |
|---|
getId, getPath, getRepositoryId |
| Methods inherited from interface org.eclipse.stardust.engine.api.runtime.ResourceInfo |
|---|
getDateCreated, getDateLastModified, getDescription, getName, getOwner, getProperties, getProperty, setDescription, setName, setOwner, setProperties, setProperty |
| Method Detail |
|---|
long getSize()
String getRevisionId()
Document object.
Document object.String getRevisionName()
Document object.
Document object.String getRevisionComment()
Document object.
Document object.List<String> getVersionLabels()
Document object.
Document object.String getEncoding()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||