Package | Description |
---|---|
org.alfresco.service.cmr.repository |
Modifier and Type | Method and Description |
---|---|
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 |
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 .
|
TransformationOptionPair |
TransformationOptionLimits.getKBytesPair() |
TransformationOptionPair |
TransformationOptionLimits.getPagesPair() |
TransformationOptionPair |
TransformationOptionLimits.getTimePair() |
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.