The Teamcenter persistent object manager (POM) layer defines the data model architecture, or schema, using classes and business objects.
Classes
The persistent representations of the schema. Each class is mapped to a primary business object whose name is the same as the class name.
Classes view (POM Schema) |
Class Hierarchy |
Business object
The logical representations of the classes. Business objects are building block of Teamcenter. It resides above POM Objects or DB Classes. Business Object can be seen as actual representation of real life entity which are encapsulated as Business object. The underlining objects are still persistence schema classes.
Business object view |
Major characteristics of business object:
- Business object have persistence or non-persistence (compound, runtime, typed reference,etc) properties.
- Business objects are related to each other using relation object.
- Business objects are controlled through rules like naming rules, condition, extensions, GRM rules, display rules, deep copy rules, etc.
- Business objects can be configured with standard icons or property overlay icons.
Comments
Post a Comment
Share your feedback