|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.fileserver.server.HWMQuery
public class HWMQuery
Title: HWMQuery
Description: Query for file information. This will be implemented in phase2
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HWMQuery(HWMFileServer hwmFS)
Constructor |
Method Summary | |
---|---|
java.util.Vector |
Query(java.lang.String strFName,
int nFileID,
java.lang.String strFType,
java.lang.String strFDesc,
java.lang.String strRevision,
int nVersion,
java.lang.String strUser,
java.lang.String verDesc,
boolean bAnd)
Query for file information. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HWMQuery(HWMFileServer hwmFS)
hwmFS
- The file server object that initailizes the file server and
contains the db cxn poolMethod Detail |
---|
public java.util.Vector Query(java.lang.String strFName, int nFileID, java.lang.String strFType, java.lang.String strFDesc, java.lang.String strRevision, int nVersion, java.lang.String strUser, java.lang.String verDesc, boolean bAnd) throws java.lang.Exception
strFName
- The file namenFileID
- The file id If -1 - ignoredstrFType
- The file typestrFDesc
- The file decsriptionstrRevision
- The revision namenVersion
- The version for the file. If -1 - ignoredstrser
- The user namestrVerDesc
- the version descriptionbAnd
- If true - the conjunction of all the conditions is considered
else disjunction
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |