public interface DocumentInfo extends ResourceInfo
DocumentInfo keeps information common to
both existing and not yet existing JCR documents.| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
Gets the content type of the JCR document (e.g.
|
DocumentAnnotations |
getDocumentAnnotations() |
DocumentType |
getDocumentType() |
void |
setContentType(String type)
Sets the content type of the JCR document.
|
void |
setDocumentAnnotations(DocumentAnnotations documentAnnotations) |
void |
setDocumentType(DocumentType documentType) |
getDateCreated, getDateLastModified, getDescription, getName, getOwner, getProperties, getProperty, setDescription, setName, setOwner, setProperties, setPropertyString getContentType()
void setContentType(String type)
type - the content type of the JCR document.DocumentType getDocumentType()
void setDocumentType(DocumentType documentType)
documentType - DocumentAnnotations getDocumentAnnotations()
void setDocumentAnnotations(DocumentAnnotations documentAnnotations)
documentAnnotations - Copyright © 2016 Eclipse Stardust. All Rights Reserved.