Uses of Interface
org.alfresco.service.cmr.rendition.RenditionDefinition
-
-
Uses of RenditionDefinition in org.alfresco.repo.rendition
Classes in org.alfresco.repo.rendition that implement RenditionDefinition Modifier and Type Class Description classCompositeRenditionDefinitionImplDeprecated.The RenditionService is being replace by the simpler async RenditionService2.classRenditionDefinitionImplDeprecated.The RenditionService is being replace by the simpler async RenditionService2.Methods in org.alfresco.repo.rendition that return RenditionDefinition Modifier and Type Method Description RenditionDefinitionRenditionServiceImpl. createRenditionDefinition(org.alfresco.service.namespace.QName renditionDefinitionName, java.lang.String renderingEngineName)Deprecated.RenditionDefinitionCompositeRenditionDefinitionImpl. getAction(int index)Deprecated.RenditionDefinitionRenditionDefinitionPersister. loadRenditionDefinition(org.alfresco.service.namespace.QName renditionName)Deprecated.This method retrieves aRenditionDefinitionthat has been stored in the repository using thesave()method.RenditionDefinitionRenditionDefinitionPersisterImpl. loadRenditionDefinition(org.alfresco.service.namespace.QName renditionDefinitionName)Deprecated.RenditionDefinitionRenditionServiceImpl. loadRenditionDefinition(org.alfresco.service.namespace.QName renditionDefinitionName)Deprecated.Methods in org.alfresco.repo.rendition that return types with arguments of type RenditionDefinition Modifier and Type Method Description java.util.List<RenditionDefinition>CompositeRenditionDefinitionImpl. getActions()Deprecated.java.util.List<RenditionDefinition>RenditionDefinitionPersister. loadRenditionDefinitions()Deprecated.This method retrieves theRenditionDefinitions that have been stored in the repository using thesave()method.java.util.List<RenditionDefinition>RenditionDefinitionPersister. loadRenditionDefinitions(java.lang.String renderingEngineName)Deprecated.This method retrieves the storedRenditionDefinitions that have been registered for the specified rendering engine name.java.util.List<RenditionDefinition>RenditionDefinitionPersisterImpl. loadRenditionDefinitions()Deprecated.java.util.List<RenditionDefinition>RenditionDefinitionPersisterImpl. loadRenditionDefinitions(java.lang.String renditionEngineName)Deprecated.java.util.List<RenditionDefinition>RenditionServiceImpl. loadRenditionDefinitions()Deprecated.java.util.List<RenditionDefinition>RenditionServiceImpl. loadRenditionDefinitions(java.lang.String renditionEngineName)Deprecated.Methods in org.alfresco.repo.rendition with parameters of type RenditionDefinition Modifier and Type Method Description voidCompositeRenditionDefinitionImpl. addAction(int index, RenditionDefinition action)Deprecated.voidCompositeRenditionDefinitionImpl. addAction(RenditionDefinition action)Deprecated.voidRenditionDefinitionPersisterImpl. deleteRenditionDefinition(RenditionDefinition renderingAction)Deprecated.RenditionLocationRenditionLocationResolver. getRenditionLocation(org.alfresco.service.cmr.repository.NodeRef sourceNode, RenditionDefinition definition, org.alfresco.service.cmr.repository.NodeRef tempRenditionLocation)Deprecated.RenditionLocationStandardRenditionLocationResolverImpl. getRenditionLocation(org.alfresco.service.cmr.repository.NodeRef sourceNode, RenditionDefinition definition, org.alfresco.service.cmr.repository.NodeRef tempRenditionLocation)Deprecated.intCompositeRenditionDefinitionImpl. indexOfAction(RenditionDefinition action)Deprecated.voidCompositeRenditionDefinitionImpl. removeAction(RenditionDefinition action)Deprecated.org.alfresco.service.cmr.repository.ChildAssociationRefRenditionServiceImpl. render(org.alfresco.service.cmr.repository.NodeRef sourceNode, RenditionDefinition definition)Deprecated.voidRenditionServiceImpl. render(org.alfresco.service.cmr.repository.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(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef, RenditionDefinition rendDefn)Deprecated.Constructors in org.alfresco.repo.rendition with parameters of type RenditionDefinition 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)Deprecated. -
Uses of RenditionDefinition in org.alfresco.repo.rendition.executer
Methods in org.alfresco.repo.rendition.executer that return RenditionDefinition Modifier and Type Method Description protected RenditionDefinitionAbstractRenderingEngine. checkActionIsRenditionDefinition(Action action)Deprecated.RenditionDefinitionAbstractRenderingEngine.RenderingContext. getDefinition()Methods in org.alfresco.repo.rendition.executer with parameters of type RenditionDefinition Modifier and Type Method Description protected voidAbstractRenderingEngine. executeImpl(RenditionDefinition renditionDef, org.alfresco.service.cmr.repository.NodeRef sourceNode)Deprecated.static <T> TAbstractRenderingEngine. getCheckedParam(java.lang.String paramName, java.lang.Class<T> clazz, RenditionDefinition definition)Deprecated.Gets the value for the named parameter.static <T> TAbstractRenderingEngine. getParamWithDefault(java.lang.String paramName, T defaultValue, RenditionDefinition definition)Deprecated.Gets the value for the named parameter.protected org.alfresco.service.namespace.QNameAbstractRenderingEngine. getRenditionContentProperty(RenditionDefinition renditionDefinition)Deprecated.protected voidAbstractRenderingEngine. notifyCallbackOfException(RenditionDefinition renditionDefinition, java.lang.Throwable t)Deprecated.protected voidAbstractRenderingEngine. notifyCallbackOfResult(RenditionDefinition renditionDefinition, org.alfresco.service.cmr.repository.ChildAssociationRef result)Deprecated.protected RenditionLocationAbstractRenderingEngine. 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 aRenditionLocationResolverto calculate theRenditionLocationof the rendition.protected voidAbstractRenderingEngine. switchToFinalRenditionNode(RenditionDefinition renditionDef, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)Deprecated.protected voidAbstractRenderingEngine. tagSourceNodeAsRenditioned(RenditionDefinition renditionDef, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)Deprecated.Constructors in org.alfresco.repo.rendition.executer with parameters of type RenditionDefinition Constructor Description RenderingContext(org.alfresco.service.cmr.repository.NodeRef sourceNode, RenditionDefinition definition, org.alfresco.service.namespace.QName renditionContentProperty) -
Uses of RenditionDefinition in org.alfresco.repo.rendition.script
Constructors in org.alfresco.repo.rendition.script with parameters of type RenditionDefinition Constructor Description ScriptRenditionDefinition(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 RenditionDefinition Modifier and Type Method Description RenditionDefinitionThumbnailRenditionConvertor. convert(ThumbnailDefinition thumbnailDefinition, ThumbnailParentAssociationDetails assocDetails)Deprecated.Given the specifiedthumbnailDefinitionandassocDetails, create and return an equivalentRenditionDefinitionobject.Methods in org.alfresco.repo.thumbnail with parameters of type RenditionDefinition Modifier and Type Method Description ThumbnailDefinitionThumbnailRenditionConvertor. convert(RenditionDefinition renditionDefinition)Deprecated. -
Uses of RenditionDefinition in org.alfresco.service.cmr.rendition
Subinterfaces of RenditionDefinition in org.alfresco.service.cmr.rendition Modifier and Type Interface Description interfaceCompositeRenditionDefinitionDeprecated.The RenditionService is being replace by the simpler async RenditionService2.Methods in org.alfresco.service.cmr.rendition that return RenditionDefinition Modifier and Type Method Description RenditionDefinitionRenditionService. createRenditionDefinition(org.alfresco.service.namespace.QName renditionName, java.lang.String renderingEngineName)Deprecated.Creates a newRenditionDefinitionand sets the rendition name and the rendering engine name to the specified values.RenditionDefinitionRenditionServiceException. getRenditionDefinition()Deprecated.Retrieves theRenditionDefinitionassociated with this exception.Methods in org.alfresco.service.cmr.rendition with parameters of type RenditionDefinition Modifier and Type Method Description org.alfresco.service.cmr.repository.ChildAssociationRefRenditionService. render(org.alfresco.service.cmr.repository.NodeRef sourceNode, RenditionDefinition renditionDefinition)Deprecated.This method synchronously renders content as specified by the givenRenditionDefinition.voidRenditionService. render(org.alfresco.service.cmr.repository.NodeRef sourceNode, RenditionDefinition renditionDefinition, RenderCallback callback)Deprecated.This method asynchronously renders content as specified by the givenRenditionDefinition.booleanRenditionService. 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.Constructors in org.alfresco.service.cmr.rendition with parameters of type RenditionDefinition Constructor Description RenditionCancelledException(java.lang.String message, RenditionDefinition renditionDefinition)Deprecated.Constructs a Rendition Cancelled Exception with the specified message andRenditionDefinition.RenditionCancelledException(java.lang.String message, RenditionDefinition renditionDefinition, java.lang.Throwable source)Deprecated.Constructs a Rendition Cancelled Exception with the specified message,RenditionDefinitionand source exception .RenditionPreventedException(java.lang.String message, RenditionDefinition renditionDefinition)Constructs a Rendition Service Exception with the specified message andRenditionDefinition.RenditionPreventedException(java.lang.String message, RenditionDefinition renditionDefinition, java.lang.Throwable source)Constructs a Rendition Service Exception with the specified message,RenditionDefinitionand source exception .RenditionServiceException(java.lang.String message, RenditionDefinition renditionDefinition)Deprecated.Constructs a Rendition Service Exception with the specified message andRenditionDefinition.RenditionServiceException(java.lang.String message, RenditionDefinition renditionDefinition, java.lang.Throwable source)Deprecated.Constructs a Rendition Service Exception with the specified message,RenditionDefinitionand source exception .
-