Uses of Class
org.alfresco.service.cmr.repository.TransformationOptionPair
Packages that use TransformationOptionPair
-
Uses of TransformationOptionPair in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return TransformationOptionPairModifier and TypeMethodDescriptionTransformationOptionPair.combine(TransformationOptionPair that) Deprecated.Returns a TransformationOptionPair that has getter methods that combine the the values from the getter methods of this and the supplied TransformationOptionPair.TransformationOptionPair.combineUpper(TransformationOptionPair that) Deprecated.Returns a TransformationOptionPair that has getter methods that combine the the values from the getter methods of this and the supplied TransformationOptionPair so that they return the lowest common denominator of the two limits .TransformationOptionLimits.getKBytesPair()Deprecated.TransformationOptionLimits.getPagesPair()Deprecated.TransformationOptionLimits.getTimePair()Deprecated.Methods in org.alfresco.service.cmr.repository with parameters of type TransformationOptionPairModifier and TypeMethodDescriptionTransformationOptionPair.combine(TransformationOptionPair that) Deprecated.Returns a TransformationOptionPair that has getter methods that combine the the values from the getter methods of this and the supplied TransformationOptionPair.TransformationOptionPair.combineUpper(TransformationOptionPair that) Deprecated.Returns a TransformationOptionPair that has getter methods that combine the the values from the getter methods of this and the supplied TransformationOptionPair so that they return the lowest common denominator of the two limits .voidTransformationOptionPair.defaultTo(TransformationOptionPair pair) Deprecated.This method overrides rather than defaults values into the supplied pair (as the name might suggest), but because of the order in which it is called, this results in the correct defaults being set.