Uses of Class
uk.ac.vamsas.client.simpleclient.VamsasArchive

Packages that use VamsasArchive
uk.ac.vamsas.client.simpleclient   
uk.ac.vamsas.test.simpleclient   
 

Uses of VamsasArchive in uk.ac.vamsas.client.simpleclient
 

Fields in uk.ac.vamsas.client.simpleclient declared as VamsasArchive
protected  VamsasArchive ClientDocument.iohandler
           
 

Methods in uk.ac.vamsas.client.simpleclient that return VamsasArchive
protected  VamsasArchive VamsasSession.getVamsasDocument()
          Creates a VamsasArchive Vobject for accessing and updating document Note: this will lock the Vamsas Document for exclusive access to the client.
 

Methods in uk.ac.vamsas.client.simpleclient with parameters of type VamsasArchive
protected  void SimpleClientAppdata.updateAnAppdataEntry(VamsasArchive vdoc, AppData appd, SessionFile apdjar)
          copy data from the appData jar file to an appropriately referenced jar or Data entry for the given ApplicationData Assumes the JarFile is properly closed.
static Vobject[] VamsasArchive.getOriginalRoots(VamsasArchive ths)
          Access original document if it exists, and get VAMSAS root objects.
static VamsasDocument VamsasArchive.getOriginalVamsasDocument(VamsasArchive ths)
          Access the original vamsas document for a VamsasArchive class, and return it.
static VamsasDocument VamsasArchive.getOriginalVamsasDocument(VamsasArchive ths, VorbaIdFactory vorba)
          Uses VorbaXmlBinder to retrieve the VamsasDocument from the original archive referred to by ths
 

Constructors in uk.ac.vamsas.client.simpleclient with parameters of type VamsasArchive
ClientDocument(VamsasDocument doc, VamsasArchive docHandler, IdFactory Factory, SimpleClient sclient)
          prepare Application-side dataset from the vamsas Document iohandler
 

Uses of VamsasArchive in uk.ac.vamsas.test.simpleclient
 

Fields in uk.ac.vamsas.test.simpleclient declared as VamsasArchive
protected  VamsasArchive ClientDoc.iohandler
           
 

Methods in uk.ac.vamsas.test.simpleclient with parameters of type VamsasArchive
static void ArchiveWriter.addAppDataEntry(VamsasArchive darc, VamsasDocument dest, VamsasArchiveReader sarc, ApplicationData entry)
          safely copies an appData from one archive to another.
static boolean ArchiveWriter.mergeDocs(VamsasArchive darc, VamsasDocument dest, VamsasArchiveReader sarc, VamsasDocument source)
          Copy new datasets and appdatas from one vamsas document to another.
static ApplicationData VamsasArchive.makeDemoAppdata(VamsasArchive va, java.lang.String apname, java.lang.String userName, java.lang.String userOrg)
           
 

Constructors in uk.ac.vamsas.test.simpleclient with parameters of type VamsasArchive
ClientDoc(VamsasDocument doc, VamsasArchive iohandler, VamsasArchiveReader reader, java.lang.String app, java.lang.String user, java.util.Hashtable objrefs)