Modifier and Type | Class and Description |
---|---|
class |
CompositeRenditionDefinitionImpl |
class |
RenditionDefinitionImpl |
Modifier and Type | Method and Description |
---|---|
RenditionDefinition |
RenditionServiceImpl.createRenditionDefinition(org.alfresco.service.namespace.QName renditionDefinitionName,
String renderingEngineName) |
RenditionDefinition |
CompositeRenditionDefinitionImpl.getAction(int index) |
RenditionDefinition |
RenditionDefinitionPersister.loadRenditionDefinition(org.alfresco.service.namespace.QName renditionName)
This method retrieves a
RenditionDefinition that has been stored
in the repository using the save() method. |
RenditionDefinition |
RenditionServiceImpl.loadRenditionDefinition(org.alfresco.service.namespace.QName renditionDefinitionName) |
RenditionDefinition |
RenditionDefinitionPersisterImpl.loadRenditionDefinition(org.alfresco.service.namespace.QName renditionDefinitionName) |
Modifier and Type | Method and Description |
---|---|
List<RenditionDefinition> |
CompositeRenditionDefinitionImpl.getActions() |
List<RenditionDefinition> |
RenditionDefinitionPersister.loadRenditionDefinitions()
This method retrieves the
RenditionDefinition s that have been
stored in the repository using the save() method. |
List<RenditionDefinition> |
RenditionServiceImpl.loadRenditionDefinitions() |
List<RenditionDefinition> |
RenditionDefinitionPersisterImpl.loadRenditionDefinitions() |
List<RenditionDefinition> |
RenditionDefinitionPersister.loadRenditionDefinitions(String renderingEngineName)
This method retrieves the stored
RenditionDefinition s that have
been registered for the specified rendering engine name. |
List<RenditionDefinition> |
RenditionServiceImpl.loadRenditionDefinitions(String renditionEngineName) |
List<RenditionDefinition> |
RenditionDefinitionPersisterImpl.loadRenditionDefinitions(String renditionEngineName) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeRenditionDefinitionImpl.addAction(int index,
RenditionDefinition action) |
void |
CompositeRenditionDefinitionImpl.addAction(RenditionDefinition action) |
void |
RenditionDefinitionPersisterImpl.deleteRenditionDefinition(RenditionDefinition renderingAction) |
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) |
int |
CompositeRenditionDefinitionImpl.indexOfAction(RenditionDefinition action) |
void |
CompositeRenditionDefinitionImpl.removeAction(RenditionDefinition action) |
org.alfresco.service.cmr.repository.ChildAssociationRef |
RenditionServiceImpl.render(org.alfresco.service.cmr.repository.NodeRef sourceNode,
RenditionDefinition definition) |
void |
RenditionServiceImpl.render(org.alfresco.service.cmr.repository.NodeRef sourceNode,
RenditionDefinition definition,
RenderCallback callback) |
void |
RenditionDefinitionPersister.saveRenditionDefinition(RenditionDefinition renditionDefinition)
This method serializes the
RenditionDefinition and stores it in
the repository. |
void |
RenditionServiceImpl.saveRenditionDefinition(RenditionDefinition renderingAction) |
void |
RenditionDefinitionPersisterImpl.saveRenditionDefinition(RenditionDefinition renderingAction) |
void |
CompositeRenditionDefinitionImpl.setAction(int index,
RenditionDefinition action) |
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 RenditionDefinition |
AbstractRenderingEngine.checkActionIsRenditionDefinition(Action action) |
RenditionDefinition |
AbstractRenderingEngine.RenderingContext.getDefinition() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRenderingEngine.executeImpl(RenditionDefinition renditionDef,
org.alfresco.service.cmr.repository.NodeRef sourceNode) |
static <T> T |
AbstractRenderingEngine.getCheckedParam(String paramName,
Class<T> clazz,
RenditionDefinition definition)
Gets the value for the named parameter.
|
static <T> T |
AbstractRenderingEngine.getParamWithDefault(String paramName,
T defaultValue,
RenditionDefinition definition)
Gets the value for the named parameter.
|
protected org.alfresco.service.namespace.QName |
AbstractRenderingEngine.getRenditionContentProperty(RenditionDefinition renditionDefinition) |
protected void |
AbstractRenderingEngine.notifyCallbackOfException(RenditionDefinition renditionDefinition,
Throwable t) |
protected void |
AbstractRenderingEngine.notifyCallbackOfResult(RenditionDefinition renditionDefinition,
org.alfresco.service.cmr.repository.ChildAssociationRef result) |
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. |
protected void |
AbstractRenderingEngine.switchToFinalRenditionNode(RenditionDefinition renditionDef,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
protected void |
AbstractRenderingEngine.tagSourceNodeAsRenditioned(RenditionDefinition renditionDef,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
Constructor and Description |
---|
RenderingContext(org.alfresco.service.cmr.repository.NodeRef sourceNode,
RenditionDefinition definition,
org.alfresco.service.namespace.QName renditionContentProperty) |
Constructor and Description |
---|
ScriptRenditionDefinition(ServiceRegistry serviceRegistry,
org.mozilla.javascript.Scriptable scope,
RenderingEngineDefinition engineDefinition,
RenditionDefinition renditionDefinition) |
Modifier and Type | Method and Description |
---|---|
RenditionDefinition |
ThumbnailRenditionConvertor.convert(ThumbnailDefinition thumbnailDefinition,
ThumbnailParentAssociationDetails assocDetails)
Given the specified
thumbnailDefinition and
assocDetails ,
create and return an equivalent RenditionDefinition object. |
Modifier and Type | Method and Description |
---|---|
ThumbnailDefinition |
ThumbnailRenditionConvertor.convert(RenditionDefinition renditionDefinition) |
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeRenditionDefinition
This is a special
RenditionDefinition which allows sequential
execution of a list of other RenditionDefinition s. |
Modifier and Type | Method and Description |
---|---|
RenditionDefinition |
RenditionService.createRenditionDefinition(org.alfresco.service.namespace.QName renditionName,
String renderingEngineName)
Creates a new
RenditionDefinition and sets the rendition name and
the rendering engine name to the specified values. |
RenditionDefinition |
RenditionServiceException.getRenditionDefinition()
Retrieves the
RenditionDefinition associated with this exception. |
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.ChildAssociationRef |
RenditionService.render(org.alfresco.service.cmr.repository.NodeRef sourceNode,
RenditionDefinition renditionDefinition)
This method synchronously renders content as specified by the given
RenditionDefinition . |
void |
RenditionService.render(org.alfresco.service.cmr.repository.NodeRef sourceNode,
RenditionDefinition renditionDefinition,
RenderCallback callback)
This method asynchronously renders content as specified by the given
RenditionDefinition . |
Constructor and Description |
---|
RenditionCancelledException(String message,
RenditionDefinition renditionDefinition)
Constructs a Rendition Cancelled Exception with the specified message and
RenditionDefinition . |
RenditionCancelledException(String message,
RenditionDefinition renditionDefinition,
Throwable source)
Constructs a Rendition Cancelled Exception with the specified message,
RenditionDefinition and
source exception
. |
RenditionPreventedException(String message,
RenditionDefinition renditionDefinition)
Constructs a Rendition Service Exception with the specified message and
RenditionDefinition . |
RenditionPreventedException(String message,
RenditionDefinition renditionDefinition,
Throwable source)
Constructs a Rendition Service Exception with the specified message,
RenditionDefinition and
source exception
. |
RenditionServiceException(String message,
RenditionDefinition renditionDefinition)
Constructs a Rendition Service Exception with the specified message and
RenditionDefinition . |
RenditionServiceException(String message,
RenditionDefinition renditionDefinition,
Throwable source)
Constructs a Rendition Service Exception with the specified message,
RenditionDefinition and
source exception
. |
Copyright © 2005–2017 Alfresco Software. All rights reserved.