|
|||||||||
| 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 | |
|---|---|
java.lang.String |
getEncoding()
Gets the encoding of the document content. |
java.lang.String |
getRevisionComment()
Gets the version comment of the revision represented by this Document object. |
java.lang.String |
getRevisionId()
Gets the id of the revision represented by this Document object. |
java.lang.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. |
java.util.List |
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()
java.lang.String getRevisionId()
Document object.
Document object.java.lang.String getRevisionName()
Document object.
Document object.java.lang.String getRevisionComment()
Document object.
Document object.java.util.List getVersionLabels()
Document object.
Document object.java.lang.String getEncoding()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||