|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.process.util.ProcessList<C>
public class ProcessList<C extends ProcessExecutionContext>
Managing list of processes (tasks in other words) and setting global parameters for execution.
Constructor Summary | |
---|---|
ProcessList()
Default constructor |
|
ProcessList(List<SilverpeasProcess<C>> processes)
Default constructor |
|
ProcessList(SilverpeasProcess<C>... processes)
Default constructor |
Method Summary | |
---|---|
void |
add(SilverpeasProcess<C> process)
Adds a Silverpeas process |
void |
addAll(List<SilverpeasProcess<C>> processes)
Adds several Silverpeas processes |
void |
addAll(SilverpeasProcess<C>... processes)
Adds several Silverpeas processes |
List<SilverpeasProcess<C>> |
getList()
Gets the list of Silverpeas processes |
Map<String,Object> |
getSessionParameters()
Gets the common session parameters |
boolean |
isEmpty()
Indicates if the list of Silverpeas is empty |
boolean |
isNotEmpty()
Indicates if the list of Silverpeas is not empty |
void |
put(String key,
Object value)
Adds a session parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessList()
public ProcessList(SilverpeasProcess<C>... processes)
public ProcessList(List<SilverpeasProcess<C>> processes)
Method Detail |
---|
public List<SilverpeasProcess<C>> getList()
public void addAll(SilverpeasProcess<C>... processes)
processes
- public void addAll(List<SilverpeasProcess<C>> processes)
processes
- public void add(SilverpeasProcess<C> process)
process
- public void put(String key, Object value)
key
- value
- public Map<String,Object> getSessionParameters()
public boolean isEmpty()
public boolean isNotEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |