Uses of Class
org.alfresco.service.cmr.repository.TransformationOptionLimits
-
Packages that use TransformationOptionLimits Package Description org.alfresco.repo.content org.alfresco.repo.content.transform org.alfresco.service.cmr.repository -
-
Uses of TransformationOptionLimits in org.alfresco.repo.content
Methods in org.alfresco.repo.content that return TransformationOptionLimits Modifier and Type Method Description TransformationOptionLimitsAbstractContentReader. getLimits()Deprecated.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 with parameters of type TransformationOptionLimits Modifier and Type Method Description voidAbstractContentReader. setLimits(TransformationOptionLimits limits)Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries. -
Uses of TransformationOptionLimits in org.alfresco.repo.content.transform
Methods in org.alfresco.repo.content.transform that return TransformationOptionLimits Modifier and Type Method Description protected TransformationOptionLimitsAbstractContentTransformerLimits. getLimits()Deprecated.useAbstractContentTransformerLimits.getLimits(String, String, TransformationOptions)which allows the limits to be selected based on mimetype and use.protected TransformationOptionLimitsAbstractContentTransformerLimits. getLimits(java.lang.String sourceMimetype, java.lang.String targetMimetype, TransformationOptions options)Deprecated.Returns max and limit values for time, size and pages for a specified source and target mimetypes, combined with this Transformer's general limits and optionally the supplied transformation option's limits.protected TransformationOptionLimitsAbstractContentTransformerLimits. getLimits(org.alfresco.service.cmr.repository.ContentReader reader, org.alfresco.service.cmr.repository.ContentWriter writer, TransformationOptions options)Deprecated.Returns max and limit values for time, size and pages for a specified source and target mimetypes, combined with this Transformer's general limits and optionally the supplied transformation option's limits.protected TransformationOptionLimitsComplexContentTransformer. getLimits(java.lang.String sourceMimetype, java.lang.String targetMimetype, TransformationOptions options)Deprecated.Returns the limits from this transformer combined with those of the first transformer in the chain.TransformationOptionLimitsTransformerConfig. getLimits(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, java.lang.String use)Deprecated.Returns the limits defined for the combination of transformer, sourceMimetype and targetMimetype.TransformationOptionLimitsTransformerConfigImpl. getLimits(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, java.lang.String use)Deprecated.Returns the limits defined for the combination of transformer, sourceMimetype and targetMimetype.TransformationOptionLimitsTransformerConfigLimits. getLimits(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, java.lang.String use)Deprecated.Methods in org.alfresco.repo.content.transform with parameters of type TransformationOptionLimits Modifier and Type Method Description voidAbstractContentTransformerLimits. setLimits(TransformationOptionLimits limits)Deprecated.transformation limits are now set with global properties rather than spring configuration.Method parameters in org.alfresco.repo.content.transform with type arguments of type TransformationOptionLimits Modifier and Type Method Description voidAbstractContentTransformerLimits. setMimetypeLimits(java.util.Map<java.lang.String,java.util.Map<java.lang.String,TransformationOptionLimits>> mimetypeLimits)Deprecated.transformation limits are now set with global properties rather than spring configuration. -
Uses of TransformationOptionLimits in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return TransformationOptionLimits Modifier and Type Method Description TransformationOptionLimitsTransformationOptionLimits. combine(TransformationOptionLimits that)Deprecated.Returns a TransformationOptionLimits that has getter methods that combine the the values from the getter methods of this and the supplied TransformationOptionLimits.TransformationOptionLimitsTransformationOptionLimits. combineUpper(TransformationOptionLimits that)Deprecated.Returns a TransformationOptionLimits that has getter methods that combine the the values from the getter methods of this and the supplied TransformationOptionLimits so that they return the lowest common denominator of the limits .TransformationOptionLimitsTransformationOptions. getLimits()Deprecated.Returns max and limit values for time, size and pages in a single operation.Methods in org.alfresco.service.cmr.repository that return types with arguments of type TransformationOptionLimits Modifier and Type Method Description java.util.Set<java.util.Map.Entry<java.lang.String,java.util.Map<java.lang.String,TransformationOptionLimits>>>TransformationOptionLimitsMap. entrySet()Deprecated.Methods in org.alfresco.service.cmr.repository with parameters of type TransformationOptionLimits Modifier and Type Method Description TransformationOptionLimitsTransformationOptionLimits. combine(TransformationOptionLimits that)Deprecated.Returns a TransformationOptionLimits that has getter methods that combine the the values from the getter methods of this and the supplied TransformationOptionLimits.TransformationOptionLimitsTransformationOptionLimits. combineUpper(TransformationOptionLimits that)Deprecated.Returns a TransformationOptionLimits that has getter methods that combine the the values from the getter methods of this and the supplied TransformationOptionLimits so that they return the lowest common denominator of the limits .voidTransformationOptionLimits. defaultTo(TransformationOptionLimits limits)Deprecated.This method overrides rather than defaults values into the supplied limits (as the name might suggest), but because of the order in which it is called, this results in the correct defaults being set.voidTransformationOptions. setLimits(TransformationOptionLimits limits)Deprecated.Sets max and limit values for time, size and pages in a single operation.
-