Package | Description |
---|---|
org.alfresco.repo.rendition | |
org.alfresco.repo.rendition.executer |
Modifier and Type | Class and Description |
---|---|
class |
RenditionLocationImpl
This simple class is a struct containing a rendition node, its parent and its name.
|
Modifier and Type | Method and Description |
---|---|
RenditionLocation |
StandardRenditionLocationResolverImpl.getRenditionLocation(org.alfresco.service.cmr.repository.NodeRef sourceNode,
RenditionDefinition definition,
org.alfresco.service.cmr.repository.NodeRef tempRenditionLocation) |
RenditionLocation |
RenditionLocationResolver.getRenditionLocation(org.alfresco.service.cmr.repository.NodeRef sourceNode,
RenditionDefinition definition,
org.alfresco.service.cmr.repository.NodeRef tempRenditionLocation) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
protected RenditionLocation |
AbstractRenderingEngine.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 a
RenditionLocationResolver to calculate the RenditionLocation of the rendition. |
Copyright © 2005–2017 Alfresco Software. All rights reserved.