| Package | Description |
|---|---|
| org.gytheio.content.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingProgressReporterImpl
Progress reporter which logs via a given logger.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.gytheio.content.ContentWorkResult> |
ContentTransformerWorker.transform(List<org.gytheio.content.ContentReference> sources,
List<org.gytheio.content.ContentReference> targets,
TransformationOptions options,
ContentTransformerWorkerProgressReporter progressReporter)
Transforms the given source content references into the given target content references
with the given options, reporting back via the given progress reporter.
|
List<org.gytheio.content.ContentWorkResult> |
AbstractFileContentTransformerWorker.transform(List<org.gytheio.content.ContentReference> sources,
List<org.gytheio.content.ContentReference> targets,
TransformationOptions options,
ContentTransformerWorkerProgressReporter progressReporter) |
List<org.gytheio.content.ContentWorkResult> |
ContentTransformerWorker.transform(List<org.gytheio.content.ContentReference> sources,
String targetMediaType,
TransformationOptions options,
ContentTransformerWorkerProgressReporter progressReporter)
Transforms the given source content references into target content references created by the
worker based on the given media type with the given options, reporting back
via the given progress reporter.
|
List<org.gytheio.content.ContentWorkResult> |
AbstractFileContentTransformerWorker.transform(List<org.gytheio.content.ContentReference> sources,
String targetMediaType,
TransformationOptions options,
ContentTransformerWorkerProgressReporter progressReporter) |
protected abstract List<File> |
AbstractFileContentTransformerWorker.transformInternal(List<AbstractFileContentTransformerWorker.FileContentReferencePair> sources,
List<AbstractFileContentTransformerWorker.FileContentReferencePair> targets,
TransformationOptions options,
ContentTransformerWorkerProgressReporter progressReporter)
Transforms the given source file to the given target file and media type using
the given transformation options and reports progress via the given progress reporter.
|
Copyright © 2017 Alfresco Software. All rights reserved.