public class TransformOperations extends Object
CatalogFrameworkImpl.
This class contains two delegated transformation methods and methods to support them. No operations/support methods should be added to this class except in support of CFI transformation operations.
| Constructor and Description |
|---|
TransformOperations(FrameworkProperties frameworkProperties) |
| Modifier and Type | Method and Description |
|---|---|
BinaryContent |
transform(Metacard metacard,
String transformerId,
Map<String,Serializable> requestProperties) |
BinaryContent |
transform(SourceResponse response,
String transformerId,
Map<String,Serializable> requestProperties) |
public TransformOperations(FrameworkProperties frameworkProperties)
public BinaryContent transform(Metacard metacard, String transformerId, Map<String,Serializable> requestProperties) throws CatalogTransformerException
CatalogTransformerExceptionpublic BinaryContent transform(SourceResponse response, String transformerId, Map<String,Serializable> requestProperties) throws CatalogTransformerException
CatalogTransformerExceptionThis work is licensed under a Creative Commons Attribution 4.0 International License.