Uses of Class
org.alfresco.service.cmr.repository.TransformationOptionLimits
Packages that use TransformationOptionLimits
-
Uses of TransformationOptionLimits in org.alfresco.repo.content
Methods in org.alfresco.repo.content that return TransformationOptionLimitsModifier and TypeMethodDescriptionAbstractContentReader.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 TransformationOptionLimitsModifier and TypeMethodDescriptionvoidAbstractContentReader.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.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return TransformationOptionLimitsModifier and TypeMethodDescriptionTransformationOptionLimits.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.TransformationOptionLimits.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 .TransformationOptions.getLimits()Deprecated.Returns max and limit values for time, size and pages in a single operation.Methods in org.alfresco.service.cmr.repository with parameters of type TransformationOptionLimitsModifier and TypeMethodDescriptionTransformationOptionLimits.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.TransformationOptionLimits.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.