| ClientHandlerLocatorBean | 
 Bean for the flowchart component to locate the appropriate client handlers. 
 | 
| ElementDrawerPanelBean | 
 Controller for the drawer panel and the task / node add panel. 
 | 
| ElementInfoPanelBean | 
 Beans which handles the element info dialog for a flowchart node or trigger. 
 | 
| ElementPropertiesBean | 
 Bean for the properties panel to the right, that may contain node or trigger properties. 
 | 
| FlowchartLinterProviderBean | 
 Bean for the flowchart component to locate dead workflow nodes. 
 | 
| NodePropertiesBean | 
Bean that controls the properties panel when a  NodeModel is selected.  
 | 
| TriggerPropertiesBean | 
 Bean for editing the properties of the selected trigger in the workflow. 
 | 
| ViewSettingsBean | 
 Bean for the view settings panel of the new workflow that lets the user change what is dislayed in the flowchart
 diagram. 
 | 
| WorkflowBackupBean | 
 Bean for handling workflow version backups. 
 | 
| WorkflowElementCrudBean | 
 Controller bean for the workflow designer handling node and trigger insertions / updates / deletions, e.g. 
 | 
| WorkflowFlowGraphVisualizationBean | 
 Controller Bean for visualizing the flow graph of a workflow task or processing chain as a graph diagram. 
 | 
| WorkflowFlowGraphVisualizationModel | 
 Model for the flow graph visualization component of the workflow designer. 
 | 
| WorkflowModelBean | 
 Bean that holds the different models (state) required by the workflow. 
 | 
| WorkflowProviderBean | 
 Provides common data related to the workflow, often used as select options by UI elements. 
 | 
| WorkflowRefactorBean | 
 Controller bean for the workflow designer handling form element refactorings. 
 | 
| WorkflowRequestModelBean | 
 Bean that stores data that should be cached only for the duration of the current request. 
 | 
| WorkflowResourceBundleBean | 
 Bean for making resource bundles available to XHTML pages of the workflow designer. 
 | 
| WorkflowSetupBean | 
 Bean for initializing the workflow designer. 
 | 
| WorkflowStateBean | 
 Bean that handles deleting states, creating new states and viewing existing states in the workflow designer. 
 | 
| WorkflowValidationBean | 
 Bean for controlling the validation aspect of the workflow flowchart and node / trigger properties. 
 |