Modifier and Type | Method and Description |
---|---|
List<RenditionDefinition> |
PictureRenditionDefinitionProvider.getRenditionDefinitions(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
boolean |
PictureRenditionProvider.isAvailable(DocumentModel doc,
RenditionDefinition definition) |
List<Blob> |
PictureRenditionProvider.render(DocumentModel doc,
RenditionDefinition definition) |
Modifier and Type | Method and Description |
---|---|
List<RenditionDefinition> |
Renderable.getAvailableRenditionDefinitions()
Returns
RenditionDefinition that are available on the underlying object |
Modifier and Type | Method and Description |
---|---|
List<RenditionDefinition> |
RenditionActionBean.getVisibleRenditionDefinitions() |
Modifier and Type | Field and Description |
---|---|
protected List<RenditionDefinition> |
RenderableDocument.defs |
Modifier and Type | Method and Description |
---|---|
List<RenditionDefinition> |
RenderableDocument.getAvailableRenditionDefinitions() |
Modifier and Type | Method and Description |
---|---|
protected Rendition |
RenderableDocument.getRendition(RenditionDefinition def) |
Modifier and Type | Field and Description |
---|---|
static Comparator<RenditionDefinition> |
SuggestRenditionDefinitionEntry.LABEL_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
protected List<RenditionDefinition> |
SuggestRenditionDefinitionEntry.getSuggestions(String searchTerm) |
Modifier and Type | Method and Description |
---|---|
int |
SuggestRenditionDefinitionEntry.RenditionDefinitionComparator.compare(RenditionDefinition o1,
RenditionDefinition o2) |
Modifier and Type | Method and Description |
---|---|
String |
DefaultAutomationRenditionProvider.getVariant(DocumentModel doc,
RenditionDefinition definition) |
static String |
AutomationRenderer.getVariant(DocumentModel doc,
RenditionDefinition definition)
Generates the optional
RENDITION_VARIANT_PROPERTY value for a given RenditionDefinition . |
default String |
RenditionProvider.getVariant(DocumentModel doc,
RenditionDefinition definition)
Gets the optional
RENDITION_VARIANT_PROPERTY value for a given RenditionDefinition . |
boolean |
DefaultAutomationRenditionProvider.isAvailable(DocumentModel doc,
RenditionDefinition def) |
boolean |
RenditionProvider.isAvailable(DocumentModel doc,
RenditionDefinition definition)
Test if the Rendition is available on the given DocumentModel
|
static boolean |
AutomationRenderer.isRenditionAvailable(DocumentModel doc,
RenditionDefinition def)
Test if the Rendition is available on the given DocumentModel
|
List<Blob> |
DefaultAutomationRenditionProvider.render(DocumentModel doc,
RenditionDefinition definition) |
List<Blob> |
RenditionProvider.render(DocumentModel doc,
RenditionDefinition definition)
Generate the rendition Blobs for a given
RenditionDefinition . |
static List<Blob> |
AutomationRenderer.render(DocumentModel doc,
RenditionDefinition definition,
CoreSession session)
Generate the rendition Blobs for a given
RenditionDefinition . |
Modifier and Type | Field and Description |
---|---|
protected RenditionDefinition |
AbstractRendition.definition |
Modifier and Type | Method and Description |
---|---|
protected RenditionDefinition |
AbstractRendition.getDefinition() |
Constructor and Description |
---|
AbstractRendition(RenditionDefinition definition) |
LazyRendition(RenditionDefinition definition) |
LiveRendition(DocumentModel doc,
RenditionDefinition definition) |
StoredRendition(DocumentModel stored,
RenditionDefinition definition) |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractRenditionBuilderWork.buildId(DocumentModel doc,
RenditionDefinition def) |
protected String |
AbstractLazyCachableRenditionProvider.buildRenditionKey(DocumentModel doc,
RenditionDefinition def) |
protected List<Blob> |
AutomationRenditionBuilder.doComputeRendition(CoreSession session,
DocumentModel doc,
RenditionDefinition def) |
protected abstract List<Blob> |
AbstractRenditionBuilderWork.doComputeRendition(CoreSession session,
DocumentModel doc,
RenditionDefinition def)
Does the actual Rendition Computation : this code will be called from inside an Asynchronous Work
|
protected Work |
AutomationLazyRenditionProvider.getRenditionWork(String key,
DocumentModel doc,
RenditionDefinition def) |
protected abstract Work |
AbstractLazyCachableRenditionProvider.getRenditionWork(String key,
DocumentModel doc,
RenditionDefinition def)
|
String |
AbstractLazyCachableRenditionProvider.getVariant(DocumentModel doc,
RenditionDefinition definition) |
boolean |
AutomationLazyRenditionProvider.isAvailable(DocumentModel doc,
RenditionDefinition def) |
List<Blob> |
AbstractLazyCachableRenditionProvider.render(DocumentModel doc,
RenditionDefinition def) |
Constructor and Description |
---|
AbstractRenditionBuilderWork(String key,
DocumentModel doc,
RenditionDefinition def) |
AutomationRenditionBuilder(String key,
DocumentModel doc,
RenditionDefinition def) |
Modifier and Type | Field and Description |
---|---|
protected RenditionDefinition |
RenditionFinder.renditionDefinition |
protected RenditionDefinition |
RenditionCreator.renditionDefinition |
Modifier and Type | Field and Description |
---|---|
protected Map<String,RenditionDefinition> |
RenditionDefinitionRegistry.descriptors |
protected Map<String,RenditionDefinition> |
RenditionServiceImpl.renditionDefinitions
Deprecated.
since 7.3.
|
Modifier and Type | Method and Description |
---|---|
RenditionDefinition |
RenditionDefinitionRegistry.clone(RenditionDefinition contrib) |
protected RenditionDefinition |
RenditionServiceImpl.getAvailableRenditionDefinition(DocumentModel doc,
String renditionName) |
RenditionDefinition |
RenditionServiceImpl.getRenditionDefinition(String name) |
RenditionDefinition |
RenditionDefinitionRegistry.getRenditionDefinition(String name) |
RenditionDefinition |
RenditionDefinitionProviderRegistry.getRenditionDefinition(String name,
DocumentModel doc) |
protected RenditionDefinition |
RenditionServiceImpl.mergeRenditions(RenditionDefinition oldRenditionDefinition,
RenditionDefinition newRenditionDefinition) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RenditionDefinitionRegistry.canUseRenditionDefinition(RenditionDefinition renditionDefinition,
DocumentModel doc) |
RenditionDefinition |
RenditionDefinitionRegistry.clone(RenditionDefinition contrib) |
void |
RenditionDefinitionRegistry.contributionRemoved(String id,
RenditionDefinition contrib) |
void |
RenditionDefinitionRegistry.contributionUpdated(String id,
RenditionDefinition contrib,
RenditionDefinition newOrigContrib) |
StoredRendition |
StoredRenditionManager.createStoredRendition(DocumentModel liveDocument,
DocumentModel versionDocument,
Blob renditionBlob,
RenditionDefinition renditionDefinition)
Creates a
StoredRendition for the live document or the version document if provided. |
StoredRendition |
DefaultStoredRenditionManager.createStoredRendition(DocumentModel liveDocument,
DocumentModel versionDocument,
Blob renditionBlob,
RenditionDefinition renditionDefinition) |
StoredRendition |
StoredRenditionManager.findStoredRendition(DocumentModel sourceDocument,
RenditionDefinition renditionDefinition)
Finds the
StoredRendition associated with a DocumentModel . |
StoredRendition |
DefaultStoredRenditionManager.findStoredRendition(DocumentModel sourceDocument,
RenditionDefinition renditionDefinition) |
String |
RenditionDefinitionRegistry.getContributionId(RenditionDefinition renditionDefinition) |
protected Rendition |
RenditionServiceImpl.getRendition(DocumentModel doc,
RenditionDefinition renditionDefinition,
boolean store) |
void |
RenditionDefinition.merge(RenditionDefinition other) |
void |
RenditionDefinitionRegistry.merge(RenditionDefinition source,
RenditionDefinition dest) |
protected RenditionDefinition |
RenditionServiceImpl.mergeRenditions(RenditionDefinition oldRenditionDefinition,
RenditionDefinition newRenditionDefinition) |
protected void |
RenditionServiceImpl.registerRendition(RenditionDefinition renditionDefinition)
Deprecated.
since 7.3. RenditionDefinitions are store in
RenditionServiceImpl.renditionDefinitionRegistry . |
protected void |
RenditionServiceImpl.setupProvider(RenditionDefinition definition)
Deprecated.
since 7.3. RenditionDefinitions are store in
RenditionServiceImpl.renditionDefinitionRegistry . |
protected void |
RenditionDefinitionRegistry.setupProvider(RenditionDefinition definition) |
protected StoredRendition |
DefaultStoredRenditionManager.toStoredRendition(DocumentModel storedDoc,
RenditionDefinition def,
String sessionId)
Wraps the re-attached stored document in a
StoredRendition . |
protected void |
RenditionServiceImpl.unregisterRendition(RenditionDefinition renditionDefinition)
Deprecated.
since 7.3. RenditionDefinitions are store in
RenditionServiceImpl.renditionDefinitionRegistry . |
Constructor and Description |
---|
RenditionCreator(DocumentModel liveDocument,
DocumentModel versionDocument,
Blob renditionBlob,
RenditionDefinition renditionDefinition) |
RenditionDefinition(RenditionDefinition other)
Copy constructor.
|
RenditionFinder(DocumentModel source,
RenditionDefinition renditionDefinition) |
Modifier and Type | Method and Description |
---|---|
boolean |
ThumbnailRenditionProvider.isAvailable(DocumentModel doc,
RenditionDefinition definition) |
List<Blob> |
ThumbnailRenditionProvider.render(DocumentModel doc,
RenditionDefinition definition) |
Modifier and Type | Method and Description |
---|---|
List<RenditionDefinition> |
VideoRenditionDefinitionProvider.getRenditionDefinitions(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
boolean |
VideoRenditionProvider.isAvailable(DocumentModel doc,
RenditionDefinition definition) |
List<Blob> |
VideoRenditionProvider.render(DocumentModel doc,
RenditionDefinition definition) |
Modifier and Type | Method and Description |
---|---|
boolean |
TemplateBasedRenditionProvider.isAvailable(DocumentModel doc,
RenditionDefinition def) |
boolean |
HtmlRenditionProvider.isAvailable(DocumentModel doc,
RenditionDefinition def) |
List<Blob> |
TemplateBasedRenditionProvider.render(DocumentModel doc,
RenditionDefinition definition) |
List<Blob> |
HtmlRenditionProvider.render(DocumentModel doc,
RenditionDefinition definition) |
Modifier and Type | Method and Description |
---|---|
List<RenditionDefinition> |
BaseTemplateAction.getRenditions() |
Copyright © 2016 Nuxeo SA. All rights reserved.