|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.altair.hwm.fileserver.server.HWMPurgeFile
public class HWMPurgeFile
Title: HWMPurgeFile
Description: Remove the file with given revision, file id or version
a> If only file id is given: Remove all the revisions and versions under each of the revision b> If file id and revision is given: Remove the revision and the versions under the revision b> If file id, revision and version is given: Remove the version only. Company: Altair Engineering, Inc.
| Constructor Summary | |
|---|---|
HWMPurgeFile(HWMFileServer hwmFS)
Constructor |
|
| Method Summary | |
|---|---|
void |
Purge(int nFileID)
Remove all the files associated with the given file id |
void |
Purge(int nFileID,
java.lang.String strRevision)
Remove the given revision and versions under the revision of file associated with the given file id |
void |
Purge(int nFileID,
java.lang.String strRevision,
int nVersion)
Remove the version under the given revision of file associated with the given file id |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HWMPurgeFile(HWMFileServer hwmFS)
hwmFS - The file server object that initailizes the file server and
contains the db cxn pool| Method Detail |
|---|
public void Purge(int nFileID)
throws java.lang.Exception
nFileID - The file id to remove
java.lang.Exception
public void Purge(int nFileID,
java.lang.String strRevision)
throws java.lang.Exception
nFileID - The file id to removestrRevision - The revision to remove
java.lang.Exception
public void Purge(int nFileID,
java.lang.String strRevision,
int nVersion)
throws java.lang.Exception
nFileID - The file id to removestrRevision - The revision to removenVersion - The version to remove
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||