Interface ProcessSession
-
- All Known Implementing Classes:
AbstractProcessSession,DefaultProcessSession
public interface ProcessSessionThis interface defines methods which any implementation ofSessionhave to expose to callers.- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAttribute(String name)<C> CgetAttribute(String name, Class<C> expectedReturnedClass)StringgetId()voidsetAttribute(String name, Object value)
-