OwEvent |
Interface for history events used with the event manager to add new events to the database.
The implementation of the event manager can decide how detailed the information should be written to the database.
Example:
Simple event Managers will only write the getSummary() String
More detailed event Managers will write the OwHistoryEventObjectDescription descriptions to database
For absolute detail cast the OwHistoryEvent to the appropriate subclasses and retrieve detail information
To be implemented with the specific ECM system. |