|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessManagement
Interface representing services that provide execution of one or several processes (tasks in other words) in one time. User data and component instance id have to be passed at each call. The different steps of execution of the chaining tasks are the followings :
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 |
Method Detail |
---|
<C extends ProcessExecutionContext> void execute(SilverpeasProcess<C> process, C processExecutionContext) throws Exception
process
- processExecutionContext
-
Exception
<C extends ProcessExecutionContext> void execute(ProcessList<C> processes, C processExecutionContext) throws Exception
processes
- processExecutionContext
-
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |