Package com.posttool.dbouser.log

Provides abstract and concrete and classes for user management, record state and record assignment.

See:
          Description

Class Summary
AbstractAssignment  
AbstractLog  
AbstractMessage  
AbstractUserImpl this implementation doesn't handle the database stored parts of the user.
AbstractVersion  
CMSAssignedObject  
CMSObject  
LoggedObject  
Logger  
Pending  
 

Enum Summary
AbstractLog.WorkflowStatus  
AbstractVersion.VersionStatus  
 

Package com.posttool.dbouser.log Description

Provides abstract and concrete and classes for user management, record state and record assignment. Each of the abstract classes are added to the list of SQL tables: user, log, version, assignment. Every action performed to any record is added to the log table. It is a complete list of transactions per user with timestamp. The assignment table contains information about who can edit what. The version table lists the state of a record: archive, active, published, version.