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: -
Object is made up of following: -
- Meta-data: - Object Properties
- Values: - Values assigned to Properties.
- Methods: - function which could be applied on the objects.
- Content: - Any attachment along with the object.
- Folders: -
- Documents: -
- Custom Objects: - We create custom classes as per requirement. Objects of such classes are called as custom Objects
- 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.
- Class Definition: - Class definition holds the properties and methods of that particular class.
- 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