Uses of Interface
org.alfresco.repo.content.transform.ContentTransformer
-
Packages that use ContentTransformer Package Description org.alfresco.repo.content org.alfresco.repo.content.transform org.alfresco.service.cmr.repository -
-
Uses of ContentTransformer in org.alfresco.repo.content
Methods in org.alfresco.repo.content that return ContentTransformer Modifier and Type Method Description ContentTransformerContentServiceImpl. getImageTransformer()Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.ContentTransformerContentServiceImpl. getTransformer(java.lang.String sourceMimetype, java.lang.String targetMimetype)Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.ContentTransformerContentServiceImpl. getTransformer(java.lang.String sourceUrl, java.lang.String sourceMimetype, long sourceSize, java.lang.String targetMimetype, TransformationOptions options)Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.ContentTransformerContentServiceImpl. getTransformer(java.lang.String sourceMimetype, java.lang.String targetMimetype, TransformationOptions options)Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Methods in org.alfresco.repo.content that return types with arguments of type ContentTransformer Modifier and Type Method Description java.util.List<ContentTransformer>ContentServiceImpl. getActiveTransformers(java.lang.String sourceMimetype, long sourceSize, java.lang.String targetMimetype, TransformationOptions options)Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.java.util.List<ContentTransformer>ContentServiceImpl. getActiveTransformers(java.lang.String sourceMimetype, java.lang.String targetMimetype, TransformationOptions options)Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.java.util.List<ContentTransformer>ContentServiceImpl. getTransformers(java.lang.String sourceUrl, java.lang.String sourceMimetype, long sourceSize, java.lang.String targetMimetype, TransformationOptions options)Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Methods in org.alfresco.repo.content with parameters of type ContentTransformer Modifier and Type Method Description voidContentServiceImpl. setImageMagickContentTransformer(ContentTransformer imageMagickContentTransformer)Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries. -
Uses of ContentTransformer in org.alfresco.repo.content.transform
Classes in org.alfresco.repo.content.transform that implement ContentTransformer Modifier and Type Class Description classAbstractContentTransformerDeprecated.Deprecated since 3.0.classAbstractContentTransformer2Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classAbstractContentTransformerLimitsDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classAbstractRemoteContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classAppleIWorksContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classArchiveContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classBinaryPassThroughContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classComplexContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classEMLTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classFailoverContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classHtmlParserContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classMailContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classMediaWikiContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classOOXMLThumbnailContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classPdfBoxContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classPoiContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classPoiHssfContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classPoiOOXMLContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classProxyContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classStringExtractingContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classTextMiningContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classTextToPdfContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classTikaAutoContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classTikaPoweredContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classTikaSpringConfiguredContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Methods in org.alfresco.repo.content.transform that return ContentTransformer Modifier and Type Method Description ContentTransformerContentTransformerRegistry. getTransformer(java.lang.String transformerName)Deprecated.Returns a transformer identified by name.ContentTransformerContentTransformerRegistry. getTransformer(java.lang.String sourceMimetype, long sourceSize, java.lang.String targetMimetype, TransformationOptions options)Deprecated.Gets the best transformer possible.ContentTransformerContentTransformerRegistry. getTransformer(java.lang.String sourceMimetype, java.lang.String targetMimetype, TransformationOptions options)Deprecated.use overloaded version with sourceSize parameter.Methods in org.alfresco.repo.content.transform that return types with arguments of type ContentTransformer Modifier and Type Method Description java.util.List<ContentTransformer>ContentTransformerRegistry. getActiveTransformers(java.lang.String sourceMimetype, long sourceSize, java.lang.String targetMimetype, TransformationOptions options)Deprecated.java.util.List<ContentTransformer>ContentTransformerRegistry. getAllTransformers()Deprecated.java.util.List<ContentTransformer>ComplexContentTransformer. getIntermediateTransformers()Deprecated.java.util.List<ContentTransformer>ContentTransformerRegistry. getTransformers()Deprecated.java.util.List<ContentTransformer>TransformerSelector. selectTransformers(java.lang.String sourceMimetype, long sourceSize, java.lang.String targetMimetype, TransformationOptions options)Deprecated.Returns a sorted list of transformers that identifies the order in which transformers should be tried.java.util.List<ContentTransformer>TransformerSelectorImpl. selectTransformers(java.lang.String sourceMimetype, long sourceSize, java.lang.String targetMimetype, TransformationOptions options)Deprecated.java.util.List<ContentTransformer>TransformerSelectorImplOriginal. selectTransformers(java.lang.String sourceMimetype, long sourceSize, java.lang.String targetMimetype, TransformationOptions options)Deprecated.java.util.Collection<ContentTransformer>TransformerDebug. sortTransformersByName(java.lang.String transformerName)Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Methods in org.alfresco.repo.content.transform with parameters of type ContentTransformer Modifier and Type Method Description voidTransformerDebug. activeTransformer(int mimetypePairCount, ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, long maxSourceSizeKBytes, boolean firstMimetypePair)Deprecated.voidTransformerDebug. activeTransformer(java.lang.String sourceMimetype, java.lang.String targetMimetype, int transformerCount, ContentTransformer transformer, long maxSourceSizeKBytes, boolean firstTransformer)Deprecated.voidContentTransformerRegistry. addComponentTransformer(ContentTransformer transformer)Deprecated.Records a transformer that can NOT be queried for applicability, but may be included as a component of complex transformers.voidContentTransformerRegistry. addTransformer(ContentTransformer transformer)Deprecated.Registers an individual transformer that can be queried to check for applicability.voidTransformerDebug. blacklistTransform(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, TransformationOptions options)Deprecated.java.util.List<org.alfresco.service.cmr.repository.NodeRef>TransformerConfig. getBlacklist(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype)Deprecated.Returns a list of blacklisted NodeRefs of the specified transformer for the the combination of source and target mimetype.java.util.List<org.alfresco.service.cmr.repository.NodeRef>TransformerConfigImpl. getBlacklist(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype)Deprecated.Returns a list of blacklisted NodeRefs of the specified transformer for the the combination of source and target mimetype.intTransformerConfigProperty. getInt(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype)Deprecated.TransformationOptionLimitsTransformerConfig. getLimits(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, java.lang.String use)Deprecated.Returns the limits defined for the combination of transformer, sourceMimetype and targetMimetype.TransformationOptionLimitsTransformerConfigImpl. getLimits(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, java.lang.String use)Deprecated.Returns the limits defined for the combination of transformer, sourceMimetype and targetMimetype.TransformationOptionLimitsTransformerConfigLimits. getLimits(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, java.lang.String use)Deprecated.longTransformerConfigProperty. getLong(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype)Deprecated.java.util.List<org.alfresco.service.cmr.repository.NodeRef>TransformerConfigProperty. getNodeRefs(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype)Deprecated.intTransformerConfig. getPriority(ContentTransformer contentTransformerHelper, java.lang.String sourceMimetype, java.lang.String targetMimetype)Deprecated.Returns the priority of the specified transformer for the the combination of source and target mimetype.intTransformerConfigImpl. getPriority(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype)Deprecated.Returns the priority of the specified transformer for the the combination of source and target mimetype.static java.lang.StringContentTransformerHelper. getSimpleName(ContentTransformer transformer)Deprecated.Returns the simple form of the transformer name, which has had the normal "transformer." prefix to the Spring bean name removed.TransformerStatisticsTransformerConfig. getStatistics(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, boolean createNew)Deprecated.Returns and creates if needed theTransformerStatisticsobject for the combination of transformer, sourceMimetype and targetMimetype.TransformerStatisticsTransformerConfigImpl. getStatistics(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, boolean createNew)Deprecated.Returns and creates if needed theTransformerStatisticsobject for the combination of transformer, sourceMimetype and targetMimetype.TransformerStatisticsTransformerConfigStatistics. getStatistics(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, boolean createNew)Deprecated.intTransformerConfig. getThresholdCount(ContentTransformer contentTransformerHelper, java.lang.String sourceMimetype, java.lang.String targetMimetype)Deprecated.Returns the threshold of the transformer.intTransformerConfigImpl. getThresholdCount(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype)Deprecated.Returns the threshold of the transformer.voidTransformerDebug. inactiveTransformer(ContentTransformer transformer)Deprecated.booleanTransformerConfig. isSupportedTransformation(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, TransformationOptions options)Deprecated.Returns true if the supplied mimetype transformation pair is allowed by the list of supported and unsupported transformations.booleanTransformerConfigImpl. isSupportedTransformation(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, TransformationOptions options)Deprecated.Returns true if the supplied mimetype transformation pair is allowed by the list of supported and unsupported transformations.booleanTransformerConfigSupported. isSupportedTransformation(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, TransformationOptions options)Deprecated.voidTransformerDebug. pushIsTransformableSize(ContentTransformer transformer)Deprecated.voidTransformerDebug. pushTransform(ContentTransformer transformer, java.lang.String fromUrl, java.lang.String sourceMimetype, java.lang.String targetMimetype, long sourceSize, java.lang.String renditionName, org.alfresco.service.cmr.repository.NodeRef sourceNodeRef)Deprecated.voidTransformerDebug. pushTransform(ContentTransformer transformer, java.lang.String fromUrl, java.lang.String sourceMimetype, java.lang.String targetMimetype, long sourceSize, TransformationOptions options)Deprecated.voidContentTransformerRegistry. removeTransformer(ContentTransformer transformer)Deprecated.Removes a dynamically created transformer.voidTransformerDebug. unavailableTransformer(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, long maxSourceSizeKBytes)Deprecated.Method parameters in org.alfresco.repo.content.transform with type arguments of type ContentTransformer Modifier and Type Method Description voidTransformerDebug. availableTransformers(java.util.List<ContentTransformer> transformers, long sourceSize, java.lang.String renditionName, org.alfresco.service.cmr.repository.NodeRef sourceNodeRef, java.lang.String calledFrom)Deprecated.voidTransformerDebug. availableTransformers(java.util.List<ContentTransformer> transformers, long sourceSize, TransformationOptions options, java.lang.String calledFrom)Deprecated.voidComplexContentTransformer. setTransformers(java.util.List<ContentTransformer> transformers)Deprecated.The list of transformers to use.voidFailoverContentTransformer. setTransformers(java.util.List<ContentTransformer> transformers)Deprecated.The list of transformers to use.Constructors in org.alfresco.repo.content.transform with parameters of type ContentTransformer Constructor Description TransformerStatisticsImpl(org.alfresco.service.cmr.repository.MimetypeService mimetypeService, java.lang.String sourceMimetype, java.lang.String targetMimetype, ContentTransformer transformer, TransformerStatistics parent, long errorTime, long initialAverageTime, long initialCount)Deprecated. -
Uses of ContentTransformer in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return ContentTransformer Modifier and Type Method Description ContentTransformerContentService. getImageTransformer()Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.ContentTransformerContentService. getTransformer(java.lang.String sourceMimetype, java.lang.String targetMimetype)Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.ContentTransformerContentService. getTransformer(java.lang.String sourceUrl, java.lang.String sourceMimetype, long sourceSize, java.lang.String targetMimetype, TransformationOptions options)Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.ContentTransformerContentService. getTransformer(java.lang.String sourceMimetype, java.lang.String targetMimetype, TransformationOptions options)Deprecated.use overloaded method with sourceSize parameter.Methods in org.alfresco.service.cmr.repository that return types with arguments of type ContentTransformer Modifier and Type Method Description java.util.List<ContentTransformer>ContentService. getActiveTransformers(java.lang.String sourceMimetype, long sourceSize, java.lang.String targetMimetype, TransformationOptions options)java.util.List<ContentTransformer>ContentService. getActiveTransformers(java.lang.String sourceMimetype, java.lang.String targetMimetype, TransformationOptions options)java.util.List<ContentTransformer>ContentService. getTransformers(java.lang.String sourceUrl, java.lang.String sourceMimetype, long sourceSize, java.lang.String targetMimetype, TransformationOptions options)Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
-