org.silverpeas.process.session
Interface ProcessSession

All Known Implementing Classes:
AbstractProcessSession, DefaultProcessSession

public interface ProcessSession

This interface defines methods which any implementation of Session have to expose to callers.

Author:
Yohann Chastagnier

Method Summary
 Object getAttribute(String name)
           
<C> C
getAttribute(String name, Class<C> expectedReturnedClass)
           
 String getId()
           
 void setAttribute(String name, Object value)
           
 

Method Detail

getId

String getId()

setAttribute

void setAttribute(String name,
                  Object value)

getAttribute

Object getAttribute(String name)

getAttribute

<C> C getAttribute(String name,
                   Class<C> expectedReturnedClass)


Copyright © 2016 Silverpeas. All Rights Reserved.