The Intrasuite Object Model (IOM) is an object model developed for easy customization and integration of 3'rd party applications to the Intrasuite 4.x. This helpfile describes the functionality and
recommended models of working with the object model.
The IOM is consist of the fallowing classes:
Application
class
The Application class is the key entry point to the intrasuite object model. All other objects are instantiated through this class.
The Field class manages Intrasuite Fields.
The Fields class manages Intrasuite Fields collections.
The Item class manages Intrasuite Items.
The ItemType class manages Intrasuite ItemTypes (templates).
The Log class manages Intrasuite Events Log.
The Node class manages Intrasuite Node system.
The Rights class manages Intrasuite Right system.
The RightsTypes class manages Intrasuite Right Types.
The Store class manages Database connection.
The Utils class provides extra services like files upload.
The ViewControl class manages Intrasuite views like XML.