Package org.alfresco.repo.rendition2
Interface RenditionDefinitionRegistry2
- All Known Implementing Classes:
RenditionDefinitionRegistry2Impl
public interface RenditionDefinitionRegistry2
A registry of rendition definitions.
- Author:
- adavis
-
Method Summary
Modifier and TypeMethodDescriptiongetRenditionDefinition(String renditionName) getRenditionNamesFrom(String sourceMimetype, long size) Obtains the names of renditions that are possible from a given source mimetype.
-
Method Details
-
getRenditionNames
-
getRenditionNamesFrom
Obtains the names of renditions that are possible from a given source mimetype.- Parameters:
sourceMimetype- the mimetype of the source.size- the size of the source. May be-1if the size should be ignored.
-
getRenditionDefinition
-