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:
  • Constructor Details

    • MinuteController

      public MinuteController()
      Here we initialize the formController for the minute workitem
  • Method Details

    • add

      public void add()
    • toggleMinute

      public void toggleMinute(String id)
      This method toggles the current minute workitem to be edited or closed
      Parameters:
      id -
    • getSelectedMinute

      public String getSelectedMinute()
    • setSelectedMinute

      public void setSelectedMinute(String selectedMinute)