Uses of Interface
org.alfresco.repo.rendition.RenditionLocation
Packages that use RenditionLocation
-
Uses of RenditionLocation in org.alfresco.repo.rendition
Classes in org.alfresco.repo.rendition that implement RenditionLocationModifier and TypeClassDescriptionclassDeprecated.The RenditionService is being replace by the simpler async RenditionService2.Methods in org.alfresco.repo.rendition that return RenditionLocationModifier and TypeMethodDescriptionRenditionLocationResolver.getRenditionLocation(NodeRef sourceNode, RenditionDefinition definition, NodeRef tempRenditionLocation) Deprecated.StandardRenditionLocationResolverImpl.getRenditionLocation(NodeRef sourceNode, RenditionDefinition definition, NodeRef tempRenditionLocation) Deprecated.Constructors in org.alfresco.repo.rendition with parameters of type RenditionLocationModifierConstructorDescriptionRenditionNodeManager(NodeRef sourceNode, NodeRef tempRenditionNode, RenditionLocation location, RenditionDefinition renditionDefinition, NodeService nodeService, RenditionService renditionService, BehaviourFilter behaviourFilter) Deprecated. -
Uses of RenditionLocation in org.alfresco.repo.rendition.executer
Methods in org.alfresco.repo.rendition.executer that return RenditionLocationModifier and TypeMethodDescriptionprotected RenditionLocationAbstractRenderingEngine.resolveRenditionLocation(NodeRef sourceNode, RenditionDefinition definition, NodeRef tempRendition) Deprecated.Given a rendition definition, a source node and a temporary rendition node, this method uses aRenditionLocationResolverto calculate theRenditionLocationof the rendition.