|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.fileserver.server.HWMServerConstants
public class HWMServerConstants
Title: HWMServerConstants
Description: This class contains all the constants used for querying/updating the database and the property names in the server's config file
Company: Altair Engineering, Inc.
Field Summary | |
---|---|
static java.lang.String |
ATTR_COUT
|
static java.lang.String |
ATTR_DATE
|
static java.lang.String |
ATTR_DIR
|
static java.lang.String |
ATTR_FDESC
|
static java.lang.String |
ATTR_FID
|
static java.lang.String |
ATTR_FNAME
|
static java.lang.String |
ATTR_FTYPE
|
static java.lang.String |
ATTR_MFNAME
|
static java.lang.String |
ATTR_NUMFILES
|
static java.lang.String |
ATTR_REVID
|
static java.lang.String |
ATTR_REVNAME
|
static java.lang.String |
ATTR_TIME
|
static java.lang.String |
ATTR_UNAME
|
static java.lang.String |
ATTR_VDESC
|
static java.lang.String |
ATTR_VER
|
static java.lang.String |
ATTR_VERID
|
static java.lang.String |
CFG_BASEDIR
The base directory where the files will be placed |
static java.lang.String |
CFG_DBINFO
The db info class name in the config file |
static java.lang.String |
CFG_DBNAME
The prop name for database name in the config file |
static java.lang.String |
CFG_DBPATH
The prop name for database server path in the config file |
static java.lang.String |
CFG_DBPORT
The prop name for database server port in the config file |
static java.lang.String |
CFG_DBPWD
The password to use |
static java.lang.String |
CFG_DBUSER
The user name |
static java.lang.String |
CFG_FILELIMIT
The limit on number of files that can be placed under a directory |
static java.lang.String |
CFG_INITCXNS
The initial number of connections that should be created |
static java.lang.String |
CFG_MAXCXNS
The maximum number of connections allowed |
static java.lang.String |
PROP_EPIC_HOME
The sys property name for epic home |
static java.lang.String |
SERVICES_DIR_NAME
The sys property name for the dir where executable jars are placed |
static int |
START_VERSION
The starting version for a file |
static java.lang.String |
TBL_ADMIN
|
static java.lang.String |
TBL_FILE
|
static java.lang.String |
TBL_REV
|
static java.lang.String |
TBL_VER
|
static java.lang.String |
TBLADMIN_DELETEALL
delete contents of admin table |
static java.lang.String |
TBLADMIN_INSERT
Insert into admin table the dir name and number of files |
static java.lang.String |
TBLADMIN_QUERYNUMFILES
Get the number of files in each dir in the admin table |
static java.lang.String |
TBLADMIN_UPDATE
Update the number of files in the specified dir in the admin table |
static java.lang.String |
TBLFILE_DELFILESWITHID
delete a particular file with given id |
static java.lang.String |
TBLFILE_GETINFO
Get file infor for a file with given id |
static java.lang.String |
TBLFILE_INSERT
Insert into file table the file name, type and desc |
static java.lang.String |
TBLREV_DELREVSWITHFILEID
delete revisions associated with a particular file id |
static java.lang.String |
TBLREV_DELREVSWITHREVID
delete a revision associated with a particular file id |
static java.lang.String |
TBLREV_HASREVS
Check if there are more recent revisions |
static java.lang.String |
TBLREV_INSERT
Insert into revision table the revision name, file id and check out status |
static java.lang.String |
TBLREV_QUERYREVINFO
Get the revision info given file id and revision |
static java.lang.String |
TBLREV_QUERYREVS
Get the revisions from revision table for a file id |
static java.lang.String |
TBLREV_QUERYVERS
Get the versions from version table for a given rev id |
static java.lang.String |
TBLREV_UPDATECOCIN
Update the revision table by setting the given revid as checked out/checked in |
static java.lang.String |
TBLVER_DELVERSWITHREVID
delete versions associated with a particular revision and file id |
static java.lang.String |
TBLVER_DELVERWITHVERID
delete a version associated with a particular rev id and file id |
static java.lang.String |
TBLVER_GETVERWITHFID
get versions associated with a particular file id |
static java.lang.String |
TBLVER_GETVERWITHREVANDFID
get versions associated with a particular rev name and file id |
static java.lang.String |
TBLVER_GETVERWITHREVFIDANDVER
get version info associated with a particular rev name, version and file id |
static java.lang.String |
TBLVER_HASVERS
Check if there are more recent versions |
static java.lang.String |
TBLVER_INSERT
Insert into version table the version, rev id, user name, date, time and desc for this file version |
static java.lang.String |
TBLVER_QUERYVERINFO
Get the version info given file id, revision id and version |
static java.lang.String |
TBLVER_UPDATEMFNAME
Update version table with the dir location and mangled file name |
static java.lang.String |
ZIP_EXT
The extension for the files stored in the file system |
Constructor Summary | |
---|---|
HWMServerConstants()
Constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ZIP_EXT
public static final java.lang.String CFG_DBPATH
public static final java.lang.String CFG_DBPORT
public static final java.lang.String CFG_DBNAME
public static final java.lang.String CFG_BASEDIR
public static final java.lang.String CFG_FILELIMIT
public static final java.lang.String CFG_DBINFO
public static final java.lang.String CFG_DBUSER
public static final java.lang.String CFG_DBPWD
public static final java.lang.String CFG_MAXCXNS
public static final java.lang.String CFG_INITCXNS
public static final java.lang.String PROP_EPIC_HOME
public static final java.lang.String SERVICES_DIR_NAME
public static final int START_VERSION
public static final java.lang.String TBL_FILE
public static final java.lang.String TBL_ADMIN
public static final java.lang.String TBL_REV
public static final java.lang.String TBL_VER
public static final java.lang.String ATTR_DIR
public static final java.lang.String ATTR_NUMFILES
public static final java.lang.String ATTR_FID
public static final java.lang.String ATTR_FNAME
public static final java.lang.String ATTR_FTYPE
public static final java.lang.String ATTR_FDESC
public static final java.lang.String ATTR_REVID
public static final java.lang.String ATTR_REVNAME
public static final java.lang.String ATTR_COUT
public static final java.lang.String ATTR_VERID
public static final java.lang.String ATTR_VER
public static final java.lang.String ATTR_MFNAME
public static final java.lang.String ATTR_UNAME
public static final java.lang.String ATTR_DATE
public static final java.lang.String ATTR_TIME
public static final java.lang.String ATTR_VDESC
public static java.lang.String TBLADMIN_DELETEALL
public static java.lang.String TBLADMIN_INSERT
public static java.lang.String TBLADMIN_UPDATE
public static java.lang.String TBLADMIN_QUERYNUMFILES
public static java.lang.String TBLFILE_INSERT
public static java.lang.String TBLFILE_GETINFO
public static java.lang.String TBLFILE_DELFILESWITHID
public static java.lang.String TBLREV_INSERT
public static java.lang.String TBLREV_QUERYREVS
public static java.lang.String TBLREV_QUERYREVINFO
public static java.lang.String TBLREV_UPDATECOCIN
public static java.lang.String TBLREV_HASREVS
public static java.lang.String TBLREV_DELREVSWITHFILEID
public static java.lang.String TBLREV_DELREVSWITHREVID
public static java.lang.String TBLREV_QUERYVERS
public static java.lang.String TBLVER_QUERYVERINFO
public static java.lang.String TBLVER_INSERT
public static java.lang.String TBLVER_UPDATEMFNAME
public static java.lang.String TBLVER_HASVERS
public static java.lang.String TBLVER_DELVERSWITHREVID
public static java.lang.String TBLVER_DELVERWITHVERID
public static java.lang.String TBLVER_GETVERWITHFID
public static java.lang.String TBLVER_GETVERWITHREVANDFID
public static java.lang.String TBLVER_GETVERWITHREVFIDANDVER
Constructor Detail |
---|
public HWMServerConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |