public class RotationPictureConverter extends Object implements Converter
| Constructor and Description |
|---|
RotationPictureConverter() |
| Modifier and Type | Method and Description |
|---|---|
BlobHolder |
convert(BlobHolder blobHolder,
Map<String,Serializable> parameters)
Main method to handle the real Conversion Job.
|
void |
init(ConverterDescriptor descriptor)
Initializes the Converter.
|
public RotationPictureConverter()
public BlobHolder convert(BlobHolder blobHolder, Map<String,Serializable> parameters) throws ConversionException
Converter
Returned BlobHolder must implement CachableBlobHolder, otherwise result won't be cached.
convert in interface ConverterConversionExceptionpublic void init(ConverterDescriptor descriptor)
ConverterThis can be used to retrieve some configuration information from the XMap Descriptor.
Copyright © 2018 Nuxeo. All rights reserved.