| Package | Description |
|---|---|
| org.alfresco.repo.content | |
| org.alfresco.repo.content.transform | |
| org.alfresco.service.cmr.repository |
| Modifier and Type | Method and Description |
|---|---|
ContentTransformer |
ContentServiceImpl.getImageTransformer()
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
ContentTransformer |
ContentServiceImpl.getTransformer(String sourceMimetype,
String targetMimetype)
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
ContentTransformer |
ContentServiceImpl.getTransformer(String sourceUrl,
String sourceMimetype,
long sourceSize,
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.
|
ContentTransformer |
ContentServiceImpl.getTransformer(String sourceMimetype,
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentTransformer> |
ContentServiceImpl.getActiveTransformers(String sourceMimetype,
long sourceSize,
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.
|
List<ContentTransformer> |
ContentServiceImpl.getActiveTransformers(String sourceMimetype,
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.
|
List<ContentTransformer> |
ContentServiceImpl.getTransformers(String sourceUrl,
String sourceMimetype,
long sourceSize,
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentServiceImpl.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContentTransformer
Deprecated.
Deprecated since 3.0. The abstract base class org.alfresco.repo.content.transform.AbstractContentTransformer2 should now be used instead.
|
class |
AbstractContentTransformer2
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
AbstractContentTransformerLimits
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
AbstractRemoteContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
AppleIWorksContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
ArchiveContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
BinaryPassThroughContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
ComplexContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
EMLTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
FailoverContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
HtmlParserContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
MailContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
MediaWikiContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
OOXMLThumbnailContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
PdfBoxContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
PoiContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
PoiHssfContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
PoiOOXMLContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
ProxyContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
StringExtractingContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
TextMiningContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
TextToPdfContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
TikaAutoContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
TikaPoweredContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
TikaSpringConfiguredContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
| Modifier and Type | Method and Description |
|---|---|
ContentTransformer |
ContentTransformerRegistry.getTransformer(String transformerName)
Deprecated.
Returns a transformer identified by name.
|
ContentTransformer |
ContentTransformerRegistry.getTransformer(String sourceMimetype,
long sourceSize,
String targetMimetype,
TransformationOptions options)
Deprecated.
Gets the best transformer possible.
|
ContentTransformer |
ContentTransformerRegistry.getTransformer(String sourceMimetype,
String targetMimetype,
TransformationOptions options)
Deprecated.
use overloaded version with sourceSize parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentTransformer> |
ContentTransformerRegistry.getActiveTransformers(String sourceMimetype,
long sourceSize,
String targetMimetype,
TransformationOptions options)
Deprecated.
|
List<ContentTransformer> |
ContentTransformerRegistry.getAllTransformers()
Deprecated.
|
List<ContentTransformer> |
ComplexContentTransformer.getIntermediateTransformers()
Deprecated.
|
List<ContentTransformer> |
ContentTransformerRegistry.getTransformers()
Deprecated.
|
List<ContentTransformer> |
TransformerSelectorImplOriginal.selectTransformers(String sourceMimetype,
long sourceSize,
String targetMimetype,
TransformationOptions options)
Deprecated.
|
List<ContentTransformer> |
TransformerSelectorImpl.selectTransformers(String sourceMimetype,
long sourceSize,
String targetMimetype,
TransformationOptions options)
Deprecated.
|
List<ContentTransformer> |
TransformerSelector.selectTransformers(String sourceMimetype,
long sourceSize,
String targetMimetype,
TransformationOptions options)
Deprecated.
Returns a sorted list of transformers that identifies the order in which transformers
should be tried.
|
Collection<ContentTransformer> |
TransformerDebug.sortTransformersByName(String transformerName)
Deprecated.
Returns a sorted list of all transformers sorted by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformerDebug.activeTransformer(int mimetypePairCount,
ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
long maxSourceSizeKBytes,
boolean firstMimetypePair)
Deprecated.
|
void |
TransformerDebug.activeTransformer(String sourceMimetype,
String targetMimetype,
int transformerCount,
ContentTransformer transformer,
long maxSourceSizeKBytes,
boolean firstTransformer)
Deprecated.
|
void |
ContentTransformerRegistry.addComponentTransformer(ContentTransformer transformer)
Deprecated.
Records a transformer that can NOT be queried for applicability, but may be
included as a component of complex transformers.
|
void |
ContentTransformerRegistry.addTransformer(ContentTransformer transformer)
Deprecated.
Registers an individual transformer that can be queried to check for applicability.
|
void |
TransformerDebug.blacklistTransform(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
TransformationOptions options)
Deprecated.
Called when a transformer has been ignored because of a blacklist entry.
|
List<org.alfresco.service.cmr.repository.NodeRef> |
TransformerConfigImpl.getBlacklist(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype)
Deprecated.
Returns a list of blacklisted NodeRefs of the specified transformer for the the combination of source and target mimetype.
|
List<org.alfresco.service.cmr.repository.NodeRef> |
TransformerConfig.getBlacklist(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype)
Deprecated.
Returns a list of blacklisted NodeRefs of the specified transformer for the the combination of source and target mimetype.
|
int |
TransformerConfigProperty.getInt(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype)
Deprecated.
|
TransformationOptionLimits |
TransformerConfigImpl.getLimits(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
String use)
Deprecated.
Returns the limits defined for the combination of transformer, sourceMimetype and targetMimetype.
|
TransformationOptionLimits |
TransformerConfigLimits.getLimits(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
String use)
Deprecated.
|
TransformationOptionLimits |
TransformerConfig.getLimits(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
String use)
Deprecated.
Returns the limits defined for the combination of transformer, sourceMimetype and targetMimetype.
|
long |
TransformerConfigProperty.getLong(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype)
Deprecated.
|
List<org.alfresco.service.cmr.repository.NodeRef> |
TransformerConfigProperty.getNodeRefs(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype)
Deprecated.
|
int |
TransformerConfigImpl.getPriority(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype)
Deprecated.
Returns the priority of the specified transformer for the the combination of source and target mimetype.
|
int |
TransformerConfig.getPriority(ContentTransformer contentTransformerHelper,
String sourceMimetype,
String targetMimetype)
Deprecated.
Returns the priority of the specified transformer for the the combination of source and target mimetype.
|
static String |
ContentTransformerHelper.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.
|
TransformerStatistics |
TransformerConfigStatistics.getStatistics(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
boolean createNew)
Deprecated.
|
TransformerStatistics |
TransformerConfigImpl.getStatistics(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
boolean createNew)
Deprecated.
Returns and creates if needed the
TransformerStatistics object for the combination of
transformer, sourceMimetype and targetMimetype. |
TransformerStatistics |
TransformerConfig.getStatistics(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
boolean createNew)
Deprecated.
Returns and creates if needed the
TransformerStatistics object for the combination of
transformer, sourceMimetype and targetMimetype. |
int |
TransformerConfigImpl.getThresholdCount(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype)
Deprecated.
Returns the threshold of the transformer.
|
int |
TransformerConfig.getThresholdCount(ContentTransformer contentTransformerHelper,
String sourceMimetype,
String targetMimetype)
Deprecated.
Returns the threshold of the transformer.
|
void |
TransformerDebug.inactiveTransformer(ContentTransformer transformer)
Deprecated.
|
boolean |
TransformerConfigImpl.isSupportedTransformation(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
TransformationOptions options)
Deprecated.
Returns true if the supplied mimetype transformation pair is allowed by the list of supported
and unsupported transformations.
|
boolean |
TransformerConfigSupported.isSupportedTransformation(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
TransformationOptions options)
Deprecated.
|
boolean |
TransformerConfig.isSupportedTransformation(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
TransformationOptions options)
Deprecated.
Returns true if the supplied mimetype transformation pair is allowed by the list of supported
and unsupported transformations.
|
void |
TransformerDebug.pushIsTransformableSize(ContentTransformer transformer)
Deprecated.
Called prior to calling a nested isTransformable.
|
void |
TransformerDebug.pushTransform(ContentTransformer transformer,
String fromUrl,
String sourceMimetype,
String targetMimetype,
long sourceSize,
TransformationOptions options)
Deprecated.
Called prior to performing a transform.
|
void |
ContentTransformerRegistry.removeTransformer(ContentTransformer transformer)
Deprecated.
Removes a dynamically created transformer.
|
void |
TransformerDebug.unavailableTransformer(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
long maxSourceSizeKBytes)
Deprecated.
Called to identify a transformer that cannot be used during working out
available transformers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformerDebug.availableTransformers(List<ContentTransformer> transformers,
long sourceSize,
TransformationOptions options,
String calledFrom)
Deprecated.
Called once all available transformers have been identified.
|
void |
ComplexContentTransformer.setTransformers(List<ContentTransformer> transformers)
Deprecated.
The list of transformers to use.
|
void |
FailoverContentTransformer.setTransformers(List<ContentTransformer> transformers)
Deprecated.
The list of transformers to use.
|
| Constructor and Description |
|---|
TransformerStatisticsImpl(org.alfresco.service.cmr.repository.MimetypeService mimetypeService,
String sourceMimetype,
String targetMimetype,
ContentTransformer transformer,
TransformerStatistics parent,
long errorTime,
long initialAverageTime,
long initialCount)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ContentTransformer |
ContentService.getImageTransformer()
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
ContentTransformer |
ContentService.getTransformer(String sourceMimetype,
String targetMimetype)
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
ContentTransformer |
ContentService.getTransformer(String sourceUrl,
String sourceMimetype,
long sourceSize,
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.
|
ContentTransformer |
ContentService.getTransformer(String sourceMimetype,
String targetMimetype,
TransformationOptions options)
Deprecated.
use overloaded method with sourceSize parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentTransformer> |
ContentService.getActiveTransformers(String sourceMimetype,
long sourceSize,
String targetMimetype,
TransformationOptions options)
|
List<ContentTransformer> |
ContentService.getActiveTransformers(String sourceMimetype,
String targetMimetype,
TransformationOptions options)
|
List<ContentTransformer> |
ContentService.getTransformers(String sourceUrl,
String sourceMimetype,
long sourceSize,
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.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.