Uses of Class
org.silverpeas.process.management.ProcessExecutionContext

Packages that use ProcessExecutionContext
org.silverpeas.admin.component.process.check   
org.silverpeas.admin.space.quota.process.check   
org.silverpeas.process Provides an API for executing one or several processes that implement SilverpeasProcess @see SilverpeasProcess
org.silverpeas.process.annotation   
org.silverpeas.process.check   
org.silverpeas.process.management   
org.silverpeas.process.util   
 

Uses of ProcessExecutionContext in org.silverpeas.admin.component.process.check
 

Methods in org.silverpeas.admin.component.process.check with parameters of type ProcessExecutionContext
 void ComponentFileFilterProcessCheck.checkFiles(ProcessExecutionContext processExecutionProcess, FileHandler fileHandler)
           
 

Uses of ProcessExecutionContext in org.silverpeas.admin.space.quota.process.check
 

Methods in org.silverpeas.admin.space.quota.process.check with parameters of type ProcessExecutionContext
 void DataStorageQuotaProcessCheck.checkFiles(ProcessExecutionContext processExecutionProcess, FileHandler fileHandler)
           
 

Uses of ProcessExecutionContext in org.silverpeas.process
 

Classes in org.silverpeas.process with type parameters of type ProcessExecutionContext
 class AbstractProcess<C extends ProcessExecutionContext>
          The abstract root implementation of SilverpeasProcess interface where process and getProcessType methods are the only ones that are not implemented there.
 interface SilverpeasProcess<C extends ProcessExecutionContext>
          Interface which has to be implemented by each process (or task in other words) that has to be taken in charge by the Silverpeas Process API.
 

Uses of ProcessExecutionContext in org.silverpeas.process.annotation
 

Methods in org.silverpeas.process.annotation with parameters of type ProcessExecutionContext
 void SimulationElementConversionProcess.processFiles(ProcessExecutionContext processExecutionProcess, ProcessSession session, FileHandler fileHandler)
           
 

Uses of ProcessExecutionContext in org.silverpeas.process.check
 

Methods in org.silverpeas.process.check with parameters of type ProcessExecutionContext
 void ProcessCheck.check(ProcessExecutionContext processExecutionProcess)
          Contains the treatment of the verification.
 

Uses of ProcessExecutionContext in org.silverpeas.process.management
 

Classes in org.silverpeas.process.management with type parameters of type ProcessExecutionContext
 class AbstractDataProcess<C extends ProcessExecutionContext>
          Abstract extension of AbstractProcess oriented in the data manipulations such as database persistent operations.
 class AbstractFileProcess<C extends ProcessExecutionContext>
          Abstract extension of AbstractProcess oriented in the file system manipulations.
 

Methods in org.silverpeas.process.management with type parameters of type ProcessExecutionContext
<C extends ProcessExecutionContext>
void
DefaultProcessManagement.execute(ProcessList<C> processes, C processExecutionContext)
           
<C extends ProcessExecutionContext>
void
ProcessManagement.execute(ProcessList<C> processes, C processExecutionContext)
          Executing several processes with a shared execution context
<C extends ProcessExecutionContext>
void
DefaultProcessManagement.execute(SilverpeasProcess<C> process, C processExecutionContext)
           
<C extends ProcessExecutionContext>
void
ProcessManagement.execute(SilverpeasProcess<C> process, C processExecutionContext)
          Executing one process with an execution context
 

Methods in org.silverpeas.process.management with parameters of type ProcessExecutionContext
 void AbstractFileProcessCheck.check(ProcessExecutionContext processExecutionProcess)
           
abstract  void AbstractFileProcessCheck.checkFiles(ProcessExecutionContext processExecutionProcess, FileHandler fileHandler)
          Contains the treatment of the verification.
 

Uses of ProcessExecutionContext in org.silverpeas.process.util
 

Classes in org.silverpeas.process.util with type parameters of type ProcessExecutionContext
 class ProcessList<C extends ProcessExecutionContext>
          Managing list of processes (tasks in other words) and setting global parameters for execution.
 



Copyright © 2016 Silverpeas. All Rights Reserved.