Class DefaultProcessSession
- java.lang.Object
-
- org.silverpeas.core.process.session.AbstractProcessSession
-
- org.silverpeas.core.process.session.DefaultProcessSession
-
- All Implemented Interfaces:
ProcessSession
public class DefaultProcessSession extends AbstractProcessSession
SimpleSession
class which doesn't modify the abstract implementation.- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DefaultProcessSession()
Default constructor
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DefaultProcessSession
create()
Instantiates an IO context from given user and component instance ID.-
Methods inherited from class org.silverpeas.core.process.session.AbstractProcessSession
buildSessionId, getAttribute, getAttribute, getId, setAttribute
-
-
-
-
Method Detail
-
create
public static DefaultProcessSession create()
Instantiates an IO context from given user and component instance ID.- Returns:
- an instance of a session for the process execution.
-
-