Uses of Interface
org.alfresco.service.cmr.rendition.RenditionService
-
Packages that use RenditionService Package Description org.alfresco.opencmis org.alfresco.repo.ownable.impl org.alfresco.repo.rendition org.alfresco.repo.rendition.executer org.alfresco.repo.service org.alfresco.repo.thumbnail org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of RenditionService in org.alfresco.opencmis
Methods in org.alfresco.opencmis with parameters of type RenditionService Modifier and Type Method Description voidCMISConnector. setrenditionService(RenditionService renditionService)Deprecated.The RenditionService is being replace by the simpler async RenditionService2.Constructors in org.alfresco.opencmis with parameters of type RenditionService Constructor Description CMISRenditionMapping(org.alfresco.service.cmr.repository.NodeService nodeService, ContentService contentService, RenditionService renditionService, TransactionService transactionService, java.util.Map<java.lang.String,java.util.List<java.lang.String>> renditionKinds)Deprecated. -
Uses of RenditionService in org.alfresco.repo.ownable.impl
Methods in org.alfresco.repo.ownable.impl with parameters of type RenditionService Modifier and Type Method Description voidOwnableServiceImpl. setRenditionService(RenditionService renditionService) -
Uses of RenditionService in org.alfresco.repo.rendition
Classes in org.alfresco.repo.rendition that implement RenditionService Modifier and Type Class Description classRenditionServiceImplDeprecated.Methods in org.alfresco.repo.rendition with parameters of type RenditionService Modifier and Type Method Description voidRenditionedAspect. setRenditionService(RenditionService renditionService)Deprecated.Set the rendition serviceConstructors in org.alfresco.repo.rendition with parameters of type RenditionService Constructor Description RenditionNodeManager(org.alfresco.service.cmr.repository.NodeRef sourceNode, org.alfresco.service.cmr.repository.NodeRef tempRenditionNode, RenditionLocation location, RenditionDefinition renditionDefinition, org.alfresco.service.cmr.repository.NodeService nodeService, RenditionService renditionService, BehaviourFilter behaviourFilter)Deprecated. -
Uses of RenditionService in org.alfresco.repo.rendition.executer
Methods in org.alfresco.repo.rendition.executer with parameters of type RenditionService Modifier and Type Method Description voidAbstractRenderingEngine. setRenditionService(RenditionService renditionService)Deprecated.Injects the renditionService bean.voidDeleteRenditionActionExecuter. setRenditionService(RenditionService renditionService)Deprecated. -
Uses of RenditionService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return RenditionService Modifier and Type Method Description RenditionServiceServiceDescriptorRegistry. getRenditionService()Deprecated.The RenditionService is being replace by the simpler async RenditionService2. -
Uses of RenditionService in org.alfresco.repo.thumbnail
Fields in org.alfresco.repo.thumbnail declared as RenditionService Modifier and Type Field Description protected RenditionServiceThumbnailRegistry. renditionServiceDeprecated.Rendition serviceMethods in org.alfresco.repo.thumbnail with parameters of type RenditionService Modifier and Type Method Description voidThumbnailRegistry. setRenditionService(RenditionService renditionService)Deprecated.Rendition servicevoidThumbnailRenditionConvertor. setRenditionService(RenditionService renditionService)Deprecated.voidThumbnailServiceImpl. setRenditionService(RenditionService renditionService)Deprecated.Set the rendition service.voidUpdateThumbnailActionExecuter. setRenditionService(RenditionService renditionService)Deprecated.Injects the rendition service. -
Uses of RenditionService in org.alfresco.service
Methods in org.alfresco.service that return RenditionService Modifier and Type Method Description RenditionServiceServiceRegistry. getRenditionService()Deprecated.The RenditionService is being replace by the simpler async RenditionService2.
-