| Package | Description |
|---|---|
| org.gytheio.content.transform | |
| org.gytheio.content.transform.options |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFileContentTransformerWorker.initializationTest(String sourcePath,
String targetMediaType,
TransformationOptions options)
Tests that the worker is configured and working as expected.
|
boolean |
ContentTransformerWorker.isTransformable(List<String> sourceMediaTypes,
String targetMediaType,
TransformationOptions options)
Determines whether or not the worker can handle the transformation from the
given source media types to the given target media type with the given options.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AudioTransformationOptions
Options relating to audio transformations
|
class |
ImageTransformationOptions
Image transformation options
|
class |
TransformationOptionsImpl
Concrete implementation of transformation options
|
class |
VideoTransformationOptions
Options relating to video transformations
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformationOptionsImpl.merge(TransformationOptions override) |
void |
ImageTransformationOptions.merge(TransformationOptions override) |
void |
AudioTransformationOptions.merge(TransformationOptions override) |
Copyright © 2015 Alfresco Software. All rights reserved.