Package org.imixs.workflow.office.forms


package org.imixs.workflow.office.forms
  • Classes
    Class
    Description
     
    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 computes 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 informations 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.
     
    The MinuteController is a session scoped backing bean controlling a list of minute workitems assigned to a parent workitem.
    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 WorkitemService provides methods to create, process, update and remove a workItem.