My favorites | Sign in
Project Logo
                
Search
for
Updated Nov 30, 2007 by adamtaunowilliams
UnderstandingEntities  
Understanding zOGI Entities

Identification

Proper entities

Improper entities

Transient entities

First & Second Class Entities

A first class entity has an entityName that starts with a capital letter: Contact, Appointment, Project, etc... THe key aspect of a first class entity is that it is a stand-alone entity; the deletion of another entity will not affect the existence of the entity. All first class entities are proper entities (see above).

A second class entity exists within the context of a first class entity; the entity name of a second class entity begins with a lower case letter: objectProperty, acl, note, participant, etc... The deletion of a first class entity may cause some number of second class entities to go out of scope. For instance, the deletion of an Appointment entity will cause the related participant, note, objectProperty, and objectLink entities to be invalidated.

Transformation

Assignments

Home


Sign in to add a comment
Hosted by Google Code