Interface ProcessSession
-
- All Known Implementing Classes:
AbstractProcessSession
,DefaultProcessSession
public interface ProcessSession
This interface defines methods which any implementation ofSession
have to expose to callers.- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getAttribute(String name)
<C> C
getAttribute(String name, Class<C> expectedReturnedClass)
String
getId()
void
setAttribute(String name, Object value)
-