org.silverpeas.process.management
Class DefaultProcessManagement
java.lang.Object
org.silverpeas.process.management.DefaultProcessManagement
- All Implemented Interfaces:
- ProcessManagement
@Service
public class DefaultProcessManagement
- extends Object
- implements ProcessManagement
Default implementation of the ProcessManagement
interface.
- Author:
- Yohann Chastagnier
Method Summary |
|
execute(ProcessList<C> processes,
C processExecutionContext)
Executing several processes with a shared execution context |
|
execute(SilverpeasProcess<C> process,
C processExecutionContext)
Executing one process with an execution context |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultProcessManagement
public DefaultProcessManagement()
execute
public <C extends ProcessExecutionContext> void execute(SilverpeasProcess<C> process,
C processExecutionContext)
throws Exception
- Description copied from interface:
ProcessManagement
- Executing one process with an execution context
- Specified by:
execute
in interface ProcessManagement
- Throws:
Exception
execute
public <C extends ProcessExecutionContext> void execute(ProcessList<C> processes,
C processExecutionContext)
throws Exception
- Description copied from interface:
ProcessManagement
- Executing several processes with a shared execution context
- Specified by:
execute
in interface ProcessManagement
- Throws:
Exception
Copyright © 2016 Silverpeas. All Rights Reserved.