Reference » Intrasuite Object Model

Intrasuite Object Model 4


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.

 

Field class

The Field class manages Intrasuite Fields.

 

Fields class

The Fields class manages Intrasuite Fields collections.

 

Item class

The Item class manages Intrasuite Items.

 

ItemType class

The ItemType class manages Intrasuite ItemTypes (templates).

 

Log class

The Log class manages Intrasuite Events Log.

 

Node class

The Node class manages Intrasuite Node system.

 

Rights class

The Rights class manages Intrasuite Right system.

 

RightsTypes class

The RightsTypes class manages Intrasuite Right Types.

 

Store class

The Store class manages Database connection.

 

Utils class

The Utils class provides extra services like files upload.

 

ViewControl class

The ViewControl class manages Intrasuite views like XML.