org.silverpeas.process.session
Class DefaultProcessSession

java.lang.Object
  extended by org.silverpeas.process.session.AbstractProcessSession
      extended by org.silverpeas.process.session.DefaultProcessSession
All Implemented Interfaces:
ProcessSession

public class DefaultProcessSession
extends AbstractProcessSession

Simple Session class which doesn't modify the abstract implementation.

Author:
Yohann Chastagnier

Constructor Summary
protected DefaultProcessSession()
          Default constructor
 
Method Summary
static DefaultProcessSession create()
          Instanciate an IO context from given user and component instance ID
 
Methods inherited from class org.silverpeas.process.session.AbstractProcessSession
buildSessionId, getAttribute, getAttribute, getId, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProcessSession

protected DefaultProcessSession()
Default constructor

Parameters:
userId -
userDetail -
componentInstanceId -
Method Detail

create

public static DefaultProcessSession create()
Instanciate an IO context from given user and component instance ID

Parameters:
user -
componentInstanceId -
Returns:


Copyright © 2016 Silverpeas. All Rights Reserved.