Uses of Class
org.alfresco.service.cmr.repository.TransformationOptionPair
-
Packages that use TransformationOptionPair Package Description org.alfresco.service.cmr.repository -
-
Uses of TransformationOptionPair in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return TransformationOptionPair Modifier and Type Method Description TransformationOptionPairTransformationOptionPair. 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.TransformationOptionPairTransformationOptionPair. 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 .TransformationOptionPairTransformationOptionLimits. getKBytesPair()Deprecated.TransformationOptionPairTransformationOptionLimits. getPagesPair()Deprecated.TransformationOptionPairTransformationOptionLimits. getTimePair()Deprecated.Methods in org.alfresco.service.cmr.repository with parameters of type TransformationOptionPair Modifier and Type Method Description TransformationOptionPairTransformationOptionPair. 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.TransformationOptionPairTransformationOptionPair. 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.
-