Nuxeo Enterprise Platform 5.1

org.nuxeo.ecm.platform.imaging.transform.impl
Class ImagingTransformPluginImpl

java.lang.Object
  extended by org.nuxeo.ecm.platform.transform.plugin.AbstractPlugin
      extended by org.nuxeo.ecm.platform.imaging.transform.impl.ImagingTransformPluginImpl
All Implemented Interfaces:
Serializable, ImagingTransformPlugin, Plugin

public class ImagingTransformPluginImpl
extends AbstractPlugin
implements ImagingTransformPlugin

Author:
Max Stepanov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.nuxeo.ecm.platform.transform.plugin.AbstractPlugin
defaultOptions, destinationMimeType, name, sourceMimeTypes
 
Fields inherited from interface org.nuxeo.ecm.platform.imaging.transform.api.ImagingTransformPlugin
OPERATION_RESIZE, OPERATION_ROTATE, OPTION_OPERATION, OPTION_RESIZE_HEIGHT, OPTION_RESIZE_WIDTH, OPTION_ROTATE_ANGLE
 
Constructor Summary
ImagingTransformPluginImpl()
           
 
Method Summary
 List<TransformDocument> transform(Map<String,Serializable> options, TransformDocument... sources)
          Transforms sources given specific plugin options.
 
Methods inherited from class org.nuxeo.ecm.platform.transform.plugin.AbstractPlugin
getDefaultOptions, getDestinationMimeType, getName, getSourceMimeTypes, isSourceCandidate, isSourceCandidate, setDefaultOptions, setDestinationMimeType, setName, setSourceMimeTypes, setSpecificOptions, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImagingTransformPluginImpl

public ImagingTransformPluginImpl()
Method Detail

transform

public List<TransformDocument> transform(Map<String,Serializable> options,
                                         TransformDocument... sources)
                                  throws Exception
Description copied from interface: Plugin
Transforms sources given specific plugin options.

Specified by:
transform in interface Plugin
Overrides:
transform in class AbstractPlugin
Parameters:
options - plugin options
sources - list of sources as TransformDocument instances
Returns:
list of TransformDocument instances
Throws:
Exception

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.