Index

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACCESS_ROLES - Static variable in class org.imixs.workflow.office.config.AccessRoleController
 
AccessRoleController - Class in org.imixs.workflow.office.config
This AccessRoleController supports the migration from the old txtgroups property in a userprofile to the new access roles.
AccessRoleController() - Constructor for class org.imixs.workflow.office.config.AccessRoleController
 
add() - Method in class org.imixs.workflow.office.forms.ChildItemController
Adds a new order item
add() - Method in class org.imixs.workflow.office.forms.MinuteController
 
addEntry(ItemCollection) - Method in class org.imixs.workflow.office.forms.ChronicleEntity
 
addLink(ActionEvent) - Method in class org.imixs.workflow.office.forms.DMSController
This Method adds a new Link (url) into the DMS list.
anonimiseItems(ItemCollection, String, String) - Method in class org.imixs.workflow.office.gdpr.GDPRAnonymiseService
The method anonymises a list of items.

B

BICValidator - Class in org.imixs.workflow.office.forms
 
BICValidator() - Constructor for class org.imixs.workflow.office.forms.BICValidator
 
BoardCategory - Class in org.imixs.workflow.office.views
This class builds a category used by the BoardController A board category is split into the fields WorkflowGorup, Status and TaskID
BoardCategory(String, String, int, int) - Constructor for class org.imixs.workflow.office.views.BoardCategory
 
boardController - Variable in class org.imixs.workflow.office.views.MonitorController
 
BoardController - Class in org.imixs.workflow.office.views
The BoardController provides a logic to split up the worklist by there workflow groups and status.
BoardController() - Constructor for class org.imixs.workflow.office.views.BoardController
 

C

CHILD_ITEM_PROPERTY - Static variable in class org.imixs.marty.plugins.MinutePlugin
 
CHILD_ITEM_PROPERTY - Static variable in class org.imixs.workflow.office.forms.ChildItemController
 
ChildItemController - Class in org.imixs.workflow.office.forms
The CDI ChildItemController provides methods to display and edit sub items in a sub-form.
ChildItemController() - Constructor for class org.imixs.workflow.office.forms.ChildItemController
 
childItems - Variable in class org.imixs.workflow.office.forms.ChildItemController
 
ChronicleController - Class in org.imixs.workflow.office.forms
The ChronicleController collects all chronicle data history, versions, comments, references, documents
ChronicleController() - Constructor for class org.imixs.workflow.office.forms.ChronicleController
 
ChronicleEntity - Class in org.imixs.workflow.office.forms
 
ChronicleEntity(String, Date) - Constructor for class org.imixs.workflow.office.forms.ChronicleEntity
 
ChronicleEntityComparator - Class in org.imixs.workflow.office.forms
Compares two ChronicleEntities by its date value.
ChronicleEntityComparator() - Constructor for class org.imixs.workflow.office.forms.ChronicleEntityComparator
This method sorts by the default locale ascending
ChronicleEntityComparator(boolean) - Constructor for class org.imixs.workflow.office.forms.ChronicleEntityComparator
This method sorts by the default locale
ChronicleEntityComparator(boolean, Locale) - Constructor for class org.imixs.workflow.office.forms.ChronicleEntityComparator
 
clone(ItemCollection) - Static method in class org.imixs.workflow.office.util.WorkitemHelper
This method clones the given workItem with a minimum of attributes.
closeCurrentWorkitem(ActionEvent) - Method in class org.imixs.workflow.office.forms.HistoryController
This action listener removes the current WorkItem from the history navigation and reset the workitem form the workflowcontroller.
CommentLogHandler - Class in org.imixs.workflow.office.forms
This CDI bean fixes corrupted data in the item txtcommentLog.
CommentLogHandler() - Constructor for class org.imixs.workflow.office.forms.CommentLogHandler
 
CommentPlugin - Class in org.imixs.marty.plugins
This plugin supports a comment feature.
CommentPlugin() - Constructor for class org.imixs.marty.plugins.CommentPlugin
 
compare(ChronicleEntity, ChronicleEntity) - Method in class org.imixs.workflow.office.forms.ChronicleEntityComparator
 
computeFieldDefinition(ItemCollection) - Method in class org.imixs.workflow.office.forms.CustomFormController
Computes an new custom Field Definition based on a given workitem.
computeFormDefinition(ItemCollection) - Method in class org.imixs.workflow.office.forms.FormController
Computes an new FormDefinition based on a given workitem.
computeSearchHash(String, String) - Static method in class org.imixs.workflow.office.forms.WorkitemLinkController
Helper method compute a hash from a phrase and a filter rule
computeSequenceNumber(ItemCollection) - Method in class org.imixs.workflow.office.util.SequenceService
This method computes the sequence number based on a configuration entity with the name "BASIC".
CONFIG_ERROR - Static variable in class org.imixs.workflow.office.gdpr.GDPRAnonymiseAdapter
 
ConfigController - Class in org.imixs.workflow.office.config
This ConfigController acts as a frontend controller for a Config Entity.
ConfigController() - Constructor for class org.imixs.workflow.office.config.ConfigController
 
ConfigService - Class in org.imixs.workflow.office.config
The Marty Config Service can be used to store and access configuration values stored in a configuration entity (type='CONFIGURATION).
ConfigService() - Constructor for class org.imixs.workflow.office.config.ConfigService
 
CONFIGURATION_NAME - Static variable in class org.imixs.workflow.office.config.SetupController
 
convertDouble(String) - Method in class org.imixs.workflow.office.forms.ChildItemController
 
CountryCodeAdapter - Class in org.imixs.workflow.office.textadapter
The CountryCodeAdapter replaces country codes with a user specific country name
CountryCodeAdapter() - Constructor for class org.imixs.workflow.office.textadapter.CountryCodeAdapter
 
CountryController - Class in org.imixs.workflow.office.forms
The CountryController provides select lists for countries.
CountryController() - Constructor for class org.imixs.workflow.office.forms.CountryController
 
countTotalWorkitems(String) - Method in class org.imixs.workflow.office.views.MonitorController
This method returns the total count of workItems in a given Group.
create(String) - Method in class org.imixs.workflow.office.config.SpaceController
This method creates a space.
createConfiguration(String) - Method in class org.imixs.workflow.office.config.ConfigService
creates a new configuration object for a specified name
createWorkItem(ItemCollection, String, int) - Method in class org.imixs.workflow.office.forms.WorkitemService
This method creates a new workItem.
CustomFormController - Class in org.imixs.workflow.office.forms
The CustomFormController computes a set of fields based on a data object provided by the model.
CustomFormController() - Constructor for class org.imixs.workflow.office.forms.CustomFormController
 
CustomFormItem - Class in org.imixs.workflow.office.forms
This CustomFormItem provides the informations from a single item inside a custom form section
CustomFormItem(String, String, String, boolean, boolean, boolean, String, String, boolean, int) - Constructor for class org.imixs.workflow.office.forms.CustomFormItem
 
CustomFormSection - Class in org.imixs.workflow.office.forms
This CustomFormSection provides the informations from a custom form definition
CustomFormSection(String, String, String, boolean) - Constructor for class org.imixs.workflow.office.forms.CustomFormSection
 
CustomSubForm - Class in org.imixs.workflow.office.forms
This CustomSubFormSection divides sections into sub forms
CustomSubForm(String, String, boolean) - Constructor for class org.imixs.workflow.office.forms.CustomSubForm
 

D

DateConverter - Class in org.imixs.workflow.office.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
DateConverter() - Constructor for class org.imixs.workflow.office.forms.DateConverter
 
DEFAULT_EDITOR_ID - Static variable in class org.imixs.workflow.office.forms.FormController
 
DEFAULT_PORTLET_SIZE - Static variable in class org.imixs.workflow.office.config.SetupController
 
deleteConfiguration(ItemCollection) - Method in class org.imixs.workflow.office.config.ConfigService
This method deletes an existing Configuration.
deleteItems(ItemCollection, String) - Method in class org.imixs.workflow.office.gdpr.GDPRAnonymiseService
The method deletes a list of items.
deleteModel(String) - Method in class org.imixs.workflow.office.model.ModelController
This Method deletes the given model from the database and the internal model cache.
deleteTextBlock(ItemCollection) - Method in class org.imixs.workflow.office.config.TextBlockService
This method deletes an existing text-block.
DMS_SUBPROCESS_CREATE - Static variable in class org.imixs.marty.plugins.DMSSplitPlugin
 
dmsController - Variable in class org.imixs.workflow.office.forms.ChronicleController
 
DMSController - Class in org.imixs.workflow.office.forms
This Bean acts a a front controller for the DMS feature.
DMSController() - Constructor for class org.imixs.workflow.office.forms.DMSController
 
DMSSplitPlugin - Class in org.imixs.marty.plugins
The DMSSplitPlugin provides functionality to create sub-process instances for each attachment added in an origin process.
DMSSplitPlugin() - Constructor for class org.imixs.marty.plugins.DMSSplitPlugin
 
documentService - Variable in class org.imixs.workflow.office.config.SetupController
 
documentService - Variable in class org.imixs.workflow.office.forms.ChronicleController
 
documentService - Variable in class org.imixs.workflow.office.forms.DMSController
 
documentService - Variable in class org.imixs.workflow.office.forms.HistoryController
 
documentType(String) - Method in class org.imixs.workflow.office.forms.DMSController
 
doLoadNext(BoardCategory) - Method in class org.imixs.workflow.office.views.BoardController
Loads the next page for a category
doLoadPrev(BoardCategory) - Method in class org.imixs.workflow.office.views.BoardController
Loads the prev page for a category
doUploadModel(ActionEvent) - Method in class org.imixs.workflow.office.model.ModelController
This method adds all uploaded model files.

E

equals(Object) - Method in class org.imixs.workflow.office.forms.ChronicleEntity
 
equals(Object) - Method in class org.imixs.workflow.office.views.BoardCategory
 
execute(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.office.gdpr.GDPRAnonymiseAdapter
The method runs the plugin
explodeChildList(ItemCollection) - Method in class org.imixs.marty.plugins.MinutePlugin
converts the Map List of a workitem into a List of ItemCollectons
explodeChildList(ItemCollection) - Method in class org.imixs.workflow.office.forms.ChildItemController
converts the Map List of a workitem into a List of ItemCollectons

F

findAllConfigurations() - Method in class org.imixs.workflow.office.config.ConfigService
Returns a list of all configuration entities.
findAllVersions(ItemCollection) - Method in class org.imixs.workflow.office.forms.WorkitemService
This method finds all versions of a given workitem.
findAncestorsVersions(ItemCollection) - Method in class org.imixs.workflow.office.forms.WorkitemService
This method finds all ancestors versions to a given workitem.
FormController - Class in org.imixs.workflow.office.forms
The FormController provides information about the Form, FormSections and FormParts defined by a Workitem.
FormController() - Constructor for class org.imixs.workflow.office.forms.FormController
 
FormDefinition - Class in org.imixs.workflow.office.forms
A FormDefinition holds the information about the form parts defined by a workitem.
FormDefinition() - Constructor for class org.imixs.workflow.office.forms.FormDefinition
 
FormSection - Class in org.imixs.workflow.office.forms
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" /> .....
FormSection(String, String) - Constructor for class org.imixs.workflow.office.forms.FormSection
 

G

GDPRAnonymiseAdapter - Class in org.imixs.workflow.office.gdpr
The plugin alows the deletion or anonymisation of items within a running workflow process.
GDPRAnonymiseAdapter() - Constructor for class org.imixs.workflow.office.gdpr.GDPRAnonymiseAdapter
 
GDPRAnonymiseService - Class in org.imixs.workflow.office.gdpr
This GDPRAnonymiseService provides methods to delete or anonymise items in a workitem.
GDPRAnonymiseService() - Constructor for class org.imixs.workflow.office.gdpr.GDPRAnonymiseService
 
generateBackgroundColorScheme() - Static method in class org.imixs.workflow.office.views.MonitorController
This helper method generates a backgroundColorScheme for chart diagrams.
getAccessRoles() - Method in class org.imixs.workflow.office.config.AccessRoleController
 
getActiveWorkflowGroups() - Method in class org.imixs.workflow.office.views.MonitorController
Returns a string list with all active workflow groups within the current processRef
getAppName() - Method in class org.imixs.workflow.office.config.SetupController
Returns the EAR application name.
getAsObject(FacesContext, UIComponent, String) - Method in class org.imixs.workflow.office.forms.DateConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.imixs.workflow.office.forms.DateConverter
 
getBase64(String) - Method in class org.imixs.workflow.office.views.MonitorController
Helper method to convert a Group name into a base64 encoded string.
getBoardCategories() - Method in class org.imixs.workflow.office.views.MonitorController
 
getCategories() - Method in class org.imixs.workflow.office.views.BoardController
Returns a list of all workflow groups out of the current worklist.
getCategoryPageSize() - Method in class org.imixs.workflow.office.views.BoardController
 
getChildItems() - Method in class org.imixs.workflow.office.forms.ChildItemController
This methd returns a ItemCollections for each orderItem stored in the property txtOrderItems.
getChroniclePerMonth(int, int) - Method in class org.imixs.workflow.office.forms.ChronicleController
Returns all chronical entries by year/month
getColumns() - Method in class org.imixs.workflow.office.forms.CustomFormSection
 
getConfirmMessage(ItemCollection) - Method in class org.imixs.workflow.office.forms.ValidationController
This method evaluates the validation confirm message from a given BPMN event object.
getCookie(String) - Method in class org.imixs.workflow.office.views.PortletWorklistFavorites
 
getCount() - Method in class org.imixs.workflow.office.views.SearchController
 
getCountriesSelectItems() - Method in class org.imixs.workflow.office.forms.CountryController
Retuns a list of select items with all country codes and country display names
getCountryName(String) - Method in class org.imixs.workflow.office.forms.CountryController
 
getCountryNames(List<String>) - Method in class org.imixs.workflow.office.forms.CountryController
 
getCurrentId() - Method in class org.imixs.workflow.office.forms.HistoryController
 
getDate() - Method in class org.imixs.workflow.office.forms.ChronicleEntity
 
getDefaultQuery() - Method in class org.imixs.workflow.office.views.SearchController
 
getDigit() - Method in class org.imixs.workflow.office.util.SequenceService.SequenceNumber
 
getDisplayLine(String, ItemCollection) - Method in class org.imixs.workflow.office.forms.SuggestInputController
Helper method that creates an entry line output for the suggest resultlist.
getDmsList() - Method in class org.imixs.workflow.office.forms.DMSController
this method returns a list of all attached files and the file meta data provided in a list of ItemCollection.
getDmsListByWorkitem(ItemCollection) - Method in class org.imixs.workflow.office.forms.DMSController
This method returns a list of ItemCollections for all custom attributes of attached files.
getEntries() - Method in class org.imixs.workflow.office.forms.ChronicleEntity
 
getErrorParameters() - Method in exception org.imixs.workflow.office.util.ValidationException
 
getEventType() - Method in class org.imixs.workflow.office.views.SearchEvent
 
getExceptionHandler() - Method in class org.imixs.workflow.office.util.ImixsExceptionHandlerFactory
 
getExternalReferences() - Method in class org.imixs.workflow.office.forms.WorkitemLinkController
Returns a list of all workItems holding a reference to the current workItem.
getExternalReferences(String) - Method in class org.imixs.workflow.office.forms.WorkitemLinkController
returns a list of all workItems holding a reference to the current workItem.
getFilter() - Method in class org.imixs.workflow.office.forms.ChronicleController
Returns the current active filter or null if no filter is active.
getFormDefinition() - Method in class org.imixs.workflow.office.forms.FormController
Retuns the FormDefinition for the current workitem
getGroupData() - Method in class org.imixs.workflow.office.views.MonitorController
This method generates a complex json data structure containing the chart data for each group
getGroups(String) - Method in class org.imixs.workflow.office.model.ModelController
returns all groups for a version
getId() - Method in class org.imixs.workflow.office.forms.CustomSubForm
 
getItems() - Method in class org.imixs.workflow.office.forms.CustomFormSection
 
getLabel() - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
getLabel() - Method in class org.imixs.workflow.office.forms.CustomFormSection
 
getLabel() - Method in class org.imixs.workflow.office.forms.CustomSubForm
 
getLink() - Method in class org.imixs.workflow.office.forms.DMSController
 
getMode() - Method in class org.imixs.workflow.office.views.PortletWorklistFavorites
 
getModelByGroup(String) - Method in class org.imixs.workflow.office.model.ModelController
Returns a model object for corresponding workflow group.
getModelByWorkitem(ItemCollection) - Method in class org.imixs.workflow.office.model.ModelController
 
getModelEntity(String) - Method in class org.imixs.workflow.office.model.ModelController
 
getModelUploads() - Method in class org.imixs.workflow.office.model.ModelUploadHandler
 
getModuleName() - Method in class org.imixs.workflow.office.config.SetupController
Returns the Web module name.
getMonths(int) - Method in class org.imixs.workflow.office.forms.ChronicleController
return months by year descending
getName() - Method in class org.imixs.workflow.office.config.ConfigController
Returns the name of the configuration entity
getName() - Method in class org.imixs.workflow.office.config.PropertiesConfigSource
 
getName() - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
getName() - Method in class org.imixs.workflow.office.forms.FormDefinition
 
getName() - Method in class org.imixs.workflow.office.forms.FormSection
 
getNext() - Method in class org.imixs.workflow.office.views.BoardController
This method increases the search PageIndex and updates the bookmarkable search link to the worklist including the current search phrase.
getNextDev() - Method in class org.imixs.workflow.office.util.SequenceService.SequenceNumber
 
getNextDigit() - Method in class org.imixs.workflow.office.util.SequenceService.SequenceNumber
 
getNextSequenceNumber() - Method in class org.imixs.workflow.office.util.SequenceService.SequenceNumber
 
getOptions() - Method in class org.imixs.workflow.office.forms.CustomFormItem
Optional option string.
getOrdinal() - Method in class org.imixs.workflow.office.config.PropertiesConfigSource
 
getOverallData() - Method in class org.imixs.workflow.office.views.MonitorController
Deprecated.
getPage(int) - Method in class org.imixs.workflow.office.views.BoardController
 
getPageIndex() - Method in class org.imixs.workflow.office.views.BoardCategory
 
getPageIndex() - Method in class org.imixs.workflow.office.views.BoardController
Navigation
getPageMax() - Method in class org.imixs.workflow.office.views.BoardController
 
getPageSize() - Method in class org.imixs.workflow.office.views.BoardCategory
 
getPageSize() - Method in class org.imixs.workflow.office.views.BoardController
 
getParams() - Method in class org.imixs.workflow.office.report.ReportController
 
getPath() - Method in class org.imixs.workflow.office.forms.CustomFormItem
optional path for custom items.
getPath() - Method in class org.imixs.workflow.office.forms.CustomFormSection
 
getPath() - Method in class org.imixs.workflow.office.forms.FormDefinition
 
getPath() - Method in class org.imixs.workflow.office.forms.FormSection
 
getPhraseEncoded() - Method in class org.imixs.workflow.office.views.BoardController
 
getPortletSize() - Method in class org.imixs.workflow.office.config.SetupController
Returns the max count of entries for a front-end protlet
getPrafix() - Method in class org.imixs.workflow.office.util.SequenceService.SequenceNumber
 
getPrev() - Method in class org.imixs.workflow.office.views.BoardController
This method increases the search PageIndex and updates the bookmarkable search link to the worklist including the current search phrase.
getProcess() - Method in class org.imixs.workflow.office.views.BoardController
 
getProcess() - Method in class org.imixs.workflow.office.views.MonitorController
 
getProcess() - Method in class org.imixs.workflow.office.views.SearchController
 
getProcessDatasource() - Method in class org.imixs.workflow.office.views.OrganigramController
Returns a json structure with the process data
getProcessDescription(int, String, ItemCollection) - Method in class org.imixs.workflow.office.model.ModelController
This method return the 'rtfdescription' of a processentity and applies the dynamic Text replacement function from the jee plugin
getProcessEntity(int, String) - Method in class org.imixs.workflow.office.model.ModelController
This method returns a process entity for a given ModelVersion or null if no entity exists.
getProcessList() - Method in class org.imixs.workflow.office.views.RolesAndRightsViewController
 
getProcessRef() - Method in class org.imixs.workflow.office.views.BoardController
 
getProcessRef() - Method in class org.imixs.workflow.office.views.MonitorController
 
getProfiles() - Method in class org.imixs.workflow.office.views.RolesAndRightsViewController
Returns a list of all active profiles
getProperties() - Method in class org.imixs.workflow.office.config.PropertiesConfigSource
 
getProperty(String) - Method in class org.imixs.workflow.office.config.PropertyController
Returns a property value
getProperty(String, String) - Method in class org.imixs.workflow.office.config.PropertyController
Returns a property value
getPropertyNames() - Method in class org.imixs.workflow.office.config.PropertiesConfigSource
 
getQuery() - Method in class org.imixs.workflow.office.views.PortletWorklistFavorites
Generate custom query based on the user profile
getQuery() - Method in class org.imixs.workflow.office.views.SearchController
Returns a Lucene search query based on the define searchFilter parameter set
getQuery() - Method in class org.imixs.workflow.office.views.SearchEvent
 
getReferences() - Method in class org.imixs.workflow.office.forms.WorkitemLinkController
This method returns a list of all ItemCollections referred by the current workItem (txtWorkitemRef).
getReferences(String) - Method in class org.imixs.workflow.office.forms.WorkitemLinkController
This method returns a list of ItemCollections referred by the current workItem ($WorkitemRef).
getReferencesByIdList(List<String>) - Method in class org.imixs.workflow.office.forms.WorkitemLinkController
This method returns a list of ItemCollections referred by list of IDs.
getReports() - Method in class org.imixs.workflow.office.report.ReportController
Returns a String sorted list of all report names.
getReportUploads() - Method in class org.imixs.workflow.office.report.ReportController
 
getSearchFilter() - Method in class org.imixs.workflow.office.views.SearchController
 
getSearchFilter() - Method in class org.imixs.workflow.office.views.SearchEvent
 
getSearchResult() - Method in class org.imixs.workflow.office.forms.SuggestInputController
 
getSearchResult() - Method in class org.imixs.workflow.office.forms.WorkitemLinkController
 
getSections() - Method in class org.imixs.workflow.office.forms.CustomFormController
 
getSections() - Method in class org.imixs.workflow.office.forms.CustomSubForm
 
getSections() - Method in class org.imixs.workflow.office.forms.FormDefinition
 
getSelectedMinute() - Method in class org.imixs.workflow.office.forms.MinuteController
 
getSelectedNode() - Method in class org.imixs.workflow.office.views.OrganigramController
returns the currently selected node ItemCollection or null if no node was selected
getSelectedNodeID() - Method in class org.imixs.workflow.office.views.OrganigramController
returns the currently selected node id or null if no node was selected
getSelectItems() - Method in class org.imixs.workflow.office.forms.CustomFormItem
SelectItem getter Method provides a getter method to an ArrayList of objects for a given options String.
getSelectItems(String) - Method in class org.imixs.workflow.office.config.ConfigController
SelectItem getter Method provides a getter method to an ArrayList of objects for a specific param stored in the configuration entity.
getSortBy() - Method in class org.imixs.workflow.office.config.SetupController
Returns the sortBy criteria form the config workitem or the default value '$modified' if not yet defined.
getSortBy() - Method in class org.imixs.workflow.office.views.SearchController
 
getSortReverse() - Method in class org.imixs.workflow.office.config.SetupController
Returns the sortorder form the config workitem or the default value 'true' if not yet defined.
getSpace() - Method in class org.imixs.workflow.office.views.SearchController
 
getSpaceDatasource() - Method in class org.imixs.workflow.office.views.OrganigramController
Returns a json structure with the space data
getSpaces() - Method in class org.imixs.workflow.office.views.RolesAndRightsViewController
 
getSpan() - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
getSubforms() - Method in class org.imixs.workflow.office.forms.CustomFormController
 
getSubWorkflowGroups(String) - Method in class org.imixs.workflow.office.model.ModelController
Returns a String list of all Sub-WorkflowGroup names for a specified WorkflowGroup.
getTaskID() - Method in class org.imixs.workflow.office.views.BoardCategory
 
getTextBlock(String) - Method in class org.imixs.workflow.office.rest.TextblockRestService
 
getTextBlockAsPage(String) - Method in class org.imixs.workflow.office.rest.TextblockRestService
HTML Page returns the textblock content as a complete html page in standard output.
getTextblockFile(String, String, UriInfo) - Method in class org.imixs.workflow.office.rest.TextblockRestService
 
getTextBlockPlain(String) - Method in class org.imixs.workflow.office.rest.TextblockRestService
 
getTitle() - Method in class org.imixs.workflow.office.views.BoardController
Get the board title.
getTitle() - Method in class org.imixs.workflow.office.views.SearchController
 
getType() - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
getUser() - Method in class org.imixs.workflow.office.forms.ChronicleEntity
 
getUserRole() - Method in class org.imixs.workflow.office.config.AccessRoleController
 
getValue(String) - Method in class org.imixs.workflow.office.config.PropertiesConfigSource
 
getVersions() - Method in class org.imixs.workflow.office.forms.VersionController
returns a List with all Versions of the current Workitem
getVersions() - Method in class org.imixs.workflow.office.model.ModelController
returns all model versions
getView() - Method in class org.imixs.workflow.office.views.BoardController
 
getWorkflowGroup() - Method in class org.imixs.workflow.office.views.BoardCategory
 
getWorkflowGroups() - Method in class org.imixs.workflow.office.model.ModelController
Returns a String list of all WorkflowGroup names.
getWorkflowGroups() - Method in class org.imixs.workflow.office.views.MonitorController
Returns a string list with all workflow groups
getWorkflowStatus() - Method in class org.imixs.workflow.office.views.BoardCategory
 
getWorkitem() - Method in class org.imixs.workflow.office.config.ConfigController
 
getWorkitem(String) - Method in class org.imixs.workflow.office.forms.WorkitemLinkController
Helper method to load a full workitem from the frontend
getWorkitems() - Method in class org.imixs.workflow.office.forms.HistoryController
retuns a list of all workites curently visited
getWorkitems(BoardCategory) - Method in class org.imixs.workflow.office.views.BoardController
This method returns the current page of workitems for the given category.
getYears() - Method in class org.imixs.workflow.office.forms.ChronicleController
 

H

handle() - Method in class org.imixs.workflow.office.util.ImixsExceptionHandler
 
handleImixsWorkflowException(FacesContext) - Method in class org.imixs.workflow.office.util.ImixsExceptionHandler
This method check if the root cause is an instance of Imixs WorkflowException, and if so, it will add a faces message
hashCode() - Method in class org.imixs.workflow.office.forms.ChronicleEntity
 
hashCode() - Method in class org.imixs.workflow.office.views.BoardCategory
 
hasSequenceNumber(ItemCollection) - Method in class org.imixs.workflow.office.util.SequenceService
This method verifies if a sequence number already exists.
HistoryController - Class in org.imixs.workflow.office.forms
The HistoryController provides a history navigation over workItems the user has selected.
HistoryController() - Constructor for class org.imixs.workflow.office.forms.HistoryController
 

I

IBANValidator - Class in org.imixs.workflow.office.forms
 
IBANValidator() - Constructor for class org.imixs.workflow.office.forms.IBANValidator
 
ImixsExceptionHandler - Class in org.imixs.workflow.office.util
The ImixsExceptionHandler handles Imixs WorkflowExceptions as also EJB Exceptions.
ImixsExceptionHandler(ExceptionHandler) - Constructor for class org.imixs.workflow.office.util.ImixsExceptionHandler
 
ImixsExceptionHandlerFactory - Class in org.imixs.workflow.office.util
This is the custom exception handler factory class that is responsible for creating the instances of the ImixsExceptionHandler class.
ImixsExceptionHandlerFactory(ExceptionHandlerFactory) - Constructor for class org.imixs.workflow.office.util.ImixsExceptionHandlerFactory
 
implodeChildList(ItemCollection) - Method in class org.imixs.workflow.office.forms.ChildItemController
Convert the List of ItemCollections back into a List of Map elements
implodeChildList(ItemCollection, List<ItemCollection>) - Method in class org.imixs.marty.plugins.MinutePlugin
Convert the List of ItemCollections back into a List of Map elements
init() - Method in class org.imixs.workflow.office.config.ConfigController
This method load the config entity after postContstruct.
init() - Method in class org.imixs.workflow.office.config.SetupController
This method loads the config entity.
init() - Method in class org.imixs.workflow.office.forms.ChronicleController
 
init() - Method in class org.imixs.workflow.office.views.BoardController
Initialize default behavior initialize the processref, page index and phrase
init() - Method in class org.imixs.workflow.office.views.MonitorController
Initialize default behavior initialize the processref, page index and phrase
init() - Method in class org.imixs.workflow.office.views.PortletWorklistCreator
Initialize default behavior configured by the BASIC configuration entity.
init() - Method in class org.imixs.workflow.office.views.PortletWorklistFavorites
Initialize default behavior configured by the BASIC configuration entity.
init() - Method in class org.imixs.workflow.office.views.PortletWorklistTasks
Initialize default behavior configured by the BASIC configuration entity.
init() - Method in class org.imixs.workflow.office.views.ProcessViewController
 
init() - Method in class org.imixs.workflow.office.views.ProfileViewController
 
init() - Method in class org.imixs.workflow.office.views.SearchController
This method set the sort order and sort criteria
init() - Method in class org.imixs.workflow.office.views.SpaceViewController
 
init() - Method in class org.imixs.workflow.office.views.TextBlockViewController
 
isDisabled() - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
isEndOfList() - Method in class org.imixs.workflow.office.views.BoardController
 
isEndOfList(BoardCategory) - Method in class org.imixs.workflow.office.views.BoardController
 
isHide() - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
isReadonly() - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
isReadonly() - Method in class org.imixs.workflow.office.forms.CustomFormSection
 
isReadonly() - Method in class org.imixs.workflow.office.forms.CustomSubForm
 
isRequired() - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
isRequired() - Method in class org.imixs.workflow.office.forms.ValidationController
 
isSortReverse() - Method in class org.imixs.workflow.office.views.SearchController
 
ITEM_SEQUENCENUMBER - Static variable in class org.imixs.workflow.office.util.SequenceService
 
ITEM_SEQUENCENUMBER_DEPRECATED - Static variable in class org.imixs.workflow.office.util.SequenceService
 
ItemMigrationService - Class in org.imixs.workflow.office.util
This EJB provides reacts on Document Load/SAve events and automatically migrates deprecated field items.
ItemMigrationService() - Constructor for class org.imixs.workflow.office.util.ItemMigrationService
 

L

LINK_PROPERTY - Static variable in class org.imixs.marty.plugins.DMSSplitPlugin
 
LINK_PROPERTY - Static variable in class org.imixs.workflow.office.forms.WorkitemLinkController
 
LINK_PROPERTY - Static variable in class org.imixs.workflow.office.views.PortletWorklistFavorites
 
LINK_PROPERTY_DEPRECATED - Static variable in class org.imixs.workflow.office.forms.WorkitemLinkController
 
LINK_PROPERTY_DEPRECATED - Static variable in class org.imixs.workflow.office.views.PortletWorklistFavorites
 
load(String) - Method in class org.imixs.workflow.office.config.TextBlockController
Loads a text-block item by Name or uniqueID from the ApplicationScoped TextBlockService EJB.
loadConfiguration() - Method in class org.imixs.workflow.office.config.ConfigController
Refresh the configItemCollection.
loadConfiguration(String) - Method in class org.imixs.workflow.office.config.ConfigService
This method returns a config ItemCollection for a specified name.
loadConfiguration(String, boolean) - Method in class org.imixs.workflow.office.config.ConfigService
This method returns a config ItemCollection for a specified name.
loadNode() - Method in class org.imixs.workflow.office.views.OrganigramController
Loads the selected node by its ID.
loadProperties() - Method in class org.imixs.workflow.office.config.PropertiesLoader
This method is used to load a imixs.property file into the property Map<String,String>
loadTextBlock(String) - Method in class org.imixs.workflow.office.config.TextBlockService
This method returns a text-block ItemCollection for a specified name or ID.
loadTextBlock(String, boolean) - Method in class org.imixs.workflow.office.config.TextBlockService
This method returns a text-block ItemCollection for a specified name or id.
logger - Static variable in class org.imixs.workflow.office.forms.WorkitemLinkController
 
loginController - Variable in class org.imixs.workflow.office.forms.DMSController
 
loginController - Variable in class org.imixs.workflow.office.views.BoardController
 

M

martyPropertyLoader - Variable in class org.imixs.workflow.office.config.SetupController
 
matches(ItemCollection, String) - Static method in class org.imixs.workflow.office.util.WorkitemHelper
This method tests if a given WorkItem matches a filter expression.
MAX_RESULT - Static variable in class org.imixs.workflow.office.forms.SuggestInputController
 
MAX_SEARCH_RESULT - Static variable in class org.imixs.workflow.office.forms.WorkitemLinkController
 
MinuteController - Class in org.imixs.workflow.office.forms
The MinuteController is a session scoped backing bean controlling a list of minute workitems assigned to a parent workitem.
MinuteController() - Constructor for class org.imixs.workflow.office.forms.MinuteController
Here we initialize the formController for the minute workitem
MinutePlugin - Class in org.imixs.marty.plugins
This Plugin controls MinuteItems of a parent workflow.
MinutePlugin() - Constructor for class org.imixs.marty.plugins.MinutePlugin
 
modelController - Variable in class org.imixs.workflow.office.config.SetupController
 
ModelController - Class in org.imixs.workflow.office.model
The ModelController provides informations about workflow models.
ModelController() - Constructor for class org.imixs.workflow.office.model.ModelController
 
modelService - Variable in class org.imixs.workflow.office.config.SetupController
 
modelService - Variable in class org.imixs.workflow.office.model.ModelController
 
modelUploadHandler - Variable in class org.imixs.workflow.office.model.ModelController
 
ModelUploadHandler - Class in org.imixs.workflow.office.model
The ModelUploadHandler is used by the ModelController and provides a ItemCollection with uploaded model information.
ModelUploadHandler() - Constructor for class org.imixs.workflow.office.model.ModelUploadHandler
 
MonitorController - Class in org.imixs.workflow.office.views
The MonitorController provides analytic information about the current process instance.
MonitorController() - Constructor for class org.imixs.workflow.office.views.MonitorController
 
MonitorRestService - Class in org.imixs.workflow.office.rest
The MonitorController provides analytic information about the current process instance.
MonitorRestService() - Constructor for class org.imixs.workflow.office.rest.MonitorRestService
 

N

NAME - Static variable in class org.imixs.workflow.office.config.PropertiesConfigSource
 
NO_SEQUENCE_SERVICE_FOUND - Static variable in class org.imixs.marty.plugins.SequenceNumberPlugin
 

O

ON_QUERY - Static variable in class org.imixs.workflow.office.views.SearchEvent
 
onDocumentEvent(DocumentEvent) - Method in class org.imixs.workflow.office.config.TextBlockService
This method refreshes the cache if a textblock was saved.
onDocumentEvent(DocumentEvent) - Method in class org.imixs.workflow.office.util.ItemMigrationService
Reacts on ON_DOCUMENT_SAVE / ON_DOCUMENT_LOAD for the following document types:
onEvent(TextEvent) - Method in class org.imixs.workflow.office.textadapter.CountryCodeAdapter
Observer method for CDI TextEvetns to convert a country code into getDisplayCountry
onEvent(TextEvent) - Method in class org.imixs.workflow.office.textadapter.WorkitemRefAdapter
This method reacts on CDI events of the type TextEvent and parses a string for xml tag .
onTextEvent(TextEvent) - Method in class org.imixs.workflow.office.config.TextBlockService
This method reacts on CDI events of the type TextEvent and parses a string for xml tag .
onWorkflowEvent(WorkflowEvent) - Method in class org.imixs.workflow.office.config.AccessRoleController
WorkflowEvent listener to update the current FormDefinition.
onWorkflowEvent(WorkflowEvent) - Method in class org.imixs.workflow.office.config.TextBlockFileController
DocumentEvent listener
onWorkflowEvent(WorkflowEvent) - Method in class org.imixs.workflow.office.forms.ChildItemController
WorkflowEvent listener to convert embeded HashMaps into ItemCollections and reconvert them before processing
onWorkflowEvent(WorkflowEvent) - Method in class org.imixs.workflow.office.forms.ChronicleController
WorkflowEvent listener
onWorkflowEvent(WorkflowEvent) - Method in class org.imixs.workflow.office.forms.CommentLogHandler
WorkflowEvent listener to fix a corrupted txtCommentLog item.
onWorkflowEvent(WorkflowEvent) - Method in class org.imixs.workflow.office.forms.CustomFormController
WorkflowEvent listener to update the current FormDefinition.
onWorkflowEvent(WorkflowEvent) - Method in class org.imixs.workflow.office.forms.DMSController
WorkflowEvent listener to update the DMS property if a WorkItem has changed, processed or saved.
onWorkflowEvent(WorkflowEvent) - Method in class org.imixs.workflow.office.forms.FormController
WorkflowEvent listener to update the current FormDefinition.
onWorkflowEvent(WorkflowEvent) - Method in class org.imixs.workflow.office.forms.HistoryController
WorkflowEvent listener listens to WORKITEM events and adds or removes the current WorkItem from the history nav.
onWorkflowEvent(WorkflowEvent) - Method in class org.imixs.workflow.office.forms.SuggestInputController
If the current workitem changed reset the last search result
onWorkflowEvent(WorkflowEvent) - Method in class org.imixs.workflow.office.forms.VersionController
WorkflowEvent listener
org.imixs.marty.plugins - package org.imixs.marty.plugins
 
org.imixs.workflow.office.config - package org.imixs.workflow.office.config
 
org.imixs.workflow.office.forms - package org.imixs.workflow.office.forms
 
org.imixs.workflow.office.gdpr - package org.imixs.workflow.office.gdpr
 
org.imixs.workflow.office.model - package org.imixs.workflow.office.model
 
org.imixs.workflow.office.report - package org.imixs.workflow.office.report
 
org.imixs.workflow.office.rest - package org.imixs.workflow.office.rest
 
org.imixs.workflow.office.textadapter - package org.imixs.workflow.office.textadapter
 
org.imixs.workflow.office.util - package org.imixs.workflow.office.util
 
org.imixs.workflow.office.views - package org.imixs.workflow.office.views
 
OrganigramController - Class in org.imixs.workflow.office.views
The OrganigramController generates the JSON data structure used by the Orgchart (https://github.com/dabeng/OrgChart).
OrganigramController() - Constructor for class org.imixs.workflow.office.views.OrganigramController
 

P

PortletWorklistCreator - Class in org.imixs.workflow.office.views
 
PortletWorklistCreator() - Constructor for class org.imixs.workflow.office.views.PortletWorklistCreator
 
PortletWorklistFavorites - Class in org.imixs.workflow.office.views
 
PortletWorklistFavorites() - Constructor for class org.imixs.workflow.office.views.PortletWorklistFavorites
 
PortletWorklistTasks - Class in org.imixs.workflow.office.views
 
PortletWorklistTasks() - Constructor for class org.imixs.workflow.office.views.PortletWorklistTasks
 
processController - Variable in class org.imixs.workflow.office.forms.FormController
 
PROCESSING_ERROR - Static variable in class org.imixs.workflow.office.gdpr.GDPRAnonymiseAdapter
 
PROCESSING_ERROR - Static variable in class org.imixs.workflow.office.gdpr.GDPRAnonymiseService
 
ProcessViewController - Class in org.imixs.workflow.office.views
 
ProcessViewController() - Constructor for class org.imixs.workflow.office.views.ProcessViewController
 
processWorkItem(ItemCollection) - Method in class org.imixs.workflow.office.forms.SystemWorkitemService
 
processWorkItem(ItemCollection) - Method in class org.imixs.workflow.office.forms.WorkitemService
Processes a WorkItem.
profileService - Variable in class org.imixs.workflow.office.config.SetupController
 
ProfileViewController - Class in org.imixs.workflow.office.views
 
ProfileViewController() - Constructor for class org.imixs.workflow.office.views.ProfileViewController
 
properties - Static variable in class org.imixs.workflow.office.config.PropertiesConfigSource
 
PropertiesConfigSource - Class in org.imixs.workflow.office.config
The Marty PropertiesConfigSource is a custom config source based on Microprofile Config API.
PropertiesConfigSource() - Constructor for class org.imixs.workflow.office.config.PropertiesConfigSource
 
PropertiesLoader - Class in org.imixs.workflow.office.config
The MartyConfigLoader is a singleton EJB loading the marty properties from the configuration entity 'BASIC' and provides the properties to the MartyConfigSource
PropertiesLoader() - Constructor for class org.imixs.workflow.office.config.PropertiesLoader
 
propertyController - Variable in class org.imixs.workflow.office.config.SpaceController
 
PropertyController - Class in org.imixs.workflow.office.config
This PropertyController provides access to the Microprofile config api.
PropertyController() - Constructor for class org.imixs.workflow.office.config.PropertyController
 

R

refresh() - Method in class org.imixs.workflow.office.views.BoardController
This method discards the cache.
refresh() - Method in class org.imixs.workflow.office.views.MonitorController
This method discards the cache.
refreshSearch() - Method in class org.imixs.workflow.office.views.BoardController
This method resets the search PageIndex to 0 and updates the bookmarkable search link to the worklist including the current search phrase.
refreshSearch() - Method in class org.imixs.workflow.office.views.SearchController
This method resets the search PageIndex to 0 and updates the bookmarkable search link to the worklist including the current search phrase.
refreshSearch(AjaxBehaviorEvent) - Method in class org.imixs.workflow.office.views.SearchController
 
REGEX_URL_PATTERN - Static variable in class org.imixs.workflow.office.forms.DMSController
 
remove(int) - Method in class org.imixs.workflow.office.forms.ChildItemController
 
removeFile(String) - Method in class org.imixs.workflow.office.forms.DMSController
This method removes a file form the current dms list and also from the workitem
removeWorkitem(String) - Method in class org.imixs.workflow.office.forms.HistoryController
The action method removes a workItem from the history list.
ReportController - Class in org.imixs.workflow.office.report
 
ReportController() - Constructor for class org.imixs.workflow.office.report.ReportController
 
reportService - Variable in class org.imixs.workflow.office.report.ReportController
 
reset() - Method in class org.imixs.workflow.office.config.PropertiesLoader
This method reset the properties from the PropertiesConfigSource
reset() - Method in class org.imixs.workflow.office.config.SetupController
This method resets the propertyService and modelController
reset() - Method in class org.imixs.workflow.office.forms.DMSController
Reset the current dms list
reset() - Method in class org.imixs.workflow.office.forms.SuggestInputController
This method reset the search and input state.
reset() - Method in class org.imixs.workflow.office.model.ModelUploadHandler
 
reset() - Method in class org.imixs.workflow.office.report.ReportController
 
reset() - Method in class org.imixs.workflow.office.views.BoardController
This method discards the cache an reset the current ref.
reset() - Method in class org.imixs.workflow.office.views.MonitorController
This method discards the cache and rebuilds the board categories for the current ProcessRef.
reset() - Method in class org.imixs.workflow.office.views.SearchController
Resets the search filter and the current result.
reset(AjaxBehaviorEvent) - Method in class org.imixs.workflow.office.forms.SuggestInputController
This ajax event method reset the search and input state.
RESET_MINUTE_VERSION_HISTORY - Static variable in class org.imixs.marty.plugins.MinutePlugin
 
resetFilter() - Method in class org.imixs.workflow.office.views.SearchController
Resets the search filter but not the search phrase (phrase) The method reset the current result.
resetSearch() - Method in class org.imixs.workflow.office.views.SearchController
This method reset the search filter and the search pageIndex and creates a new bookmarkable search link to the worklist including the current search phrase.
resolveItemDescription(ItemCollection, String) - Method in class org.imixs.workflow.office.gdpr.GDPRAnonymiseService
This helper method resolves a ItemDescripton and returns all matching Items in the given Workitem.
resourceBundleHandler - Variable in class org.imixs.workflow.office.forms.FormController
 
RestServiceApp - Class in org.imixs.workflow.office.rest
RestServiceApp is the main service class for the rest-service interface.
RestServiceApp() - Constructor for class org.imixs.workflow.office.rest.RestServiceApp
 
RolesAndRightsViewController - Class in org.imixs.workflow.office.views
 
RolesAndRightsViewController() - Constructor for class org.imixs.workflow.office.views.RolesAndRightsViewController
 
run(ItemCollection, ItemCollection) - Method in class org.imixs.marty.plugins.CommentPlugin
This method updates the comment list.
run(ItemCollection, ItemCollection) - Method in class org.imixs.marty.plugins.DMSSplitPlugin
The method evaluates the workflow activity result for items with name: subprocess_create subprocess_update origin_update For each item a corresponding processing cycle will be started.
run(ItemCollection, ItemCollection) - Method in class org.imixs.marty.plugins.MinutePlugin
If a version was created, all workitems from the master with the types 'workitem' or 'childworkitem' are copied into the new version.
run(ItemCollection, ItemCollection) - Method in class org.imixs.marty.plugins.SequenceNumberPlugin
This method loads a sequence number object and increases the sequence number in the workItem.

S

save() - Method in class org.imixs.workflow.office.config.ConfigController
save method updates the txtname property and save the config entity
save() - Method in class org.imixs.workflow.office.config.SetupController
After save the application property cache is reset automatically.
save(ItemCollection) - Method in class org.imixs.workflow.office.config.ConfigService
save the configuration entity
save(ItemCollection) - Method in class org.imixs.workflow.office.config.TextBlockService
SavesO the text-block entity
save(ItemCollection) - Method in class org.imixs.workflow.office.forms.SystemWorkitemService
The method saves an entity
save(ItemCollection) - Method in class org.imixs.workflow.office.gdpr.GDPRAnonymiseService
Saves as manager
schemaService - Variable in class org.imixs.workflow.office.forms.WorkitemLinkController
 
search(String, String, String, String) - Method in class org.imixs.workflow.office.forms.SuggestInputController
This method initializes a lucene search.
SearchController - Class in org.imixs.workflow.office.views
The SearchController provides methods for a convenient search experience.
SearchController() - Constructor for class org.imixs.workflow.office.views.SearchController
 
SearchEvent - Class in org.imixs.workflow.office.views
The SearchEvent provides a CDI observer pattern.
SearchEvent(ItemCollection, int) - Constructor for class org.imixs.workflow.office.views.SearchEvent
Creates a profile event based on a existing Profile ItemCollection
searchEvents - Variable in class org.imixs.workflow.office.views.SearchController
 
searchWorkitems() - Method in class org.imixs.workflow.office.forms.WorkitemLinkController
This method searches a text phrase within the user profile objects (type=profile).
searchWorkitems(String, String) - Method in class org.imixs.workflow.office.forms.WorkitemLinkController
This method returns a list of profile ItemCollections matching the search phrase.
SequenceNumber(String) - Constructor for class org.imixs.workflow.office.util.SequenceService.SequenceNumber
 
SequenceNumberPlugin - Class in org.imixs.marty.plugins
This Plugin handles a unique sequence number for a workItem.
SequenceNumberPlugin() - Constructor for class org.imixs.marty.plugins.SequenceNumberPlugin
 
SequenceService - Class in org.imixs.workflow.office.util
The SequcneceService is a singleton EJB which handles continuous sequenceNumbers for a workitem separated for each workflowGroup.
SequenceService() - Constructor for class org.imixs.workflow.office.util.SequenceService
 
SequenceService.SequenceNumber - Class in org.imixs.workflow.office.util
A SequenceNumber is a internal object separating a fixed part form a number part.
setBoardCategories(Set<BoardCategory>) - Method in class org.imixs.workflow.office.views.MonitorController
 
setCategoryPageSize(int) - Method in class org.imixs.workflow.office.views.BoardController
 
setChildItems(List<ItemCollection>) - Method in class org.imixs.workflow.office.forms.ChildItemController
 
setColumns(String) - Method in class org.imixs.workflow.office.forms.CustomFormSection
 
setCurrentId(String) - Method in class org.imixs.workflow.office.forms.HistoryController
 
setDate(Date) - Method in class org.imixs.workflow.office.forms.ChronicleEntity
 
setDisabled(boolean) - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
setDMSMode(boolean) - Method in class org.imixs.workflow.office.views.SearchController
Can be set to true to restrict the result to workitems containing attachments.
setEndOfList(boolean) - Method in class org.imixs.workflow.office.views.BoardController
 
setErrorParameters(Object[]) - Method in exception org.imixs.workflow.office.util.ValidationException
 
setFormDefinition(FormDefinition) - Method in class org.imixs.workflow.office.forms.FormController
 
setHide(boolean) - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
setId(String) - Method in class org.imixs.workflow.office.forms.CustomSubForm
 
setItems(List<CustomFormItem>) - Method in class org.imixs.workflow.office.forms.CustomFormSection
 
setLabel(String) - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
setLabel(String) - Method in class org.imixs.workflow.office.forms.CustomFormSection
 
setLabel(String) - Method in class org.imixs.workflow.office.forms.CustomSubForm
 
setLink(String) - Method in class org.imixs.workflow.office.forms.DMSController
 
setMode(int) - Method in class org.imixs.workflow.office.views.PortletWorklistFavorites
 
setModelUploads(ItemCollection) - Method in class org.imixs.workflow.office.model.ModelUploadHandler
 
setName(String) - Method in class org.imixs.workflow.office.config.ConfigController
Sets the name of the configuration entity
setName(String) - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
setName(String) - Method in class org.imixs.workflow.office.forms.FormDefinition
 
setName(String) - Method in class org.imixs.workflow.office.forms.FormSection
 
setOptions(String) - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
setPageIndex(int) - Method in class org.imixs.workflow.office.views.BoardCategory
 
setPageIndex(int) - Method in class org.imixs.workflow.office.views.BoardController
 
setPageSize(int) - Method in class org.imixs.workflow.office.views.BoardCategory
 
setPageSize(int) - Method in class org.imixs.workflow.office.views.BoardController
 
setPath(String) - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
setPath(String) - Method in class org.imixs.workflow.office.forms.CustomFormSection
 
setPath(String) - Method in class org.imixs.workflow.office.forms.FormDefinition
 
setPath(String) - Method in class org.imixs.workflow.office.forms.FormSection
 
setProcessRef(String) - Method in class org.imixs.workflow.office.views.BoardController
 
setQuery(String) - Method in class org.imixs.workflow.office.views.SearchEvent
 
setReadonly(boolean) - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
setReadonly(boolean) - Method in class org.imixs.workflow.office.forms.CustomFormSection
 
setReadonly(boolean) - Method in class org.imixs.workflow.office.forms.CustomSubForm
 
setReadOnly(boolean) - Method in class org.imixs.workflow.office.forms.CustomFormController
This method overwrite the 'readOnly' status flag for all sections.
setReportUploads(ItemCollection) - Method in class org.imixs.workflow.office.report.ReportController
 
setRequired(boolean) - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
setRequired(boolean) - Method in class org.imixs.workflow.office.forms.ValidationController
 
setSearchFilter(ItemCollection) - Method in class org.imixs.workflow.office.views.SearchController
 
setSearchFilter(ItemCollection) - Method in class org.imixs.workflow.office.views.SearchEvent
 
setSections(ArrayList<FormSection>) - Method in class org.imixs.workflow.office.forms.FormDefinition
 
setSections(List<CustomFormSection>) - Method in class org.imixs.workflow.office.forms.CustomSubForm
 
setSelectedMinute(String) - Method in class org.imixs.workflow.office.forms.MinuteController
 
setSelectedNode(ItemCollection) - Method in class org.imixs.workflow.office.views.OrganigramController
 
setSelectedNodeID(String) - Method in class org.imixs.workflow.office.views.OrganigramController
 
setSpan(int) - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
setTaskID(int) - Method in class org.imixs.workflow.office.views.BoardCategory
 
setTitle(String) - Method in class org.imixs.workflow.office.views.BoardController
 
setType(String) - Method in class org.imixs.workflow.office.forms.CustomFormItem
 
SetupController - Class in org.imixs.workflow.office.config
This SetupController extends the ConfigController and holds the data from the configuration entity 'BASIC'.
SetupController() - Constructor for class org.imixs.workflow.office.config.SetupController
 
setupService - Variable in class org.imixs.workflow.office.model.ModelController
 
setUser(String) - Method in class org.imixs.workflow.office.forms.ChronicleEntity
 
setUserRole(String) - Method in class org.imixs.workflow.office.config.AccessRoleController
 
setView(String) - Method in class org.imixs.workflow.office.views.BoardController
 
setWorkflowGroup(String) - Method in class org.imixs.workflow.office.views.BoardCategory
 
setWorkflowStatus(String) - Method in class org.imixs.workflow.office.views.BoardCategory
 
SNAPSHOTID - Static variable in class org.imixs.marty.plugins.DMSSplitPlugin
 
SpaceController - Class in org.imixs.workflow.office.config
The SpaceController provides methods to create spaces within a JSF view.
SpaceController() - Constructor for class org.imixs.workflow.office.config.SpaceController
 
SpaceViewController - Class in org.imixs.workflow.office.views
 
SpaceViewController() - Constructor for class org.imixs.workflow.office.views.SpaceViewController
 
SuggestInputController - Class in org.imixs.workflow.office.forms
The SuggestInputController can be used to suggest inputs from earlier requests within the same workflowGroup.
SuggestInputController() - Constructor for class org.imixs.workflow.office.forms.SuggestInputController
 
SystemWorkitemService - Class in org.imixs.workflow.office.forms
This EJB provides a administrative access to the service layer.
SystemWorkitemService() - Constructor for class org.imixs.workflow.office.forms.SystemWorkitemService
 

T

taxonomyChartData(String, String, String, String) - Method in class org.imixs.workflow.office.rest.MonitorRestService
This method loads taxonomy data for a workflow group within a given process and builds a ChartJS data structure in JSON format
teamController - Variable in class org.imixs.workflow.office.config.SetupController
 
teamService - Variable in class org.imixs.workflow.office.views.RolesAndRightsViewController
 
TextBlockController - Class in org.imixs.workflow.office.config
The TextBlockController is a CDI bean providing a methods to load a textBlock from the TextblockService EJB which is using an ApplicationScoped cache.
TextBlockController() - Constructor for class org.imixs.workflow.office.config.TextBlockController
 
TextBlockFileController - Class in org.imixs.workflow.office.config
The TextBlockController is a DocumentController with a file updload feature
TextBlockFileController() - Constructor for class org.imixs.workflow.office.config.TextBlockFileController
 
TextblockRestService - Class in org.imixs.workflow.office.rest
The TextblockRestService provides methods to access the content of a textbock in various ways.
TextblockRestService() - Constructor for class org.imixs.workflow.office.rest.TextblockRestService
 
TextBlockService - Class in org.imixs.workflow.office.config
The TextBlockService is an EJB handling documents containing textual information.
TextBlockService() - Constructor for class org.imixs.workflow.office.config.TextBlockService
 
TextBlockViewController - Class in org.imixs.workflow.office.views
 
TextBlockViewController() - Constructor for class org.imixs.workflow.office.views.TextBlockViewController
 
toggleFilter(String) - Method in class org.imixs.workflow.office.forms.ChronicleController
This method call creates a new filtered list of the originChronicl List. and recalculates also the time data.
toggleMinute(String) - Method in class org.imixs.workflow.office.forms.MinuteController
This method toggles the current minute workitem to be edited or closed
toString() - Method in class org.imixs.workflow.office.views.BoardCategory
 

U

update(ItemCollection, ItemCollection, String) - Method in class org.imixs.workflow.office.forms.SuggestInputController
This method updates the current workitem with the values defined by teh itemList from the given suggest workitem.
uploadReport() - Method in class org.imixs.workflow.office.report.ReportController
This method adds all uploaded imixs-report files.
userController - Variable in class org.imixs.workflow.office.forms.FormController
 
userController - Variable in class org.imixs.workflow.office.views.PortletWorklistFavorites
 
userFriendlyBytes(int) - Method in class org.imixs.workflow.office.forms.DMSController
Computes the file size into a user friendly format

V

validate(FacesContext, UIComponent, String) - Method in class org.imixs.workflow.office.forms.BICValidator
 
validate(FacesContext, UIComponent, String) - Method in class org.imixs.workflow.office.forms.IBANValidator
 
ValidationController - Class in org.imixs.workflow.office.forms
The ValidationController evaluates the BPMN event validation rules.
ValidationController() - Constructor for class org.imixs.workflow.office.forms.ValidationController
 
ValidationException - Exception in org.imixs.workflow.office.util
A ValidationException should be thrown by a JSF managed bean or CDI bean
ValidationException(String, String, String) - Constructor for exception org.imixs.workflow.office.util.ValidationException
 
ValidationException(String, String, String, Exception) - Constructor for exception org.imixs.workflow.office.util.ValidationException
 
ValidationException(String, String, String, Object[]) - Constructor for exception org.imixs.workflow.office.util.ValidationException
 
VersionController - Class in org.imixs.workflow.office.forms
The marty VersionController provides the list of versions to the current loaded workitem.
VersionController() - Constructor for class org.imixs.workflow.office.forms.VersionController
 

W

workflowController - Variable in class org.imixs.workflow.office.config.SpaceController
 
workflowController - Variable in class org.imixs.workflow.office.forms.ChronicleController
 
workflowController - Variable in class org.imixs.workflow.office.forms.DMSController
 
workflowController - Variable in class org.imixs.workflow.office.forms.HistoryController
 
workflowController - Variable in class org.imixs.workflow.office.forms.SuggestInputController
 
workflowController - Variable in class org.imixs.workflow.office.forms.WorkitemLinkController
 
workflowController - Variable in class org.imixs.workflow.office.textadapter.WorkitemRefAdapter
 
workflowService - Variable in class org.imixs.workflow.office.forms.WorkitemLinkController
 
workflowService - Variable in class org.imixs.workflow.office.model.ModelController
 
WorkitemHelper - Class in org.imixs.workflow.office.util
The WorkitemHelper provides methods to clone, compare and sort workitems.
WorkitemHelper() - Constructor for class org.imixs.workflow.office.util.WorkitemHelper
 
workitemLinkController - Variable in class org.imixs.workflow.office.forms.ChronicleController
 
workitemLinkController - Variable in class org.imixs.workflow.office.textadapter.WorkitemRefAdapter
 
WorkitemLinkController - Class in org.imixs.workflow.office.forms
The WorkitemLinkController provides suggest-box behavior based on the JSF 2.0 ajax capability to add WorkItem references to the current WorkItem.
WorkitemLinkController() - Constructor for class org.imixs.workflow.office.forms.WorkitemLinkController
 
WorkitemRefAdapter - Class in org.imixs.workflow.office.textadapter
The TextAdapterWorkitemRef replaces text fragments with the tag ...
WorkitemRefAdapter() - Constructor for class org.imixs.workflow.office.textadapter.WorkitemRefAdapter
 
workitemService - Variable in class org.imixs.workflow.office.forms.ChronicleController
 
workitemService - Variable in class org.imixs.workflow.office.forms.VersionController
 
WorkitemService - Class in org.imixs.workflow.office.forms
The WorkitemService provides methods to create, process, update and remove a workItem.
WorkitemService() - Constructor for class org.imixs.workflow.office.forms.WorkitemService
 
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form