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 classRenditionLocationImplThis simple class is a struct containing a rendition node, its parent and its name.Methods in org.alfresco.repo.rendition that return RenditionLocation Modifier and Type Method Description RenditionLocationRenditionLocationResolver. getRenditionLocation(NodeRef sourceNode, RenditionDefinition definition, NodeRef tempRenditionLocation)RenditionLocationStandardRenditionLocationResolverImpl. getRenditionLocation(NodeRef sourceNode, RenditionDefinition definition, NodeRef tempRenditionLocation)Constructors in org.alfresco.repo.rendition with parameters of type RenditionLocation Constructor Description RenditionNodeManager(NodeRef sourceNode, NodeRef tempRenditionNode, RenditionLocation location, RenditionDefinition renditionDefinition, NodeService nodeService, RenditionService renditionService, BehaviourFilter behaviourFilter) -
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(NodeRef sourceNode, RenditionDefinition definition, NodeRef tempRendition)Given a rendition definition, a source node and a temporary rendition node, this method uses aRenditionLocationResolverto calculate theRenditionLocationof the rendition.
-