|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DocumentInfo
The DocumentInfo keeps information common to
both existing and not yet existing JCR documents.
| 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 |
void |
setContentType(String type)
Sets the content type of the JCR document. |
void |
setDocumentAnnotations(DocumentAnnotations documentAnnotations)
|
void |
setDocumentType(DocumentType documentType)
Sets the meta data structure of a document |
| 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 |
|---|
String getContentType()
void setContentType(String type)
type - the content type of the JCR document.DocumentType getDocumentType()
void setDocumentType(DocumentType documentType)
documentType - the meta data structure of a documentDocumentAnnotations getDocumentAnnotations()
void setDocumentAnnotations(DocumentAnnotations documentAnnotations)
documentAnnotations -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||