|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.fileserver.server.HWMGetFileInfo
public class HWMGetFileInfo
Title: HWMGetFileInfo
Description: Get the file information for the given file id. The file info can be retrieved using:
a> file id only: The file info of the latest version under the latest revision of the file with given id is returned
b> file id and revision only: The file info of latest version under the given revision of the file with given id is returned
c> file id, revision and version: The file info of given version under the given revision of the file with given id is returned
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HWMGetFileInfo(HWMFileServer hwmFS)
Constructor |
Method Summary | |
---|---|
HWMFileInfo |
GetFileInfo(int nFileID)
Get the info of the latest version under the latest revision of the file with given id |
HWMFileInfo |
GetFileInfo(int nFileID,
java.lang.String strRevision)
Get the info of latest version under the given revision of the file with given id |
HWMFileInfo |
GetFileInfo(int nFileID,
java.lang.String strRevision,
int nVersion)
Get the info of given version under the given revision of the file with given id |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HWMGetFileInfo(HWMFileServer hwmFS)
hwmFS
- The file server object that initailizes the file server and
contains the db cxn poolMethod Detail |
---|
public HWMFileInfo GetFileInfo(int nFileID) throws java.lang.Exception
nFileID
- The file id of the file to return
java.lang.Exception
public HWMFileInfo GetFileInfo(int nFileID, java.lang.String strRevision) throws java.lang.Exception
nFileID
- The file id of the file to returnstrRevision
- The revision of the file to return
java.lang.Exception
public HWMFileInfo GetFileInfo(int nFileID, java.lang.String strRevision, int nVersion) throws java.lang.Exception
nFileID
- The file id of the file to returnstrRevision
- The revision of the file to returnnVersion
- the version to return.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |