|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.fileserver.server.HWMAddFile
public class HWMAddFile
Title: HWMAddFile
Description: Adds a file into the file server. The call takes in the following parameters: file name, file type, revision, user, file description, version description, file object
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HWMAddFile(HWMFileServer hwmFS)
Constructor |
Method Summary | |
---|---|
HWMFileInfo |
AddFile(java.lang.String strFName,
java.lang.String strFType,
java.lang.String strRevision,
java.lang.String strUser,
java.lang.String strFDesc,
java.lang.String strVerDesc,
java.io.ByteArrayInputStream bis)
Adds the file into the database |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HWMAddFile(HWMFileServer hwmFS)
hwmFS
- The file server object that initailizes the file server and
contains the db cxn poolMethod Detail |
---|
public HWMFileInfo AddFile(java.lang.String strFName, java.lang.String strFType, java.lang.String strRevision, java.lang.String strUser, java.lang.String strFDesc, java.lang.String strVerDesc, java.io.ByteArrayInputStream bis) throws java.lang.Exception
strFName
- The file name to addstrFType
- The file typestrRevision
- The revision name for the new filestrUser
- The user who wants to add the filestrFDesc
- The description for this new 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 |