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(org.alfresco.service.cmr.repository.NodeRef sourceNode, RenditionDefinition definition, org.alfresco.service.cmr.repository.NodeRef tempRenditionLocation)RenditionLocationStandardRenditionLocationResolverImpl. getRenditionLocation(org.alfresco.service.cmr.repository.NodeRef sourceNode, RenditionDefinition definition, org.alfresco.service.cmr.repository.NodeRef tempRenditionLocation)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) -
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)Given a rendition definition, a source node and a temporary rendition node, this method uses aRenditionLocationResolverto calculate theRenditionLocationof the rendition.
-