com.silverpeas.thumbnail.control
Class ThumbnailDummyHandledFileConverter
java.lang.Object
org.silverpeas.process.annotation.AbstractDummyHandledFileConverter<ThumbnailSimulationElement>
com.silverpeas.thumbnail.control.ThumbnailDummyHandledFileConverter
- All Implemented Interfaces:
- DummyHandledFileConverter<ThumbnailSimulationElement>
@Named
public class ThumbnailDummyHandledFileConverter
- extends AbstractDummyHandledFileConverter<ThumbnailSimulationElement>
User: Yohann Chastagnier
Date: 25/10/13
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThumbnailDummyHandledFileConverter
public ThumbnailDummyHandledFileConverter()
getSourceElementType
public Class<ThumbnailSimulationElement> getSourceElementType()
- Description copied from interface:
DummyHandledFileConverter
- Gets the class of the element that has to be converted to a dummy handled file.
- Returns:
convert
public List<DummyHandledFile> convert(List<ThumbnailSimulationElement> elements,
WAPrimaryKey targetPK,
ActionType actionType)
- Description copied from interface:
DummyHandledFileConverter
- Method that contains the treatment of the conversion.
- Parameters:
elements
- elements to converttargetPK
- the targetsactionType
- the action type used for the conversion
- Returns:
Copyright © 2016 Silverpeas. All Rights Reserved.