com.jcorporate.expresso.services.dbobj |
Common database objects - used in many different applications
|
Java Source File Name | Type | Comment |
CacheSync.java | Class | Entries here define the other VM's (even on other servers) that are also using
this database, and with whom cache synchronizations should be attempted. |
ChangeLog.java | Class | |
ControllerDefault.java | Class | This class defines default limits on controllers. |
ControllerSecurity.java | Class | Controller Security indicates which of the controllers contained in a schema
can be accessed by which groups of users. |
DBMessage.java | Class | A DBMessage is a string that is intercepted coming from the
DBMS as an error or warning message. |
DBObjImpl.java | Class | A DBObjImpl defines the class used as the "implementation" for a
specific DBObject. |
DBObjLimit.java | Class | A DBObjLimit defines the number of records the standard maintenance
servlet will display before it breaks a page. |
DBObjSecurity.java | Class | |
DBOtherMap.java | Class | DBOtherMap
Tells about database objects that reside in Other Databases - e.g. |
DefaultMimetypes.java | Class | Static object table that allows allocation and discarding the MimeTypes[]
static string array. |
DefaultUserInfo.java | Class | Default implementation of the UserInfo object. |
Event.java | Class | |
EventMail.java | Class | |
GroupMembers.java | Class | Group Member definitions table. |
GroupNest.java | Class | |
JobHandlerControl.java | Class | applies operations (commands) to all jobs running on a server. |
JobHandlerRegistry.java | Class | |
JobQueue.java | Class | Copyright 1999, 2000, 2001 Jcorporate Ltd.
Jobqueue is a table that contains all the jobs, or asynchronous tasks, to be
executed. |
JobQueueParam.java | Class | A JobQueueParam entry provides information to the job that is being
queued that tell it how to run & what data to operate on. |
JobSecurity.java | Class | JobSecurity.java
Copyright 1999-2002 Jcorporate Ltd. |
LogEntry.java | Class | |
MediaDBObject.java | Class | A MediaDBObject is a DBObject intended to be used for storage of media objects
directly in the database. |
MimeTypes.java | Class | This table provides for mapping between files and mime types. |
RegistrationDBObject.java | Class | Whenever you create a DBObject to be used for Registration, you need to
derive it from this class. |
RegistrationDomain.java | Class | A registration domain defines a registration context. |
RegistrationObjectMap.java | Class | This class associates each registration domain with one
or more registration objects. |
RowGroupPerms.java | Class | storage for read/write permissions for a group, concerning a given row in the database
this object and its table are a complement to the RowPermissions object and table. |
RowPermissions.java | Class | |
SchemaList.java | Class | Schema list
The schema list object lists the individual Schema classes
for each application installed at this site. |
SecurityDBObject.java | Class |
SecurityDBObject.java
this object provides a means to control the DB context via Setup values.
subclasses will ignore any context except that found in Setup.
You probably will never create a subclass of SecurityDBObject yourself--it is
a framework tool embedded in the Expresso security system. |
Setup.java | Class | Copyright 1999, 2000, 2001 Jcorporate Ltd.
Setup is a generic configuration/setup value table. |
TmpUser.java | Class | |
UserGroup.java | Class | UserGroup is a grouping of a number of users for security purposes. |
UserPreference.java | Class | A User Preference is a stored value or attribute that is related
to a particular user. |
UserPreferenceDef.java | Class | This object defines the available user preference definitions.
The populateDefaultValues methods of various db objects can populate
this table to "register" the fact that they are providing preference
values that the user can set. |
UserPreferenceVal.java | Class | This object defines the available valid values for user preference
definitions. |
ValidationQueue.java | Class | |
ValidationQueueParam.java | Class | |