Related links
Framework Core functionality
- Client-Defined attributes
- Framework dependency on the open-source libraries
- Default server methods
- Export collection of objects
- AyMINE Framework Server
- The AyMINE licence model
- System Rights
- Import collection of objects
- Multi tenant Architecture
- Strings and translations
- System messaging
- User sessions
- Configuration of the user-defined fields
SOA Architecture
Support for Service Object Architecture and Internal Event ManagementLibraries & Lincences
Module - support for management
Front-End Scripting
System Management
- SaaS Management Module
- Management of the SaaS service client
- Encryted wallet storing access keys for data vault
- Definition and Management users in the SaaS system
- Management of the system users
- System right management
- System role is how user administrator sets the rights
- File access, storing and locking
- Communication geateways
- Private Object Marks, Sign & Notes
Task Management Module
- About TSK module
- Support for voting and decision management
- Support and implementation notes for FMEA
- Support for the Methodology Management
- Project Methodology Support
- Project Roles - Data model and implementation notes
- Actions and Meeting Agenda
- Description of person and supplier competencies
- Business event
- Problem & Helpdesk management support
- TSK module releases
- User Reminder
Task & Task pattern
Mobile & Web Application
- clientprogramming_fevaldataobject
- userinterface-objectstructure
- cliplink
- npmlibraries
- fclip
- drag-drop
- AyMINE Application
- objectdefinition_inlineedit
- npmlibraries_stringlibrary
- clientprogramming
- mobileapplication
- languagesupport
- objectdefinition_multiupdate
- Object API – object <g>
- clientprogramming_fevallanguage
- clientprogramming_fevaluser
- objectdefinition_viewdefinition
- offlineobjects
- System console
- Runtime debugging
- objectdefinition_detailview
CMS - Content Management & Web API services
FI - Finance Management
Sales & Asset management
Sales related services
Description of a part of the AM module - sales partHR - Human Resources
Application object structure
AyMINE application internal structure related with the user-interface management
Principal view objects
The following UML structure Class model describes internal implementation of the user interface generators and managers:
fBase
Basic class for all window managers. Manages loading and general single-page view
funivDashboard – Dashboard implementation
General implementation of the dashboards. Manages the content of the dashboard including
- Top menu
- Dashboard
- Dashboard buttons
- Dashboard content
fUnivDetail – Detail implementation
Implementation of all single-object detail view. Internally uses managers for principal visual objects:
- Tabs
- Boxes
- Content of the boxes in the set of fields (internal object fieldset)
Let's note that single “fieldset” is used for all attributes in all boxes
funivList – List of object
Implementation of list of objects based on the table / tree structure. Apart of the table, it also manages operations with selected boxes and filters applied on the list. Filters are encapsulated to the filter manager class
fClip – single object short representation
Short view of a single detail is presented by clip. fClip manages everything necessary to display a clip.
Clip supports subordinated clips and so it is a principal object of both single clip and tree of clip views.
fClipList – List of clips
Any list of clips is managed by this class. It manages list as well as operations (mostly inserting new) and filters. Filters uses the same filter manager as list based on the table view.
Principal supporting classes
The principal classes are based on
- Manager of interface elements
- Key interfaces between
- View managers and browser interface
- “JSONC” class-definitions:
Internal object structure managers
fBaseManger
Register of all fbase classes – both those that have its own window as well as those, that are included in another detail and does not have own view

