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

Uses of Class
org.alfresco.service.cmr.repository.TransformationOptions
Packages that use org.alfresco.service.cmr.repository.TransformationOptions
org.alfresco.repo.content.transform
org.alfresco.repo.content.transform.magick
org.alfresco.service.cmr.repository
Uses of TransformationOptions in org.alfresco.repo.content.transform
Methods in org.alfresco.repo.content.transform with parameters of type TransformationOptions
void
TransformerDebug.availableTransformers(List<ContentTransformer> transformers, long sourceSize, TransformationOptions options, String calledFrom)
          Called once all available transformers have been identified.
void
TransformerDebug.blacklistTransform(ContentTransformer transformer, String sourceMimetype, String targetMimetype, TransformationOptions options)
          Called when a transformer has been ignored because of a blacklist entry.
protected void
AbstractContentTransformer2.checkTransformable(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Convenience method to check the transformability of a transformation
ContentTransformerRegistry.getActiveTransformers(String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
TransformerDebug.getFileName(TransformationOptions options, boolean firstLevel, long sourceSize)
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.
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.
abstract long
ContentTransformer.getMaxSourceSizeKBytes(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Returns the maximum source size (in KBytes) allowed given the supplied values.
long
AbstractContentTransformerLimits.getMaxSourceSizeKBytes(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Returns the maximum source size (in KBytes) allowed given the supplied values.
ContentTransformerRegistry.getTransformer(String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
          Gets the best transformer possible.
ContentTransformerRegistry.getTransformer(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Deprecated. use overloaded version with sourceSize parameter.
boolean
FailoverContentTransformer.isExplicitTransformation(String sourceMimetype, String targetMimetype, TransformationOptions options)
boolean
ContentTransformerHelper.isExplicitTransformation(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Deprecated. Should now use priority and unsupported transformer properties.
abstract boolean
ContentTransformer.isExplicitTransformation(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Deprecated. Use transformer priority and unsupported transformer properties. Indicates whether given the provided transformation parameters this transformer can provide an explicit transformation. An explicit transformation indicates that the transformation happens directly and not as a result of another transformation process. Explicit transformation always take presidency over normal transformations.
protected boolean
ComplexContentTransformer.isPageLimitSupported(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Indicates if 'page' limits are supported by the first transformer in the chain.
protected boolean
AbstractContentTransformerLimits.isPageLimitSupported(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Indicates if 'page' limits are supported.
abstract boolean
TransformerConfig.isSupportedTransformation(ContentTransformer transformer, String sourceMimetype, String targetMimetype, TransformationOptions options)
          Returns true if the supplied mimetype transformation pair is allowed by the list of supported and unsupported transformations.
boolean
ContentTransformerHelper.isSupportedTransformation(String sourceMimetype, String targetMimetype, TransformationOptions options)
boolean
FailoverContentTransformer.isTransformable(String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
          Overrides super class method to avoid calling FailoverContentTransformer.isTransformableMimetype(String, String, TransformationOptions) twice on each transformer in the list, as FailoverContentTransformer.isTransformableSize(String, long, String, TransformationOptions) in this class must check the mimetype too.
abstract boolean
ContentTransformer.isTransformable(String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
          Indicates whether the provided source mimetype can be transformed into the target mimetype with the options specified by this content transformer.
boolean
ComplexContentTransformer.isTransformable(String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
          Indicates whether the provided source mimetype can be transformed into the target mimetype with the options specified by this content transformer.
boolean
AbstractContentTransformerLimits.isTransformable(String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
          Indicates whether the provided source mimetype can be transformed into the target mimetype with the options specified by this content transformer.
boolean
RuntimeExecutableContentTransformerWorker.isTransformable(String sourceMimetype, String targetMimetype, TransformationOptions options)
          If the initialization failed, then it returns 0.0.
abstract boolean
ContentTransformerWorker.isTransformable(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Unlike ContentTransformer.isTransformable(String, String, TransformationOptions) should not include the transformer name, as that is added by the ContentTransformer in the parent context.
abstract boolean
ContentTransformer.isTransformable(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Deprecated. use version with extra sourceSize parameter.
boolean
AbstractContentTransformerLimits.isTransformable(String sourceMimetype, String targetMimetype, TransformationOptions options)
boolean
ProxyContentTransformer.isTransformableMimetype(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Indicates if this transformer is able to transform the given source mimetype to the target mimetype.
boolean
FailoverContentTransformer.isTransformableMimetype(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Indicates if this transformer is able to transform the given source mimetype to the target mimetype.
abstract boolean
ContentTransformer.isTransformableMimetype(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Sub component of ContentTransformer.isTransformable(String, long, String, TransformationOptions) that checks just the mimetypes.
boolean
ComplexContentTransformer.isTransformableMimetype(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Indicates if this transformer is able to transform the given source mimetype to the target mimetype.
boolean
AbstractContentTransformerLimits.isTransformableMimetype(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Indicates if this transformer is able to transform the given source mimetype to the target mimetype.
boolean
FailoverContentTransformer.isTransformableSize(String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
          Indicates if this transformer is able to transform the given sourceSize.
abstract boolean
ContentTransformer.isTransformableSize(String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
          Sub component of ContentTransformer.isTransformable(String, long, String, TransformationOptions) that checks just the size limits.
boolean
AbstractContentTransformerLimits.isTransformableSize(String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
          Indicates if this transformer is able to transform the given sourceSize.
void
TransformerDebug.pushAvailable(String fromUrl, String sourceMimetype, String targetMimetype, TransformationOptions options)
          Called prior to working out what transformers are available.
void
TransformerDebug.pushTransform(ContentTransformer transformer, String fromUrl, String sourceMimetype, String targetMimetype, long sourceSize, TransformationOptions options)
          Called prior to performing a transform.
TransformerSelector.selectTransformers(String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
          Returns a sorted list of transformers that identifies the order in which transformers should be tried.
protected void
AbstractContentTransformerLimits.setReaderLimits(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Pass on any limits to the reader.
void
RuntimeExecutableContentTransformerWorker.transform(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Converts the source and target content to temporary files with the correct extensions for the mimetype that they map to.
abstract void
ContentTransformerWorker.transform(ContentReader reader, ContentWriter writer, TransformationOptions options)
abstract void
ContentTransformer.transform(ContentReader reader, ContentWriter contentWriter, TransformationOptions options)
          Transforms the content provided by the reader and source mimetype to the writer and target mimetype with the provided transformation options.
void
AbstractContentTransformer2.transform(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Transforms the content provided by the reader and source mimetype to the writer and target mimetype with the provided transformation options.
protected void
ProxyContentTransformer.transformInternal(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Method to be implemented by subclasses wishing to make use of the common infrastructural code provided by this class.
void
FailoverContentTransformer.transformInternal(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Method to be implemented by subclasses wishing to make use of the common infrastructural code provided by this class.
void
ComplexContentTransformer.transformInternal(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Method to be implemented by subclasses wishing to make use of the common infrastructural code provided by this class.
protected abstract void
AbstractContentTransformer2.transformInternal(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Method to be implemented by subclasses wishing to make use of the common infrastructural code provided by this class.
Uses of TransformationOptions in org.alfresco.repo.content.transform.magick
Subclasses of TransformationOptions in org.alfresco.repo.content.transform.magick
class
ImageTransformationOptions
          Image transformation options
Methods in org.alfresco.repo.content.transform.magick with parameters of type TransformationOptions
void
ImageTransformationOptions.copyFrom(TransformationOptions origOptions)
          Does the work of copying the given other TransformationOptions values to this one
Uses of TransformationOptions in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return TransformationOptions
TransformationOptions.clone()
TransformationOptions.deepCopy()
          Creates a clone of the TransformationOptions
Methods in org.alfresco.service.cmr.repository with parameters of type TransformationOptions
void
TransformationOptions.copyFrom(TransformationOptions otherOptions)
          Does the work of copying the given other TransformationOptions values to this one
ContentService.getActiveTransformers(String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
ContentService.getActiveTransformers(String sourceMimetype, String targetMimetype, TransformationOptions options)
abstract long
ContentService.getMaxSourceSizeBytes(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Returns the maximum source size of any content that may transformed between the supplied mimetypes using the supplied options.
ContentService.getTransformer(String sourceUrl, String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
          Fetch the transformer that is capable of transforming the content in the given source mimetype to the given target mimetype with the provided transformation options.
ContentService.getTransformer(String sourceMimetype, String targetMimetype, TransformationOptions options)
          Deprecated. use overloaded method with sourceSize parameter.
ContentService.getTransformers(String sourceUrl, String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
          Fetch the transformers that are capable of transforming the content in the given source mimetype to the given target mimetype with the provided transformation options.
abstract boolean
ContentService.isTransformable(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Returns whether a transformer exists that can read the content from the reader and write the content back out to the writer with the provided tranformation options.
abstract void
ContentService.transform(ContentReader reader, ContentWriter writer, TransformationOptions options)
Constructors in org.alfresco.service.cmr.repository with parameters of type TransformationOptions
TransformationOptions(TransformationOptions options)
          Deep clone constructor

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.