Interface RichText
-
- All Superinterfaces:
Resource
- All Known Subinterfaces:
ModifiableRichText
- All Known Implementing Classes:
JCRRichText
@Deprecated public interface RichText extends Resource
Deprecated.Use org.ametys.cms.data.RichText insteadA resource with additional data.
A RichText is typically an XML or HTML stream with attached pictures.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method 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.-
Methods inherited from interface org.ametys.plugins.repository.metadata.Resource
getEncoding, getInputStream, getLastModified, getLength, getMimeType
-
-
-
-
Method Detail
-
getAdditionalDataFolder
Folder getAdditionalDataFolder()
Deprecated.Returns the Folder holding additional data.
Its internal organization is application dependant.- Returns:
- the Folder holding additional data
-
getAnnotationNames
String[] getAnnotationNames() throws AmetysRepositoryException
Deprecated.Get the content annotation names.- Returns:
- the annotation names.
- Throws:
AmetysRepositoryException
- if an error occurs.
-
getAnnotationValues
String[] getAnnotationValues(String name) throws AmetysRepositoryException
Deprecated.Get the values of a given annotation.- Parameters:
name
- The name of the annotation.- Returns:
- The annotation values.
- Throws:
AmetysRepositoryException
- if an error occurs.
-
-