Uses of Class
org.alfresco.service.cmr.repository.TransformationOptions
Packages that use TransformationOptions
Package
Description
-
Uses of TransformationOptions in org.alfresco.repo.action.executer
Fields in org.alfresco.repo.action.executer declared as TransformationOptionsModifier and TypeFieldDescriptionprotected TransformationOptionsTransformActionExecuter.optionsDeprecated.Methods in org.alfresco.repo.action.executer that return TransformationOptionsModifier and TypeMethodDescriptionprotected TransformationOptionsImageTransformActionExecuter.newTransformationOptions(Action ruleAction, NodeRef sourceNodeRef) protected TransformationOptionsTransformActionExecuter.newTransformationOptions(Action ruleAction, NodeRef sourceNodeRef) Deprecated. -
Uses of TransformationOptions in org.alfresco.repo.content.transform
Subclasses of TransformationOptions in org.alfresco.repo.content.transformModifier and TypeClassDescriptionclassDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries. -
Uses of TransformationOptions in org.alfresco.repo.content.transform.magick
Subclasses of TransformationOptions in org.alfresco.repo.content.transform.magickModifier and TypeClassDescriptionclassDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Methods in org.alfresco.repo.content.transform.magick with parameters of type TransformationOptionsModifier and TypeMethodDescriptionvoidImageTransformationOptions.copyFrom(TransformationOptions origOptions) Deprecated. -
Uses of TransformationOptions in org.alfresco.repo.content.transform.swf
Subclasses of TransformationOptions in org.alfresco.repo.content.transform.swfModifier and TypeClassDescriptionclassDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries. -
Uses of TransformationOptions in org.alfresco.repo.rendition.executer
Methods in org.alfresco.repo.rendition.executer that return TransformationOptionsModifier and TypeMethodDescriptionprotected abstract TransformationOptionsAbstractTransformationRenderingEngine.getTransformOptions(AbstractRenderingEngine.RenderingContext context) Deprecated.protected TransformationOptionsImageRenderingEngine.getTransformOptions(AbstractRenderingEngine.RenderingContext context) Deprecated.protected TransformationOptionsReformatRenderingEngine.getTransformOptions(AbstractRenderingEngine.RenderingContext context) Deprecated.protected TransformationOptionsAbstractTransformationRenderingEngine.getTransformOptionsImpl(TransformationOptions options, AbstractRenderingEngine.RenderingContext context) Deprecated.protected TransformationOptionsImageRenderingEngine.getTransformOptionsImpl(TransformationOptions options, AbstractRenderingEngine.RenderingContext context) Deprecated.protected TransformationOptionsReformatRenderingEngine.getTransformOptionsImpl(TransformationOptions options, AbstractRenderingEngine.RenderingContext context) Deprecated.Methods in org.alfresco.repo.rendition.executer with parameters of type TransformationOptionsModifier and TypeMethodDescriptionprotected TransformationOptionsAbstractTransformationRenderingEngine.getTransformOptionsImpl(TransformationOptions options, AbstractRenderingEngine.RenderingContext context) Deprecated.protected TransformationOptionsImageRenderingEngine.getTransformOptionsImpl(TransformationOptions options, AbstractRenderingEngine.RenderingContext context) Deprecated.protected TransformationOptionsReformatRenderingEngine.getTransformOptionsImpl(TransformationOptions options, AbstractRenderingEngine.RenderingContext context) Deprecated.Constructors in org.alfresco.repo.rendition.executer with parameters of type TransformationOptionsModifierConstructorDescriptionTransformationCallable(ContentReader contentReader, String targetMimeType, TransformationOptions transformationOptions, AbstractRenderingEngine.RenderingContext context, String initiatingUsername) -
Uses of TransformationOptions in org.alfresco.repo.rendition2
Methods in org.alfresco.repo.rendition2 with parameters of type TransformationOptionsModifier and TypeMethodDescriptionTransformationOptionsConverter.getOptions(TransformationOptions options) Deprecated.TransformationOptionsConverter.getOptions(TransformationOptions options, String sourceMimetype, String targetMimetype) Deprecated. -
Uses of TransformationOptions in org.alfresco.repo.thumbnail
Methods in org.alfresco.repo.thumbnail that return TransformationOptionsModifier and TypeMethodDescriptionThumbnailDefinition.getTransformationOptions()Deprecated.Get the transformation optionsMethods in org.alfresco.repo.thumbnail with parameters of type TransformationOptionsModifier and TypeMethodDescriptionThumbnailRenditionConvertor.convert(TransformationOptions transformationOptions, ThumbnailParentAssociationDetails assocDetails) Deprecated.Given the specifiedtransformationOptionsandassocDetails, create and return a parameter Map which contains the equivalentRenditionDefinitionconfiguration.ThumbnailServiceImpl.createThumbnail(NodeRef node, QName contentProperty, String mimetype, TransformationOptions transformationOptions, String thumbnailName) Deprecated.ThumbnailServiceImpl.createThumbnail(NodeRef node, QName contentProperty, String mimetype, TransformationOptions transformationOptions, String thumbnailName, ThumbnailParentAssociationDetails assocDetails) Deprecated.ThumbnailServiceImpl.getThumbnails(NodeRef node, QName contentProperty, String mimetype, TransformationOptions options) Deprecated.voidThumbnailDefinition.setTransformationOptions(TransformationOptions options) Deprecated.Set the transformation optionsvoidThumbnailServiceImpl.updateThumbnail(NodeRef thumbnail, TransformationOptions transformationOptions) Deprecated.Constructors in org.alfresco.repo.thumbnail with parameters of type TransformationOptionsModifierConstructorDescriptionThumbnailDefinition(String destinationMimetype, TransformationOptions options) Deprecated.ConstructorThumbnailDefinition(String mimetype, TransformationOptions options, String thumbnailName) Deprecated.Constructor.ThumbnailDefinition(String mimetype, TransformationOptions options, String thumbnailName, String placeHolderResourcePath) Deprecated.Constructor. -
Uses of TransformationOptions in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return TransformationOptionsModifier and TypeMethodDescriptionprotected TransformationOptionsTransformationOptions.clone()Deprecated.TransformationOptions.deepCopy()Deprecated.Creates a clone of the TransformationOptionsMethods in org.alfresco.service.cmr.repository with parameters of type TransformationOptionsModifier and TypeMethodDescriptionvoidTransformationOptions.copyFrom(TransformationOptions otherOptions) Deprecated.Does the work of copying the given other TransformationOptions values to this oneConstructors in org.alfresco.service.cmr.repository with parameters of type TransformationOptionsModifierConstructorDescriptionDeprecated.Deep clone constructor -
Uses of TransformationOptions in org.alfresco.service.cmr.thumbnail
Methods in org.alfresco.service.cmr.thumbnail with parameters of type TransformationOptionsModifier and TypeMethodDescriptionThumbnailService.createThumbnail(NodeRef node, QName contentProperty, String mimetype, TransformationOptions transformationOptions, String name) Deprecated.Creates a new thumbnail for the given node and content property.ThumbnailService.createThumbnail(NodeRef node, QName contentProperty, String mimetype, TransformationOptions transformationOptions, String name, ThumbnailParentAssociationDetails assocDetails) Deprecated.ThumbnailService.getThumbnails(NodeRef node, QName contentProperty, String mimetype, TransformationOptions options) Deprecated.Gets a list of thumbnail nodes for a given content property that match the provided mimetype and transformation options.voidThumbnailService.updateThumbnail(NodeRef thumbnail, TransformationOptions transformationOptions) Deprecated.Updates the content of a thumbnail.