Package org.imixs.workflow.faces.data


package org.imixs.workflow.faces.data
  • Classes
    Class
    Description
    This is the abstract base class for the CDI beans DocumentController and WorkflowController.
    The DocumentController is a @ConversationScoped CDI bean to control the life cycle of a ItemCollection in an JSF application without any workflow functionality.
    The ViewController can be used in JSF Applications to manage lists of ItemCollections.
    The ViewHandler is a @RequestScoped CDI bean computing the result defined by a ViewController.
    The WorkflowController is a @ConversationScoped CDI bean to control the processing life cycle of a workitem in JSF an application.
    The WorkflowEvent provides a CDI event fired by the DocumentController and WorkflowController.