Package org.imixs.workflow.office.forms
Class MinuteController
- java.lang.Object
-
- org.imixs.workflow.office.forms.MinuteController
-
- All Implemented Interfaces:
Serializable
@Named @ConversationScoped public class MinuteController extends Object implements Serializable
The MinuteController is a session scoped backing bean controlling a list of minute workitems assigned to a parent workitem. This controller can be used for different kind of Minute-Workflows. The method toggleWorkitem can be used to open/closed embedded editors:- Author:
- rsoika
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MinuteController()Here we initialize the formController for the minute workitem
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd()StringgetSelectedMinute()voidsetSelectedMinute(String selectedMinute)voidtoggleMinute(String id)This method toggles the current minute workitem to be edited or closed
-