|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.extensions.dms.data.DmsResourceBean
org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
public class DmsDocumentBean
| Constructor Summary | |
|---|---|
DmsDocumentBean()
|
|
DmsDocumentBean(java.util.Map legoDocument)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContentType()
Gets the content type of the JCR document (e.g. |
DocumentAnnotations |
getDocumentAnnotations()
|
DocumentType |
getDocumentType()
|
java.lang.String |
getEncoding()
Gets the encoding of the document content. |
java.lang.String |
getLockOwner()
|
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. |
void |
setContentType(java.lang.String contentType)
Sets the content type of the JCR document. |
void |
setDocumentAnnotations(DocumentAnnotations documentAnnotations)
|
void |
setDocumentType(DocumentType documentType)
|
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.stardust.engine.extensions.dms.data.DmsResourceBean |
|---|
equals, getDateCreated, getDateLastModified, getDescription, getId, getName, getOwner, getPath, getProperties, getProperty, getRepositoryId, setDescription, setName, setOwner, setProperties, setProperty, vfsResource |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public DmsDocumentBean()
public DmsDocumentBean(java.util.Map legoDocument)
| Method Detail |
|---|
public long getSize()
Document
getSize in interface Documentpublic java.lang.String getContentType()
DocumentInfo
getContentType in interface DocumentInfopublic void setContentType(java.lang.String contentType)
DocumentInfo
setContentType in interface DocumentInfocontentType - the content type of the JCR document.public java.lang.String getRevisionId()
DocumentDocument object.
getRevisionId in interface DocumentDocument object.public java.lang.String getRevisionName()
DocumentDocument object.
getRevisionName in interface DocumentDocument object.public java.lang.String getRevisionComment()
DocumentDocument object.
getRevisionComment in interface DocumentDocument object.public java.util.List getVersionLabels()
DocumentDocument object.
getVersionLabels in interface DocumentDocument object.public java.lang.String getLockOwner()
public java.lang.String getEncoding()
Document
getEncoding in interface Documentpublic DocumentAnnotations getDocumentAnnotations()
getDocumentAnnotations in interface DocumentInfopublic void setDocumentAnnotations(DocumentAnnotations documentAnnotations)
setDocumentAnnotations in interface DocumentInfopublic void setDocumentType(DocumentType documentType)
setDocumentType in interface DocumentInfopublic DocumentType getDocumentType()
getDocumentType in interface DocumentInfopublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||