| Package | Description |
|---|---|
| org.alfresco.repo.content.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
TransformerStatisticsImpl
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 |
|---|---|
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. |
| 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.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.