Thursday, January 26, 2012

Content

Content are treated as Objects in Filenet. Every Object belongs to a class.Objects inherits the properties and behavior (methods) of it class.

Object is made up of following: -
  1. Meta-data: - Object Properties
  2. Values: - Values assigned to Properties.
  3. Methods: - function which could be applied on the objects.
  4. Content: - Any attachment along with the object.
FileNet provides three root classes: -
  1. Folders: -
  2. Documents: -
  3. Custom Objects: - We create custom classes as per requirement. Objects of such classes are called as custom Objects
  4. Property templates: - We create a property template as per requirement.when this property template is associated with a class definition, it is called as Property definition. Property template can be reused by multiple classes but its not true for property definition.
  5. Class Definition: - Class definition holds the properties and methods of that particular class.
  6. Event Actions: - All event action belongs to this root class.
Every object class we create will be a sub class of one of the (1,2,3) root classes

No comments:

Post a Comment