Package org.imixs.workflow.office.forms


package org.imixs.workflow.office.forms
  • Classes
    Class
    Description
    The AIController integrates the imixs-ai module providing a AI Chat history.
     
    The AnalyticController is a conversationScoped controller that provides values for the analytic-custom parts.
    An AnalyticEvent is send by the AnalyticController during initialization
     
    The CDI ChildItemController provides methods to display and edit sub items in a sub-form.
    The ChronicleController collects all chronicle data history, versions, comments, references, documents
     
    Compares two ChronicleEntities by its date value.
    This CDI bean fixes corrupted data in the item txtcommentLog.
    The CountryController provides select lists for countries.
    The CustomFormController is used by the workitem form to compute a set of fields based on a data object provided by the model.
    This CustomFormItem provides the informations from a single item inside a custom form section
    This CustomFormSection provides the information from a custom form definition
    This CustomSubFormSection divides sections into sub forms
    Custom Date Converter support empty values For implementation details also see this discussions https://github.com/eclipse-ee4j/mojarra/issues/5378 https://jakarta.ee/specifications/faces/4.0/apidocs/jakarta/faces/component/uicomponent#getAttributes() https://stackoverflow.com/questions/7684465/valueexpression-map-of-a-jsf-component Component attributes map breaks Map semantics #640
    This Bean acts a a front controller for the DMS feature.
    The FormController provides information about the Form, FormSections and FormParts defined by a Workitem.
    A FormDefinition holds the information about the form parts defined by a workitem.
    This Class provides the informations about EditorSections defined in the Model (txtWorkflowEditorID) <c:forEach items="#{workitemMB.editorSections}" var="section"> <ui:include src="/pages/workitems/forms/#{section.url}.xhtml" /> .....
    The HistoryController provides a history navigation over workItems the user has selected.
    HTML5 Date Converter
    HTML5 Date Converter
     
    The MinuteController is a session scoped backing bean controlling a list of minute workitems assigned to a parent workitem.
    The SpaceRefFormController provides method to support the custom part 'spaceref' The component is used as a custom form part.
    The SuggestInputController can be used to suggest inputs from earlier requests within the same workflowGroup.
    This EJB provides a administrative access to the service layer.
    The ValidationController evaluates the BPMN event validation rules.
    The marty VersionController provides the list of versions to the current loaded workitem.
    The WorkitemLinkController provides suggest-box behavior based on the JSF 2.0 ajax capability to add WorkItem references to the current WorkItem.
    The WorkitemMobileController can be used to create a new workitem and switch into the workitem-m form.
    The WorkitemService provides methods to create, process, update and remove a workItem.