Uses of Class
wt.dataops.archivesystem.WTArchiveSystemException

Packages that use WTArchiveSystemException
wt.dataops.archivesystem   
wt.dataops.archivesystem.cyaimpl   
wt.dataops.archivesystem.fileimpl   
wt.dataops.archivesystem.search   
 

Uses of WTArchiveSystemException in wt.dataops.archivesystem
 

Methods in wt.dataops.archivesystem that throw WTArchiveSystemException
 void WTArchiveSystemQuery.addOperator(WTArchiveSystemQueryClause fromClause, WTArchiveSystemQueryClause toClause, WTArchiveSystemBetClauseOper oper)
          

Supported API: false
 String WTArchiveSystemQuery.computeQueryString()
           
static ArchiveResident[] WTArchiveSystemHelper.searchArchivedObjects(String any, String searchType, String searchString)
          

Supported API: false
static String[] WTArchiveSystemHelper.getArchiveSearchVolumes(WTArchiveType archiveType)
          

Supported API: false
static String WTArchiveSystemHelper.getArchiveVolume(WTArchiveType archiveType)
          

Supported API: false
static long WTArchiveSystemHelper.getArchiveRetentionPeriod(WTArchiveType archiveType)
          

Supported API: false
static WTArchiveSystem WTArchiveSystemHelper.getArchiveSystemImpl()
          

Supported API: false
static WTArchiveSystem WTArchiveSystemHelper.getArchiveSystemImpl(WTArchiveType archiveType)
          

Supported API: false
static String WTArchiveSystemHelper.getSourceSystemIdentity()
          gets the value of the guid of the local Repository object.
static String WTArchiveSystemHelper.getArchiveVolume()
          

Supported API: false
static String[] WTArchiveSystemHelper.getArchiveSearchVolumes()
          

Supported API: false
static long WTArchiveSystemHelper.getArchiveRetentionPeriod()
          

Supported API: false
static File WTArchiveSystemHelper.getBasicHintsFile()
          

Supported API: false
static File WTArchiveSystemHelper.getSecondaryHintsFile()
          

Supported API: false
static long WTArchiveSystemHelper.getRetentionPeriodInSec()
          

Supported API: false
private static void WTArchiveSystemHelper.loadPrefs(WTArchiveType aType, HashMap in)
           
private static void WTArchiveSystemHelper.createPref(WTPreferences prefs, String prefName, String value)
           
static void WTArchiveSystemHelper.loadFromProperties(WTArchiveType wtat)
           
private static File WTArchiveSystemHelper.getSearchHintsFile()
           
static WTProperties WTArchiveSystemHelper.loadArchiveSystemProperties(WTProperties prop)
           
static WTArchiveSystem WTArchiveSystemFactory.getWTArchiveSystem(String whichArchiveSystem)
          

Supported API: false
static WTArchiveSystem WTArchiveSystemFactory.getWTArchiveSystem(WTArchiveObjectInfo archiveObj)
          

Supported API: false
static WTArchiveSystem WTArchiveSystemFactory.getWTArchiveSystem(WTArchiveType archiveType)
          

Supported API: false
static WTArchiveSystem WTArchiveSystemFactory.getWTArchiveSystem()
          

Supported API: false
 boolean WTArchiveSystem.connect()
          

Supported API: false
 void WTArchiveSystem.disconnect()
          

Supported API: false
 ArchiveResident WTArchiveSystem.createObject(String localPath, String objName, String aVol, String source, long retentionPeriod)
          

Supported API: false
 ArchiveResident WTArchiveSystem.createObject(File file, String objName, String aVol, String source, long retentionPeriod)
          

Supported API: false
 ArchiveResident WTArchiveSystem.createObject(InputStream is, String objName, String aVol, String source, long retentionPeriod)
          

Supported API: false
 boolean WTArchiveSystem.retrieveObject(String objName, String aVol, String localPath)
          

Supported API: false
 boolean WTArchiveSystem.retrieveObject(String objName, String aVol, File file)
          

Supported API: false
 boolean WTArchiveSystem.retrieveObject(String objName, String aVol, OutputStream os)
          

Supported API: false
 ArchiveResident[] WTArchiveSystem.queryObject(Map criteria, String[] aVols, String[] sources)
          

Supported API: false
 ArchiveResident[] WTArchiveSystem.queryObject(Map criteria, String[] aVols, String[] sources, WTArchiveSystemInClauseOper operInClause, WTArchiveSystemBetClauseOper operBetClause)
          

Supported API: false
 ArchiveResident[] WTArchiveSystem.queryObject(String[] queryTypes, String queryString, String[] aVols, String[] sources)
          

Supported API: false
 void WTArchiveSystem.newQuery(String[] aVols, String[] sources)
          

Supported API: false
 void WTArchiveSystem.addOperator(WTArchiveSystemBetClauseOper op)
          

Supported API: false
 void WTArchiveSystem.addClause(String name, String val, WTArchiveSystemInClauseOper oper)
          

Supported API: false
 void WTArchiveSystem.finalizeQuery()
          

Supported API: false
 ArchiveResident[] WTArchiveSystem.executeQuery()
          

Supported API: false
 String WTArchiveSystem.setRetentionPeriod(String aVol, String[] objName, long period, String source)
          

Supported API: false
 String WTArchiveSystem.setRetentionPeriod(String aVol, String[] objName, Date futureDate, String source)
          

Supported API: false
 WTArchiveVolume[] WTArchiveSystem.getAllVolumes()
          

Supported API: false
 boolean WTArchiveSystem.removeObject(String objId, String aVol)
          

Supported API: false
 boolean WTArchiveSystem.retrieveObject(ArchiveResident arObj, String localPath)
          

Supported API: false
 boolean WTArchiveSystem.removeObject(ArchiveResident arObj)
          

Supported API: false
 boolean WTArchiveSystem.retrieveObject(ArchiveResident arObj, File file)
          

Supported API: false
 boolean WTArchiveSystem.retrieveObject(ArchiveResident arObj, OutputStream os)
          

Supported API: false
 void WTArchiveSystem.addType(String typeName)
          

Supported API: false
 

Uses of WTArchiveSystemException in wt.dataops.archivesystem.cyaimpl
 

Subclasses of WTArchiveSystemException in wt.dataops.archivesystem.cyaimpl
 class CYAArchiveSystemException
           
 

Methods in wt.dataops.archivesystem.cyaimpl that throw WTArchiveSystemException
 boolean CYAArchiveSystem.connect()
          

Supported API: false
 void CYAArchiveSystem.disconnect()
          

Supported API: false
 ArchiveResident CYAArchiveSystem.createObject(String localPath, String objName, String aVol, String source, long retentionPeriod)
          

Supported API: false
 ArchiveResident CYAArchiveSystem.createObject(File file, String objName, String aVol, String source, long retentionPeriod)
          

Supported API: false
 ArchiveResident CYAArchiveSystem.createObject(InputStream is, String objName, String aVol, String source, long retentionPeriod)
          

Supported API: false
 boolean CYAArchiveSystem.retrieveObject(String objName, String aVol, String localPath)
          

Supported API: false
 boolean CYAArchiveSystem.retrieveObject(String objName, String aVol, File file)
          

Supported API: false
 boolean CYAArchiveSystem.retrieveObject(String objName, String aVol, OutputStream os)
          

Supported API: false
 ArchiveResident[] CYAArchiveSystem.queryObject(Map criteria, String[] aVols, String[] sources)
          

Supported API: false
 ArchiveResident[] CYAArchiveSystem.queryObject(Map criteria, String[] aVols, String[] sources, WTArchiveSystemInClauseOper operInClause, WTArchiveSystemBetClauseOper operBetClause)
          

Supported API: false
 ArchiveResident[] CYAArchiveSystem.queryObject(String[] queryTypes, String queryString, String[] aVols, String[] sources)
          

Supported API: false
 void CYAArchiveSystem.newQuery(String[] aVols, String[] sources)
          

Supported API: false
 void CYAArchiveSystem.addOperator(WTArchiveSystemBetClauseOper op)
          

Supported API: false
 void CYAArchiveSystem.addClause(String name, String val, WTArchiveSystemInClauseOper oper)
          

Supported API: false
 void CYAArchiveSystem.finalizeQuery()
          

Supported API: false
 ArchiveResident[] CYAArchiveSystem.executeQuery()
          

Supported API: false
 String CYAArchiveSystem.setRetentionPeriod(String aVol, String[] objName, long period, String source)
          

Supported API: false
 String CYAArchiveSystem.setRetentionPeriod(String aVol, String[] objName, Date futureDate, String source)
          

Supported API: false
 WTArchiveVolume[] CYAArchiveSystem.getAllVolumes()
          

Supported API: false
 boolean CYAArchiveSystem.removeObject(String objId, String aVol)
          

Supported API: false
 boolean CYAArchiveSystem.retrieveObject(ArchiveResident arObj, String localPath)
          

Supported API: false
 boolean CYAArchiveSystem.removeObject(ArchiveResident arObj)
          

Supported API: false
 boolean CYAArchiveSystem.retrieveObject(ArchiveResident arObj, File file)
          

Supported API: false
 boolean CYAArchiveSystem.retrieveObject(ArchiveResident arObj, OutputStream os)
          

Supported API: false
 void CYAArchiveSystem.addType(String typeName)
          

Supported API: false
 

Constructors in wt.dataops.archivesystem.cyaimpl that throw WTArchiveSystemException
CYAArchiveResident(String id, String vol, long exp, Date crDate, String nm, String src)
          

Supported API: false
CYAArchiveResident(String id, String vol, String nm, String src)
          

Supported API: false
 

Uses of WTArchiveSystemException in wt.dataops.archivesystem.fileimpl
 

Methods in wt.dataops.archivesystem.fileimpl that throw WTArchiveSystemException
 boolean FileArchiveSystem.connect()
          

Supported API: false
 void FileArchiveSystem.disconnect()
          

Supported API: false
 ArchiveResident FileArchiveSystem.createObject(String localPath, String objName, String aVol, String source, long retentionPeriod)
          

Supported API: false
 ArchiveResident FileArchiveSystem.createObject(File file, String objName, String aVol, String source, long retentionPeriod)
          

Supported API: false
 ArchiveResident FileArchiveSystem.createObject(InputStream is, String objName, String aVol, String source, long retentionPeriod)
          

Supported API: false
 boolean FileArchiveSystem.retrieveObject(String objName, String aVol, String localPath)
          

Supported API: false
 boolean FileArchiveSystem.retrieveObject(String objName, String aVol, File file)
          

Supported API: false
 boolean FileArchiveSystem.retrieveObject(String objName, String aVol, OutputStream os)
          

Supported API: false
 ArchiveResident[] FileArchiveSystem.queryObject(Map criteria, String[] aVols, String[] sources)
          

Supported API: false
 ArchiveResident[] FileArchiveSystem.queryObject(Map criteria, String[] aVols, String[] sources, WTArchiveSystemInClauseOper operInClause, WTArchiveSystemBetClauseOper operBetClause)
          

Supported API: false
 ArchiveResident[] FileArchiveSystem.queryObject(String[] queryTypes, String queryString, String[] aVols, String[] sources)
          

Supported API: false
 void FileArchiveSystem.newQuery(String[] aVols, String[] sources)
          

Supported API: false
 void FileArchiveSystem.addOperator(WTArchiveSystemBetClauseOper op)
          

Supported API: false
 void FileArchiveSystem.addClause(String name, String val, WTArchiveSystemInClauseOper oper)
          

Supported API: false
 void FileArchiveSystem.finalizeQuery()
          

Supported API: false
 ArchiveResident[] FileArchiveSystem.executeQuery()
          

Supported API: false
 String FileArchiveSystem.setRetentionPeriod(String aVol, String[] objName, long period, String source)
          

Supported API: false
 String FileArchiveSystem.setRetentionPeriod(String aVol, String[] objName, Date futureDate, String source)
          

Supported API: false
 WTArchiveVolume[] FileArchiveSystem.getAllVolumes()
          

Supported API: false
 boolean FileArchiveSystem.removeObject(String objId, String aVol)
          

Supported API: false
 boolean FileArchiveSystem.retrieveObject(ArchiveResident arObj, String localPath)
          

Supported API: false
 boolean FileArchiveSystem.removeObject(ArchiveResident arObj)
          

Supported API: false
 boolean FileArchiveSystem.retrieveObject(ArchiveResident arObj, File file)
          

Supported API: false
 boolean FileArchiveSystem.retrieveObject(ArchiveResident arObj, OutputStream os)
          

Supported API: false
 void FileArchiveSystem.addType(String typeName)
          

Supported API: false
private static void FileArchiveSystem.writeLineToIndex(String dir, String line)
           
private  void FileArchiveSystem.checkFile(String localPath, boolean checkFile, boolean checkWrite)
           
private  void FileArchiveSystem.checkInFile(File checkVol, boolean checkWrite)
           
 

Constructors in wt.dataops.archivesystem.fileimpl that throw WTArchiveSystemException
FileArchiveResident(String id, String vol, long exp, Date crDate, String nm, String src)
          

Supported API: false
FileArchiveResident(String id, String vol, String nm, String src)
          

Supported API: false
 

Uses of WTArchiveSystemException in wt.dataops.archivesystem.search
 

Methods in wt.dataops.archivesystem.search that throw WTArchiveSystemException
 XMLNode SimpleNode.outputSearchHints(XMLNode nd, String pl)
           
static void ArchiveQueryParser.parse(String args)
           
static void ArchiveQueryParser.parseQuery(String[] types, String qStr, File hintsFile)
           
static InputStream ArchiveQueryParser.parseSearchQuery(String[] types, String qStr)
           
 XMLNode ASTValue.outputSearchHints(XMLNode nd, String pl)
           
 XMLNode ASTTopNode.outputSearchHints(XMLNode nd, String pl)
           
 Document ASTTopNode.getSearchHintsDoc(ParentList pl)
           
 XMLNode ASTQueryOp.outputSearchHints(XMLNode nd, String pl)
           
 XMLNode ASTKey.outputSearchHints(XMLNode nd, String pl)
           
 XMLNode ASTCompoExpr.outputSearchHints(XMLNode nd, String pl)
           
 XMLNode ASTClauseOp.outputSearchHints(XMLNode nd, String pl)
           
 XMLNode ASTClauseExpr.outputSearchHints(XMLNode nd, String pl)
           
 XMLNode ASTAttribute.outputSearchHints(XMLNode nd, String pl)