Uses of Interface
org.alfresco.repo.rendition.RenditionLocation
-
Packages that use RenditionLocation Package Description org.alfresco.repo.rendition org.alfresco.repo.rendition.executer -
-
Uses of RenditionLocation in org.alfresco.repo.rendition
Classes in org.alfresco.repo.rendition that implement RenditionLocation Modifier and Type Class Description classRenditionLocationImplDeprecated.The RenditionService is being replace by the simpler async RenditionService2.Methods in org.alfresco.repo.rendition that return RenditionLocation Modifier and Type Method Description RenditionLocationRenditionLocationResolver. getRenditionLocation(org.alfresco.service.cmr.repository.NodeRef sourceNode, RenditionDefinition definition, org.alfresco.service.cmr.repository.NodeRef tempRenditionLocation)Deprecated.RenditionLocationStandardRenditionLocationResolverImpl. getRenditionLocation(org.alfresco.service.cmr.repository.NodeRef sourceNode, RenditionDefinition definition, org.alfresco.service.cmr.repository.NodeRef tempRenditionLocation)Deprecated.Constructors in org.alfresco.repo.rendition with parameters of type RenditionLocation 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 RenditionLocation in org.alfresco.repo.rendition.executer
Methods in org.alfresco.repo.rendition.executer that return RenditionLocation Modifier and Type Method Description protected RenditionLocationAbstractRenderingEngine. resolveRenditionLocation(org.alfresco.service.cmr.repository.NodeRef sourceNode, RenditionDefinition definition, org.alfresco.service.cmr.repository.NodeRef tempRendition)Deprecated.Given a rendition definition, a source node and a temporary rendition node, this method uses aRenditionLocationResolverto calculate theRenditionLocationof the rendition.
-