org.silverpeas.process.annotation
Class SimulationElementConversionProcess

java.lang.Object
  extended by org.silverpeas.process.AbstractProcess<C>
      extended by org.silverpeas.process.management.AbstractFileProcess<ProcessExecutionContext>
          extended by org.silverpeas.process.annotation.SimulationElementConversionProcess
All Implemented Interfaces:
SilverpeasProcess<ProcessExecutionContext>

public class SimulationElementConversionProcess
extends AbstractFileProcess<ProcessExecutionContext>

User: Yohann Chastagnier Date: 17/10/13


Method Summary
 void processFiles(ProcessExecutionContext processExecutionProcess, ProcessSession session, FileHandler fileHandler)
          Containing main treatment of the process.
 
Methods inherited from class org.silverpeas.process.management.AbstractFileProcess
getProcessType, process
 
Methods inherited from class org.silverpeas.process.AbstractProcess
onFailure, onSuccessful
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

processFiles

public void processFiles(ProcessExecutionContext processExecutionProcess,
                         ProcessSession session,
                         FileHandler fileHandler)
                  throws Exception
Description copied from class: AbstractFileProcess
Containing main treatment of the process.

Specified by:
processFiles in class AbstractFileProcess<ProcessExecutionContext>
Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.