Changeset 30385
- Timestamp:
- 02/21/08 01:08:29 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-transform-api/src/main/java/org/nuxeo/ecm/platform/transform/interfaces/TransformServiceCommon.java
r28476 r30385 51 51 */ 52 52 Plugin getPluginByName(String name); 53 54 /** 55 * Gets registered plugin for transforming one mimetype to another 56 * 57 * @param sourceMT sourceMimeType 58 * @param destinationMT destinationMimeType 59 * @return plugin instance matching 60 */ 61 Plugin getPluginByMimeTypes(String sourceMT, String destinationMT); 53 62 54 63 /**
