|
|||||||||
| 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 | |
|---|---|
java.lang.String |
getContentType()
Gets the content type of the JCR document (e.g. |
DocumentAnnotations |
getDocumentAnnotations()
|
DocumentType |
getDocumentType()
|
void |
setContentType(java.lang.String type)
Sets the content type of the JCR document. |
void |
setDocumentAnnotations(DocumentAnnotations documentAnnotations)
|
void |
setDocumentType(DocumentType documentType)
|
| 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 |
|---|
java.lang.String getContentType()
void setContentType(java.lang.String type)
type - the content type of the JCR document.DocumentType getDocumentType()
void setDocumentType(DocumentType documentType)
documentType - DocumentAnnotations getDocumentAnnotations()
void setDocumentAnnotations(DocumentAnnotations documentAnnotations)
documentAnnotations -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||