Class SimpleDocumentDummyHandledFileConverter
- java.lang.Object
-
- org.silverpeas.core.process.annotation.AbstractDummyHandledFileConverter<SimpleDocumentSimulationElement>
-
- org.silverpeas.core.contribution.attachment.process.SimpleDocumentDummyHandledFileConverter
-
- All Implemented Interfaces:
Initialization
,DummyHandledFileConverter<SimpleDocumentSimulationElement>
@Service public class SimpleDocumentDummyHandledFileConverter extends AbstractDummyHandledFileConverter<SimpleDocumentSimulationElement>
User: Yohann Chastagnier Date: 25/10/13
-
-
Constructor Summary
Constructors Constructor Description SimpleDocumentDummyHandledFileConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DummyHandledFile>
convert(List<SimpleDocumentSimulationElement> elements, ResourceReference target, ActionType actionType)
Method that contains the treatment of the conversion.-
Methods inherited from class org.silverpeas.core.process.annotation.AbstractDummyHandledFileConverter
init, release
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.initialization.Initialization
getPriority
-
-
-
-
Method Detail
-
convert
public List<DummyHandledFile> convert(List<SimpleDocumentSimulationElement> elements, ResourceReference target, ActionType actionType)
Description copied from interface:DummyHandledFileConverter
Method that contains the treatment of the conversion.- Parameters:
elements
- elements to converttarget
- reference to the targeted resource in SilverpeasactionType
- the action type used for the conversion- Returns:
- the list of converted elements.
-
-