|
|||||||||
| 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(Map legoDocument)
|
|
| Method Summary | |
|---|---|
String |
getContentType()
Gets the content type of the JCR document (e.g. |
DocumentAnnotations |
getDocumentAnnotations()
|
DocumentType |
getDocumentType()
Returns the meta data structure of a document |
String |
getEncoding()
Gets the encoding of the document content. |
String |
getLockOwner()
Deprecated. |
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 |
getVersionLabels()
Gets all labels assigned to the revision represented by this Document object. |
void |
setContentType(String contentType)
Sets the content type of the JCR document. |
void |
setDocumentAnnotations(DocumentAnnotations documentAnnotations)
|
void |
setDocumentType(DocumentType documentType)
Sets the meta data structure of a document |
void |
setEncoding(String encoding)
|
void |
setRevisionComment(String revisionComment)
|
void |
setRevisionId(String revisionId)
|
void |
setRevisionName(String revisionName)
|
void |
setSize(long size)
|
void |
setVersionLabels(List<String> versionLabels)
|
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, setDateCreated, setDateLastModified, setDescription, setId, setName, setOwner, setPath, 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(Map legoDocument)
| Method Detail |
|---|
public long getSize()
Document
getSize in interface Documentpublic void setSize(long size)
public String getContentType()
DocumentInfo
getContentType in interface DocumentInfopublic void setContentType(String contentType)
DocumentInfo
setContentType in interface DocumentInfocontentType - the content type of the JCR document.public String getRevisionId()
DocumentDocument object.
getRevisionId in interface DocumentDocument object.public void setRevisionId(String revisionId)
public String getRevisionName()
DocumentDocument object.
getRevisionName in interface DocumentDocument object.public void setRevisionName(String revisionName)
public String getRevisionComment()
DocumentDocument object.
getRevisionComment in interface DocumentDocument object.public void setRevisionComment(String revisionComment)
public List getVersionLabels()
DocumentDocument object.
getVersionLabels in interface DocumentDocument object.public void setVersionLabels(List<String> versionLabels)
@Deprecated public String getLockOwner()
public String getEncoding()
Document
getEncoding in interface Documentpublic void setEncoding(String encoding)
public DocumentAnnotations getDocumentAnnotations()
getDocumentAnnotations in interface DocumentInfopublic void setDocumentAnnotations(DocumentAnnotations documentAnnotations)
setDocumentAnnotations in interface DocumentInfopublic void setDocumentType(DocumentType documentType)
DocumentInfo
setDocumentType in interface DocumentInfodocumentType - the meta data structure of a documentpublic DocumentType getDocumentType()
DocumentInfo
getDocumentType in interface DocumentInfopublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||