Uses of Class
org.alfresco.service.cmr.repository.TransformationOptionLimits
-
Packages that use TransformationOptionLimits Package Description org.alfresco.repo.content 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.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 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.
-