| Package | Description |
|---|---|
| org.gytheio.content.transform |
| Modifier and Type | Method and Description |
|---|---|
protected List<AbstractFileContentTransformerWorker.FileContentReferencePair> |
AbstractFileContentTransformerWorker.getSourcePairs(List<org.gytheio.content.ContentReference> sources)
Creates source pairs from the given source content references
|
protected List<AbstractFileContentTransformerWorker.FileContentReferencePair> |
AbstractFileContentTransformerWorker.getTargetPairs(List<org.gytheio.content.ContentReference> targets)
Creates target pairs from the given target content references
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 © 2015 Alfresco Software. All rights reserved.