Uses of Interface
org.alfresco.service.cmr.rendition.RenditionDefinition
Packages that use RenditionDefinition
Package
Description
-
Uses of RenditionDefinition in org.alfresco.repo.rendition
Classes in org.alfresco.repo.rendition that implement RenditionDefinitionModifier and TypeClassDescriptionclassDeprecated.The RenditionService is being replace by the simpler async RenditionService2.classDeprecated.The RenditionService is being replace by the simpler async RenditionService2.Methods in org.alfresco.repo.rendition that return RenditionDefinitionModifier and TypeMethodDescriptionRenditionServiceImpl.createRenditionDefinition(QName renditionDefinitionName, String renderingEngineName) Deprecated.CompositeRenditionDefinitionImpl.getAction(int index) Deprecated.RenditionDefinitionPersister.loadRenditionDefinition(QName renditionName) Deprecated.This method retrieves aRenditionDefinitionthat has been stored in the repository using thesave()method.RenditionDefinitionPersisterImpl.loadRenditionDefinition(QName renditionDefinitionName) Deprecated.RenditionServiceImpl.loadRenditionDefinition(QName renditionDefinitionName) Deprecated.Methods in org.alfresco.repo.rendition that return types with arguments of type RenditionDefinitionModifier and TypeMethodDescriptionCompositeRenditionDefinitionImpl.getActions()Deprecated.RenditionDefinitionPersister.loadRenditionDefinitions()Deprecated.This method retrieves theRenditionDefinitions that have been stored in the repository using thesave()method.RenditionDefinitionPersister.loadRenditionDefinitions(String renderingEngineName) Deprecated.This method retrieves the storedRenditionDefinitions that have been registered for the specified rendering engine name.RenditionDefinitionPersisterImpl.loadRenditionDefinitions()Deprecated.RenditionDefinitionPersisterImpl.loadRenditionDefinitions(String renditionEngineName) Deprecated.RenditionServiceImpl.loadRenditionDefinitions()Deprecated.RenditionServiceImpl.loadRenditionDefinitions(String renditionEngineName) Deprecated.Methods in org.alfresco.repo.rendition with parameters of type RenditionDefinitionModifier and TypeMethodDescriptionvoidCompositeRenditionDefinitionImpl.addAction(int index, RenditionDefinition action) Deprecated.voidCompositeRenditionDefinitionImpl.addAction(RenditionDefinition action) Deprecated.voidRenditionDefinitionPersisterImpl.deleteRenditionDefinition(RenditionDefinition renderingAction) Deprecated.RenditionLocationResolver.getRenditionLocation(NodeRef sourceNode, RenditionDefinition definition, NodeRef tempRenditionLocation) Deprecated.StandardRenditionLocationResolverImpl.getRenditionLocation(NodeRef sourceNode, RenditionDefinition definition, NodeRef tempRenditionLocation) Deprecated.intCompositeRenditionDefinitionImpl.indexOfAction(RenditionDefinition action) Deprecated.voidCompositeRenditionDefinitionImpl.removeAction(RenditionDefinition action) Deprecated.RenditionServiceImpl.render(NodeRef sourceNode, RenditionDefinition definition) Deprecated.voidRenditionServiceImpl.render(NodeRef sourceNode, RenditionDefinition definition, RenderCallback callback) Deprecated.voidRenditionDefinitionPersister.saveRenditionDefinition(RenditionDefinition renditionDefinition) Deprecated.This method serializes theRenditionDefinitionand stores it in the repository.voidRenditionDefinitionPersisterImpl.saveRenditionDefinition(RenditionDefinition renderingAction) Deprecated.voidRenditionServiceImpl.saveRenditionDefinition(RenditionDefinition renderingAction) Deprecated.voidCompositeRenditionDefinitionImpl.setAction(int index, RenditionDefinition action) Deprecated.booleanRenditionServiceImpl.usingRenditionService2(NodeRef sourceNodeRef, RenditionDefinition rendDefn) Deprecated.Constructors in org.alfresco.repo.rendition with parameters of type RenditionDefinitionModifierConstructorDescriptionRenditionNodeManager(NodeRef sourceNode, NodeRef tempRenditionNode, RenditionLocation location, RenditionDefinition renditionDefinition, NodeService nodeService, RenditionService renditionService, BehaviourFilter behaviourFilter) Deprecated. -
Uses of RenditionDefinition in org.alfresco.repo.rendition.executer
Methods in org.alfresco.repo.rendition.executer that return RenditionDefinitionModifier and TypeMethodDescriptionprotected RenditionDefinitionAbstractRenderingEngine.checkActionIsRenditionDefinition(Action action) Deprecated.AbstractRenderingEngine.RenderingContext.getDefinition()Methods in org.alfresco.repo.rendition.executer with parameters of type RenditionDefinitionModifier and TypeMethodDescriptionprotected voidAbstractRenderingEngine.executeImpl(RenditionDefinition renditionDef, NodeRef sourceNode) Deprecated.static <T> TAbstractRenderingEngine.getCheckedParam(String paramName, Class<T> clazz, RenditionDefinition definition) Deprecated.Gets the value for the named parameter.static <T> TAbstractRenderingEngine.getParamWithDefault(String paramName, T defaultValue, RenditionDefinition definition) Deprecated.Gets the value for the named parameter.protected QNameAbstractRenderingEngine.getRenditionContentProperty(RenditionDefinition renditionDefinition) Deprecated.protected voidAbstractRenderingEngine.notifyCallbackOfException(RenditionDefinition renditionDefinition, Throwable t) Deprecated.protected voidAbstractRenderingEngine.notifyCallbackOfResult(RenditionDefinition renditionDefinition, ChildAssociationRef result) Deprecated.protected RenditionLocationAbstractRenderingEngine.resolveRenditionLocation(NodeRef sourceNode, RenditionDefinition definition, NodeRef tempRendition) Deprecated.Given a rendition definition, a source node and a temporary rendition node, this method uses aRenditionLocationResolverto calculate theRenditionLocationof the rendition.protected voidAbstractRenderingEngine.switchToFinalRenditionNode(RenditionDefinition renditionDef, NodeRef actionedUponNodeRef) Deprecated.protected voidAbstractRenderingEngine.tagSourceNodeAsRenditioned(RenditionDefinition renditionDef, NodeRef actionedUponNodeRef) Deprecated.Constructors in org.alfresco.repo.rendition.executer with parameters of type RenditionDefinitionModifierConstructorDescriptionRenderingContext(NodeRef sourceNode, RenditionDefinition definition, QName renditionContentProperty) -
Uses of RenditionDefinition in org.alfresco.repo.rendition.script
Constructors in org.alfresco.repo.rendition.script with parameters of type RenditionDefinitionModifierConstructorDescriptionScriptRenditionDefinition(ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope, RenderingEngineDefinition engineDefinition, RenditionDefinition renditionDefinition) Deprecated. -
Uses of RenditionDefinition in org.alfresco.repo.thumbnail
Methods in org.alfresco.repo.thumbnail that return RenditionDefinitionModifier and TypeMethodDescriptionThumbnailRenditionConvertor.convert(ThumbnailDefinition thumbnailDefinition, ThumbnailParentAssociationDetails assocDetails) Deprecated.Given the specifiedthumbnailDefinitionandassocDetails, create and return an equivalentRenditionDefinitionobject.Methods in org.alfresco.repo.thumbnail with parameters of type RenditionDefinitionModifier and TypeMethodDescriptionThumbnailRenditionConvertor.convert(RenditionDefinition renditionDefinition) Deprecated. -
Uses of RenditionDefinition in org.alfresco.service.cmr.rendition
Subinterfaces of RenditionDefinition in org.alfresco.service.cmr.renditionModifier and TypeInterfaceDescriptioninterfaceDeprecated.The RenditionService is being replace by the simpler async RenditionService2.Methods in org.alfresco.service.cmr.rendition that return RenditionDefinitionModifier and TypeMethodDescriptionRenditionService.createRenditionDefinition(QName renditionName, String renderingEngineName) Deprecated.Creates a newRenditionDefinitionand sets the rendition name and the rendering engine name to the specified values.RenditionServiceException.getRenditionDefinition()Deprecated.Retrieves theRenditionDefinitionassociated with this exception.Methods in org.alfresco.service.cmr.rendition with parameters of type RenditionDefinitionModifier and TypeMethodDescriptionRenditionService.render(NodeRef sourceNode, RenditionDefinition renditionDefinition) Deprecated.This method synchronously renders content as specified by the givenRenditionDefinition.voidRenditionService.render(NodeRef sourceNode, RenditionDefinition renditionDefinition, RenderCallback callback) Deprecated.This method asynchronously renders content as specified by the givenRenditionDefinition.booleanRenditionService.usingRenditionService2(NodeRef sourceNodeRef, RenditionDefinition rendDefn) Deprecated.If a rendition has been created by the newer RenditionService2, this method will return true.Constructors in org.alfresco.service.cmr.rendition with parameters of type RenditionDefinitionModifierConstructorDescriptionRenditionCancelledException(String message, RenditionDefinition renditionDefinition) Deprecated.Constructs a Rendition Cancelled Exception with the specified message andRenditionDefinition.RenditionCancelledException(String message, RenditionDefinition renditionDefinition, Throwable source) Deprecated.Constructs a Rendition Cancelled Exception with the specified message,RenditionDefinitionand source exception .RenditionPreventedException(String message, RenditionDefinition renditionDefinition) Constructs a Rendition Service Exception with the specified message andRenditionDefinition.RenditionPreventedException(String message, RenditionDefinition renditionDefinition, Throwable source) Constructs a Rendition Service Exception with the specified message,RenditionDefinitionand source exception .RenditionServiceException(String message, RenditionDefinition renditionDefinition) Deprecated.Constructs a Rendition Service Exception with the specified message andRenditionDefinition.RenditionServiceException(String message, RenditionDefinition renditionDefinition, Throwable source) Deprecated.Constructs a Rendition Service Exception with the specified message,RenditionDefinitionand source exception .