Package com.aquima.web.sessionmanager
Class TaskDetailsService
java.lang.Object
com.aquima.web.sessionmanager.TaskDetailsService
- All Implemented Interfaces:
Serializable
@Service
@SessionScope
@Profile("case-engine-client & dcm-dashboard")
public class TaskDetailsService
extends Object
implements Serializable
Service that stores the current
TaskExecutionDetails
. SHOULD NOT BE A SINGLETON BEAN
This class should only be used as SessionScoped bean to hold the taskExecutionDetails for only one session. Since this is a SessionScoped bean this class and its member should be serializable because of Session storage.
- Since:
- 15.7
- Author:
- Raoul de Haard
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setTaskExecutionDetails
(TaskExecutionDetails taskExecutionDetails)