Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Uses of Class
org.alfresco.service.cmr.repository.TransformationOptionLimits
Packages that use org.alfresco.service.cmr.repository.TransformationOptionLimits
org.alfresco.repo.content
org.alfresco.repo.content.transform
org.alfresco.service.cmr.repository
Uses of TransformationOptionLimits in org.alfresco.repo.content
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)
Uses of TransformationOptionLimits in org.alfresco.repo.content.transform
Methods in org.alfresco.repo.content.transform that return TransformationOptionLimits
AbstractContentTransformerLimits.getLimits()
          Deprecated. use AbstractContentTransformerLimits.getLimits(String, String, TransformationOptions) which allows the limits to be selected based on mimetype and use.
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.
TransformerConfig.getLimits(ContentTransformer transformer, String sourceMimetype, String targetMimetype, String use)
          Returns the limits defined for the combination of transformer, sourceMimetype and targetMimetype.
ComplexContentTransformer.getLimits(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Returns the limits from this transformer combined with those of the first transformer in the chain.
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.
Uses of TransformationOptionLimits in org.alfresco.service.cmr.repository
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.

Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.