|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessSession | |
---|---|
org.silverpeas.process | Provides an API for executing one or several processes that implement SilverpeasProcess @see SilverpeasProcess . |
org.silverpeas.process.annotation | |
org.silverpeas.process.io.file | |
org.silverpeas.process.management | |
org.silverpeas.process.session |
Uses of ProcessSession in org.silverpeas.process |
---|
Methods in org.silverpeas.process with parameters of type ProcessSession | |
---|---|
void |
SilverpeasProcess.process(C context,
ProcessSession session)
Containing main treatment of the process. |
Uses of ProcessSession in org.silverpeas.process.annotation |
---|
Methods in org.silverpeas.process.annotation with parameters of type ProcessSession | |
---|---|
void |
SimulationElementConversionProcess.processFiles(ProcessExecutionContext processExecutionProcess,
ProcessSession session,
FileHandler fileHandler)
|
Uses of ProcessSession in org.silverpeas.process.io.file |
---|
Constructors in org.silverpeas.process.io.file with parameters of type ProcessSession | |
---|---|
AbstractFileHandler(ProcessSession session)
Default constructor |
|
FileHandler(ProcessSession session)
Default constructor |
Uses of ProcessSession in org.silverpeas.process.management |
---|
Methods in org.silverpeas.process.management with parameters of type ProcessSession | |
---|---|
void |
AbstractFileProcess.process(C processExecutionProcess,
ProcessSession session)
|
abstract void |
AbstractFileProcess.processFiles(C processExecutionProcess,
ProcessSession session,
FileHandler fileHandler)
Containing main treatment of the process. |
Uses of ProcessSession in org.silverpeas.process.session |
---|
Classes in org.silverpeas.process.session that implement ProcessSession | |
---|---|
class |
AbstractProcessSession
The abstract root implementation of Session interface. |
class |
DefaultProcessSession
Simple Session class which doesn't modify the abstract implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |