Uses of Class
org.alfresco.service.cmr.repository.TransformationOptions
-
-
Uses of TransformationOptions in org.alfresco.repo.action.executer
Fields in org.alfresco.repo.action.executer declared as TransformationOptions Modifier and Type Field Description protected TransformationOptionsTransformActionExecuter. optionsDeprecated.Methods in org.alfresco.repo.action.executer that return TransformationOptions Modifier and Type Method Description protected 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.transform Modifier and Type Class Description classRuntimeExecutableContentTransformerOptionsDeprecated.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.magick Modifier and Type Class Description classImageTransformationOptionsDeprecated.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 TransformationOptions Modifier and Type Method Description voidImageTransformationOptions. copyFrom(TransformationOptions origOptions)Deprecated. -
Uses of TransformationOptions in org.alfresco.repo.content.transform.swf
Subclasses of TransformationOptions in org.alfresco.repo.content.transform.swf Modifier and Type Class Description classSWFTransformationOptionsDeprecated.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 with parameters of type TransformationOptions Modifier and Type Method Description 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.Constructors in org.alfresco.repo.rendition.executer with parameters of type TransformationOptions Constructor Description TransformationCallable(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 TransformationOptions Modifier and Type Method Description Map<String,String>TransformationOptionsConverter. getOptions(TransformationOptions options)Deprecated.Map<String,String>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 TransformationOptions Modifier and Type Method Description TransformationOptionsThumbnailDefinition. getTransformationOptions()Deprecated.Get the transformation optionsMethods in org.alfresco.repo.thumbnail with parameters of type TransformationOptions Modifier and Type Method Description Map<String,Serializable>ThumbnailRenditionConvertor. convert(TransformationOptions transformationOptions, ThumbnailParentAssociationDetails assocDetails)Deprecated.Given the specifiedtransformationOptionsandassocDetails, create and return a parameter Map which contains the equivalentRenditionDefinitionconfiguration.NodeRefThumbnailServiceImpl. createThumbnail(NodeRef node, QName contentProperty, String mimetype, TransformationOptions transformationOptions, String thumbnailName)Deprecated.NodeRefThumbnailServiceImpl. createThumbnail(NodeRef node, QName contentProperty, String mimetype, TransformationOptions transformationOptions, String thumbnailName, ThumbnailParentAssociationDetails assocDetails)Deprecated.List<NodeRef>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 TransformationOptions Constructor Description ThumbnailDefinition(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 TransformationOptions Modifier and Type Method Description protected TransformationOptionsTransformationOptions. clone()Deprecated.TransformationOptionsTransformationOptions. deepCopy()Deprecated.Creates a clone of the TransformationOptionsMethods in org.alfresco.service.cmr.repository with parameters of type TransformationOptions Modifier and Type Method Description voidTransformationOptions. 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 TransformationOptions Constructor Description TransformationOptions(TransformationOptions options)Deprecated.Deep clone constructor -
Uses of TransformationOptions in org.alfresco.service.cmr.thumbnail
Methods in org.alfresco.service.cmr.thumbnail with parameters of type TransformationOptions Modifier and Type Method Description NodeRefThumbnailService. createThumbnail(NodeRef node, QName contentProperty, String mimetype, TransformationOptions transformationOptions, String name)Deprecated.Creates a new thumbnail for the given node and content property.NodeRefThumbnailService. createThumbnail(NodeRef node, QName contentProperty, String mimetype, TransformationOptions transformationOptions, String name, ThumbnailParentAssociationDetails assocDetails)Deprecated.List<NodeRef>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.
-