|
Packages that use org.alfresco.service.cmr.repository.TransformationOptionLimits | ||
org.alfresco.repo.content | ||
org.alfresco.repo.content.transform | ||
org.alfresco.service.cmr.repository |
Methods in org.alfresco.repo.content that return TransformationOptionLimits | |
AbstractContentReader.getLimits() |
Methods in org.alfresco.repo.content with parameters of type TransformationOptionLimits | |
void |
AbstractContentReader.setLimits(TransformationOptionLimits limits) |
Methods in org.alfresco.repo.content.transform that return TransformationOptionLimits | |
protected TransformationOptionLimits |
AbstractContentTransformerLimits.getLimits() Deprecated. use AbstractContentTransformerLimits.getLimits(String, String, TransformationOptions) which allows the limits to be selected based on mimetype and use. |
protected TransformationOptionLimits |
AbstractContentTransformerLimits.getLimits(ContentReader reader, ContentWriter writer, TransformationOptions options) Returns max and limit values for time, size and pages for a specified source and target mimetypes, combined with this Transformer's general limits and optionally the supplied transformation option's limits. |
abstract TransformationOptionLimits |
TransformerConfig.getLimits(ContentTransformer transformer, String sourceMimetype, String targetMimetype, String use) Returns the limits defined for the combination of transformer, sourceMimetype and targetMimetype. |
protected TransformationOptionLimits |
ComplexContentTransformer.getLimits(String sourceMimetype, String targetMimetype, TransformationOptions options) Returns the limits from this transformer combined with those of the first transformer in the chain. |
protected TransformationOptionLimits |
AbstractContentTransformerLimits.getLimits(String sourceMimetype, String targetMimetype, TransformationOptions options) Returns max and limit values for time, size and pages for a specified source and target mimetypes, combined with this Transformer's general limits and optionally the supplied transformation option's limits. |
Methods in org.alfresco.repo.content.transform with parameters of type TransformationOptionLimits | |
void |
AbstractContentTransformerLimits.setLimits(TransformationOptionLimits limits) Deprecated. transformation limits are now set with global properties rather than spring configuration. |
Method parameters in org.alfresco.repo.content.transform with type arguments of type TransformationOptionLimits | |
void |
AbstractContentTransformerLimits.setMimetypeLimits(Map<String,Map<String,TransformationOptionLimits>> mimetypeLimits) Deprecated. transformation limits are now set with global properties rather than spring configuration. |
Methods in org.alfresco.service.cmr.repository that return TransformationOptionLimits | |
TransformationOptionLimits.combine(TransformationOptionLimits that) Returns a TransformationOptionLimits that has getter methods that combine the the values from the getter methods of this and the supplied TransformationOptionLimits. |
|
TransformationOptionLimits.combineUpper(TransformationOptionLimits that) 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 . |
|
TransformationOptions.getLimits() 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 | |
TransformationOptionLimits.combine(TransformationOptionLimits that) Returns a TransformationOptionLimits that has getter methods that combine the the values from the getter methods of this and the supplied TransformationOptionLimits. |
|
TransformationOptionLimits.combineUpper(TransformationOptionLimits that) 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 . |
|
void |
TransformationOptionLimits.defaultTo(TransformationOptionLimits limits) 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. |
void |
TransformationOptions.setLimits(TransformationOptionLimits limits) Sets max and limit values for time, size and pages in a single operation. |
|