Uses of Interface
org.nuxeo.ecm.platform.rendition.extension.RenditionProvider
-
-
Uses of RenditionProvider in org.nuxeo.ecm.platform.picture.rendition
Classes in org.nuxeo.ecm.platform.picture.rendition that implement RenditionProvider Modifier and Type Class Description classPictureRenditionProviderProvides a rendition based on a picture view (referenced through the rendition definition name). -
Uses of RenditionProvider in org.nuxeo.ecm.platform.rendition.extension
Classes in org.nuxeo.ecm.platform.rendition.extension that implement RenditionProvider Modifier and Type Class Description classDefaultAutomationRenditionProviderclassPdfAutomationRenditionProviderRendition provider for Pdf conversion which checks that we have a suitable converter given a source mime-type. -
Uses of RenditionProvider in org.nuxeo.ecm.platform.rendition.lazy
Classes in org.nuxeo.ecm.platform.rendition.lazy that implement RenditionProvider Modifier and Type Class Description classAbstractLazyCachableRenditionProviderDefault implementation of an asynchronousRenditionProviderclassAutomationLazyRenditionProvider -
Uses of RenditionProvider in org.nuxeo.ecm.platform.rendition.service
Fields in org.nuxeo.ecm.platform.rendition.service declared as RenditionProvider Modifier and Type Field Description protected RenditionProviderRenditionDefinition. providerFields in org.nuxeo.ecm.platform.rendition.service with type parameters of type RenditionProvider Modifier and Type Field Description protected Class<? extends RenditionProvider>RenditionDefinition. providerClassMethods in org.nuxeo.ecm.platform.rendition.service that return RenditionProvider Modifier and Type Method Description RenditionProviderRenditionDefinition. getProvider()Methods in org.nuxeo.ecm.platform.rendition.service that return types with arguments of type RenditionProvider Modifier and Type Method Description Class<? extends RenditionProvider>RenditionDefinition. getProviderClass()Methods in org.nuxeo.ecm.platform.rendition.service with parameters of type RenditionProvider Modifier and Type Method Description voidRenditionDefinition. setProvider(RenditionProvider provider)Method parameters in org.nuxeo.ecm.platform.rendition.service with type arguments of type RenditionProvider Modifier and Type Method Description voidRenditionDefinition. setProviderClass(Class<? extends RenditionProvider> providerClass) -
Uses of RenditionProvider in org.nuxeo.ecm.platform.threed.rendition
Classes in org.nuxeo.ecm.platform.threed.rendition that implement RenditionProvider Modifier and Type Class Description classRenderViewRenditionProviderProvides a rendition based on a render view (referenced through the rendition definition name).classTransmissionThreeDRenditionProviderProvides a rendition based on a 3d transmission format (referenced through the rendition definition lod).Methods in org.nuxeo.ecm.platform.threed.rendition with parameters of type RenditionProvider Modifier and Type Method Description protected RenditionDefinitionThreeDRenditionDefinitionProvider. buildRenditionDefinition(String title, String name, Blob blob, String kind, RenditionProvider provider, boolean visible, String iconPath) -
Uses of RenditionProvider in org.nuxeo.ecm.platform.thumbnail.rendition
Classes in org.nuxeo.ecm.platform.thumbnail.rendition that implement RenditionProvider Modifier and Type Class Description classThumbnailRenditionProvider -
Uses of RenditionProvider in org.nuxeo.ecm.platform.video.rendition
Classes in org.nuxeo.ecm.platform.video.rendition that implement RenditionProvider Modifier and Type Class Description classVideoRenditionProviderProvides a rendition based on a transcoded video (referenced through the rendition definition name). -
Uses of RenditionProvider in org.nuxeo.template.rendition
Classes in org.nuxeo.template.rendition that implement RenditionProvider Modifier and Type Class Description classHtmlRenditionProviderclassTemplateBasedRenditionProvider
-