|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Method Summary | |
void |
addClause(String name,
String val,
WTArchiveSystemInClauseOper oper)
Supported API: false |
void |
addOperator(WTArchiveSystemBetClauseOper op)
Supported API: false |
void |
addType(String typeName)
Supported API: false |
boolean |
connect()
Supported API: false |
ArchiveResident |
createObject(File file,
String objName,
String aVol,
String source,
long retentionPeriod)
Supported API: false |
ArchiveResident |
createObject(InputStream is,
String objName,
String aVol,
String source,
long retentionPeriod)
Supported API: false |
ArchiveResident |
createObject(String localPath,
String objName,
String aVol,
String source,
long retentionPeriod)
Supported API: false |
void |
disconnect()
Supported API: false |
ArchiveResident[] |
executeQuery()
Supported API: false |
void |
finalizeQuery()
Supported API: false |
WTArchiveVolume[] |
getAllVolumes()
Supported API: false |
void |
newQuery(String[] aVols,
String[] sources)
Supported API: false |
ArchiveResident[] |
queryObject(Map criteria,
String[] aVols,
String[] sources)
Supported API: false |
ArchiveResident[] |
queryObject(Map criteria,
String[] aVols,
String[] sources,
WTArchiveSystemInClauseOper operInClause,
WTArchiveSystemBetClauseOper operBetClause)
Supported API: false |
ArchiveResident[] |
queryObject(String[] queryTypes,
String queryString,
String[] aVols,
String[] sources)
Supported API: false |
boolean |
removeObject(ArchiveResident arObj)
Supported API: false |
boolean |
removeObject(String objId,
String aVol)
Supported API: false |
boolean |
retrieveObject(ArchiveResident arObj,
File file)
Supported API: false |
boolean |
retrieveObject(ArchiveResident arObj,
OutputStream os)
Supported API: false |
boolean |
retrieveObject(ArchiveResident arObj,
String localPath)
Supported API: false |
boolean |
retrieveObject(String objName,
String aVol,
File file)
Supported API: false |
boolean |
retrieveObject(String objName,
String aVol,
OutputStream os)
Supported API: false |
boolean |
retrieveObject(String objName,
String aVol,
String localPath)
Supported API: false |
String |
setRetentionPeriod(String aVol,
String[] objName,
Date futureDate,
String source)
Supported API: false |
String |
setRetentionPeriod(String aVol,
String[] objName,
long period,
String source)
Supported API: false |
Method Detail |
public boolean connect() throws WTArchiveSystemException
WTArchiveSystemException
public void disconnect() throws WTArchiveSystemException
WTArchiveSystemException
public ArchiveResident createObject(String localPath, String objName, String aVol, String source, long retentionPeriod) throws WTArchiveSystemException
localPath
- objName
- aVol
- source
- retentionPeriod
-
WTArchiveSystemException
public ArchiveResident createObject(File file, String objName, String aVol, String source, long retentionPeriod) throws WTArchiveSystemException
file
- objName
- aVol
- source
- retentionPeriod
-
WTArchiveSystemException
public ArchiveResident createObject(InputStream is, String objName, String aVol, String source, long retentionPeriod) throws WTArchiveSystemException
is
- objName
- aVol
- source
- retentionPeriod
-
WTArchiveSystemException
public boolean retrieveObject(String objName, String aVol, String localPath) throws WTArchiveSystemException
objName
- aVol
- localPath
-
WTArchiveSystemException
public boolean retrieveObject(String objName, String aVol, File file) throws WTArchiveSystemException
objName
- aVol
- file
-
WTArchiveSystemException
public boolean retrieveObject(String objName, String aVol, OutputStream os) throws WTArchiveSystemException
objName
- aVol
- os
-
WTArchiveSystemException
public ArchiveResident[] queryObject(Map criteria, String[] aVols, String[] sources) throws WTArchiveSystemException
criteria
- aVols
- sources
-
WTArchiveSystemException
public ArchiveResident[] queryObject(Map criteria, String[] aVols, String[] sources, WTArchiveSystemInClauseOper operInClause, WTArchiveSystemBetClauseOper operBetClause) throws WTArchiveSystemException
criteria
- aVols
- sources
- operInClause
- operBetClause
-
WTArchiveSystemException
public ArchiveResident[] queryObject(String[] queryTypes, String queryString, String[] aVols, String[] sources) throws WTArchiveSystemException
queryTypes
- queryString
- aVols
- sources
-
WTArchiveSystemException
public void newQuery(String[] aVols, String[] sources) throws WTArchiveSystemException
aVols
- sources
-
WTArchiveSystemException
public void addOperator(WTArchiveSystemBetClauseOper op) throws WTArchiveSystemException
op
-
WTArchiveSystemException
public void addClause(String name, String val, WTArchiveSystemInClauseOper oper) throws WTArchiveSystemException
name
- val
- oper
-
WTArchiveSystemException
public void finalizeQuery() throws WTArchiveSystemException
WTArchiveSystemException
public ArchiveResident[] executeQuery() throws WTArchiveSystemException
WTArchiveSystemException
public String setRetentionPeriod(String aVol, String[] objName, long period, String source) throws WTArchiveSystemException
aVol
- objName
- period
- source
-
WTArchiveSystemException
public String setRetentionPeriod(String aVol, String[] objName, Date futureDate, String source) throws WTArchiveSystemException
aVol
- objName
- futureDate
- source
-
WTArchiveSystemException
public WTArchiveVolume[] getAllVolumes() throws WTArchiveSystemException
WTArchiveSystemException
public boolean removeObject(String objId, String aVol) throws WTArchiveSystemException
objId
- aVol
-
WTArchiveSystemException
public boolean retrieveObject(ArchiveResident arObj, String localPath) throws WTArchiveSystemException
arObj
- localPath
-
WTArchiveSystemException
public boolean removeObject(ArchiveResident arObj) throws WTArchiveSystemException
arObj
-
WTArchiveSystemException
public boolean retrieveObject(ArchiveResident arObj, File file) throws WTArchiveSystemException
arObj
- file
-
WTArchiveSystemException
public boolean retrieveObject(ArchiveResident arObj, OutputStream os) throws WTArchiveSystemException
arObj
- os
-
WTArchiveSystemException
public void addType(String typeName) throws WTArchiveSystemException
typeName
-
WTArchiveSystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |