@Deprecated public interface RichText extends Resource
Modifier and Type | Method and Description |
---|---|
Folder |
getAdditionalDataFolder()
Deprecated.
Returns the Folder holding additional data.
Its internal organization is application dependant. |
String[] |
getAnnotationNames()
Deprecated.
Get the content annotation names.
|
String[] |
getAnnotationValues(String name)
Deprecated.
Get the values of a given annotation.
|
getEncoding, getInputStream, getLastModified, getLength, getMimeType
Folder getAdditionalDataFolder()
String[] getAnnotationNames() throws AmetysRepositoryException
AmetysRepositoryException
- if an error occurs.String[] getAnnotationValues(String name) throws AmetysRepositoryException
name
- The name of the annotation.AmetysRepositoryException
- if an error occurs.