Uses of Class
alma.aedf.Archiver

Packages that use Archiver
alma.aedf Provides classes for storing / retrieving / updating / deleting XML documents in the archive; these documents are assumed to be conform with the VO Tables schema and to represent tables as defined by the Alma Export Data Format document.  
 

Uses of Archiver in alma.aedf
 

Methods in alma.aedf with parameters of type Archiver
static Project Project.load(Archiver ar, java.lang.String projectUID)
           
static java.util.Hashtable Project.list(Archiver ar)
           
 

Constructors in alma.aedf with parameters of type Archiver
Browser(Archiver ar)
           
Project(java.lang.String name, Archiver ar)
          A binary constructor.