Class AutomationLazyRenditionProvider
java.lang.Object
org.nuxeo.ecm.platform.rendition.extension.DefaultAutomationRenditionProvider
org.nuxeo.ecm.platform.rendition.lazy.AbstractLazyCachableRenditionProvider
org.nuxeo.ecm.platform.rendition.lazy.AutomationLazyRenditionProvider
- All Implemented Interfaces:
RenditionProvider
- Since:
- 7.2
- Author:
- Tiry
-
Field Summary
Fields inherited from class org.nuxeo.ecm.platform.rendition.lazy.AbstractLazyCachableRenditionProvider
CACHE_NAME, log, SOURCE_DOCUMENT_MODIFICATION_DATE_KEY
Fields inherited from class org.nuxeo.ecm.platform.rendition.extension.DefaultAutomationRenditionProvider
VARIANT_POLICY_USER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Work
getRenditionWork
(String key, DocumentModel doc, RenditionDefinition def) Methods inherited from class org.nuxeo.ecm.platform.rendition.lazy.AbstractLazyCachableRenditionProvider
buildRenditionKey, getBlobInfo, getDigest, getSourceDocumentModificationDate, getTransientStore, handleCompletedRendition, handleIncompleteRendition, handleNewRendition, render, toHexString
Methods inherited from class org.nuxeo.ecm.platform.rendition.extension.DefaultAutomationRenditionProvider
getVariant, isAvailable
-
Constructor Details
-
AutomationLazyRenditionProvider
public AutomationLazyRenditionProvider()
-
-
Method Details
-
getRenditionWork
Description copied from class:AbstractLazyCachableRenditionProvider
Return theWork
that will compute theRendition
.AbstractRenditionBuilderWork
can be used as a base class- Specified by:
getRenditionWork
in classAbstractLazyCachableRenditionProvider
- Parameters:
key
- the key used to renditiondoc
- the targetDocumentModel
def
- theRenditionDefinition
-