| Modifier and Type | Class and Description |
|---|---|
class |
CompositeRenditionDefinitionImpl
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
|
class |
RenditionDefinitionImpl
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
|
| Modifier and Type | Method and Description |
|---|---|
RenditionDefinition |
RenditionServiceImpl.createRenditionDefinition(org.alfresco.service.namespace.QName renditionDefinitionName,
String renderingEngineName)
Deprecated.
|
RenditionDefinition |
CompositeRenditionDefinitionImpl.getAction(int index)
Deprecated.
|
RenditionDefinition |
RenditionServiceImpl.loadRenditionDefinition(org.alfresco.service.namespace.QName renditionDefinitionName)
Deprecated.
|
RenditionDefinition |
RenditionDefinitionPersister.loadRenditionDefinition(org.alfresco.service.namespace.QName renditionName)
Deprecated.
This method retrieves a
RenditionDefinition that has been stored
in the repository using the save() method. |
RenditionDefinition |
RenditionDefinitionPersisterImpl.loadRenditionDefinition(org.alfresco.service.namespace.QName renditionDefinitionName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<RenditionDefinition> |
CompositeRenditionDefinitionImpl.getActions()
Deprecated.
|
List<RenditionDefinition> |
RenditionServiceImpl.loadRenditionDefinitions()
Deprecated.
|
List<RenditionDefinition> |
RenditionDefinitionPersister.loadRenditionDefinitions()
Deprecated.
This method retrieves the
RenditionDefinitions that have been
stored in the repository using the save() method. |
List<RenditionDefinition> |
RenditionDefinitionPersisterImpl.loadRenditionDefinitions()
Deprecated.
|
List<RenditionDefinition> |
RenditionServiceImpl.loadRenditionDefinitions(String renditionEngineName)
Deprecated.
|
List<RenditionDefinition> |
RenditionDefinitionPersister.loadRenditionDefinitions(String renderingEngineName)
Deprecated.
This method retrieves the stored
RenditionDefinitions that have
been registered for the specified rendering engine name. |
List<RenditionDefinition> |
RenditionDefinitionPersisterImpl.loadRenditionDefinitions(String renditionEngineName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeRenditionDefinitionImpl.addAction(int index,
RenditionDefinition action)
Deprecated.
|
void |
CompositeRenditionDefinitionImpl.addAction(RenditionDefinition action)
Deprecated.
|
void |
RenditionDefinitionPersisterImpl.deleteRenditionDefinition(RenditionDefinition renderingAction)
Deprecated.
|
RenditionLocation |
StandardRenditionLocationResolverImpl.getRenditionLocation(org.alfresco.service.cmr.repository.NodeRef sourceNode,
RenditionDefinition definition,
org.alfresco.service.cmr.repository.NodeRef tempRenditionLocation)
Deprecated.
|
RenditionLocation |
RenditionLocationResolver.getRenditionLocation(org.alfresco.service.cmr.repository.NodeRef sourceNode,
RenditionDefinition definition,
org.alfresco.service.cmr.repository.NodeRef tempRenditionLocation)
Deprecated.
|
int |
CompositeRenditionDefinitionImpl.indexOfAction(RenditionDefinition action)
Deprecated.
|
void |
CompositeRenditionDefinitionImpl.removeAction(RenditionDefinition action)
Deprecated.
|
org.alfresco.service.cmr.repository.ChildAssociationRef |
RenditionServiceImpl.render(org.alfresco.service.cmr.repository.NodeRef sourceNode,
RenditionDefinition definition)
Deprecated.
|
void |
RenditionServiceImpl.render(org.alfresco.service.cmr.repository.NodeRef sourceNode,
RenditionDefinition definition,
RenderCallback callback)
Deprecated.
|
void |
RenditionServiceImpl.saveRenditionDefinition(RenditionDefinition renderingAction)
Deprecated.
|
void |
RenditionDefinitionPersister.saveRenditionDefinition(RenditionDefinition renditionDefinition)
Deprecated.
This method serializes the
RenditionDefinition and stores it in
the repository. |
void |
RenditionDefinitionPersisterImpl.saveRenditionDefinition(RenditionDefinition renderingAction)
Deprecated.
|
void |
CompositeRenditionDefinitionImpl.setAction(int index,
RenditionDefinition action)
Deprecated.
|
boolean |
RenditionServiceImpl.usingRenditionService2(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
RenditionDefinition rendDefn)
Deprecated.
|
| 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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected RenditionDefinition |
AbstractRenderingEngine.checkActionIsRenditionDefinition(Action action)
Deprecated.
|
RenditionDefinition |
AbstractRenderingEngine.RenderingContext.getDefinition() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRenderingEngine.executeImpl(RenditionDefinition renditionDef,
org.alfresco.service.cmr.repository.NodeRef sourceNode)
Deprecated.
|
static <T> T |
AbstractRenderingEngine.getCheckedParam(String paramName,
Class<T> clazz,
RenditionDefinition definition)
Deprecated.
Gets the value for the named parameter.
|
static <T> T |
AbstractRenderingEngine.getParamWithDefault(String paramName,
T defaultValue,
RenditionDefinition definition)
Deprecated.
Gets the value for the named parameter.
|
protected org.alfresco.service.namespace.QName |
AbstractRenderingEngine.getRenditionContentProperty(RenditionDefinition renditionDefinition)
Deprecated.
|
protected void |
AbstractRenderingEngine.notifyCallbackOfException(RenditionDefinition renditionDefinition,
Throwable t)
Deprecated.
|
protected void |
AbstractRenderingEngine.notifyCallbackOfResult(RenditionDefinition renditionDefinition,
org.alfresco.service.cmr.repository.ChildAssociationRef result)
Deprecated.
|
protected RenditionLocation |
AbstractRenderingEngine.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 a
RenditionLocationResolver to calculate the RenditionLocation of the rendition. |
protected void |
AbstractRenderingEngine.switchToFinalRenditionNode(RenditionDefinition renditionDef,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Deprecated.
|
protected void |
AbstractRenderingEngine.tagSourceNodeAsRenditioned(RenditionDefinition renditionDef,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Deprecated.
|
| 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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RenditionDefinition |
ThumbnailRenditionConvertor.convert(ThumbnailDefinition thumbnailDefinition,
ThumbnailParentAssociationDetails assocDetails)
Deprecated.
Given the specified
thumbnailDefinition and
assocDetails,
create and return an equivalent RenditionDefinition object. |
| Modifier and Type | Method and Description |
|---|---|
ThumbnailDefinition |
ThumbnailRenditionConvertor.convert(RenditionDefinition renditionDefinition)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompositeRenditionDefinition
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
|
| Modifier and Type | Method and Description |
|---|---|
RenditionDefinition |
RenditionService.createRenditionDefinition(org.alfresco.service.namespace.QName renditionName,
String renderingEngineName)
Deprecated.
Creates a new
RenditionDefinition and sets the rendition name and
the rendering engine name to the specified values. |
RenditionDefinition |
RenditionServiceException.getRenditionDefinition()
Deprecated.
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)
Deprecated.
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)
Deprecated.
This method asynchronously renders content as specified by the given
RenditionDefinition. |
boolean |
RenditionService.usingRenditionService2(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
RenditionDefinition rendDefn)
Deprecated.
If a rendition has been created by the newer RenditionService2, this method will return true.
|
| Constructor and Description |
|---|
RenditionCancelledException(String message,
RenditionDefinition renditionDefinition)
Deprecated.
Constructs a Rendition Cancelled Exception with the specified message and
RenditionDefinition. |
RenditionCancelledException(String message,
RenditionDefinition renditionDefinition,
Throwable source)
Deprecated.
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)
Deprecated.
Constructs a Rendition Service Exception with the specified message and
RenditionDefinition. |
RenditionServiceException(String message,
RenditionDefinition renditionDefinition,
Throwable source)
Deprecated.
Constructs a Rendition Service Exception with the specified message,
RenditionDefinition and
source exception
. |
Copyright © 2005–2018 Alfresco Software. All rights reserved.