|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.fileserver.server.HWMCheckIn
public class HWMCheckIn
Title: HWMCheckIn
Description: Check in a previously checked out file. Check in can be done using:
a> file id, revision, user, version description, file object: The given revision of the file with given id is checked in as a new version under the given revision
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HWMCheckIn(HWMFileServer hwmFS)
Constructor |
Method Summary | |
---|---|
HWMFileInfo |
CheckIn(int nFileID,
java.lang.String strRevision,
java.lang.String strUser,
java.lang.String strVerDesc,
java.io.ByteArrayInputStream bis)
The given revision of the file with given id is checked in under a new version under the given revision. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HWMCheckIn(HWMFileServer hwmFS)
hwmFS
- The file server object that initailizes the file server and
contains the db cxn poolMethod Detail |
---|
public HWMFileInfo CheckIn(int nFileID, java.lang.String strRevision, java.lang.String strUser, java.lang.String strVerDesc, java.io.ByteArrayInputStream bis) throws java.lang.Exception
nFID
- The file id to check instrRevision
- The revision name for the new filestrUser
- The user who wants to add the filestrVerDesc
- The description for the first versionbis
- The byte array input stream to the file
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |