|
Packages that use org.alfresco.service.cmr.repository.TransformationOptionPair | ||
org.alfresco.service.cmr.repository |
Methods in org.alfresco.service.cmr.repository that return TransformationOptionPair | |
TransformationOptionPair.combine(TransformationOptionPair that) 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) 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() | |
TransformationOptionLimits.getPagesPair() | |
TransformationOptionLimits.getTimePair() |
Methods in org.alfresco.service.cmr.repository with parameters of type TransformationOptionPair | |
TransformationOptionPair.combine(TransformationOptionPair that) 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) 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 . |
|
void |
TransformationOptionPair.defaultTo(TransformationOptionPair pair) 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. |
|