Uses of Class
edu.ucsb.nceas.metacat.client.MetacatInaccessibleException

Packages that use MetacatInaccessibleException
edu.ucsb.nceas.metacat.client   
 

Uses of MetacatInaccessibleException in edu.ucsb.nceas.metacat.client
 

Methods in edu.ucsb.nceas.metacat.client that throw MetacatInaccessibleException
 java.lang.String MetacatClient.login(java.lang.String username, java.lang.String password)
          Method used to log in to a metacat server.
 java.lang.String MetacatClient.logout()
          Method used to log out a metacat server.
 java.io.Reader MetacatClient.read(java.lang.String docid)
          Read an XML document from the metacat server session, accessed by docid, and returned as a Reader.
 java.io.Reader MetacatClient.readInlineData(java.lang.String inlinedataid)
          Read inline data from the metacat server session, accessed by inlinedataid and returned as a Reader.
 java.io.Reader MetacatClient.query(java.io.Reader xmlQuery)
          Query the metacat document store with the given metacat-compatible query document, and return the result set as a Reader.
 java.lang.String MetacatClient.insert(java.lang.String docid, java.io.Reader xmlDocument, java.io.Reader schema)
          Insert an XML document into the repository.
 java.lang.String MetacatClient.update(java.lang.String docid, java.io.Reader xmlDocument, java.io.Reader schema)
          Update an XML document in the repository.
 java.lang.String MetacatClient.upload(java.lang.String docid, java.io.File file)
          Upload a data document into the repository.
 java.lang.String MetacatClient.upload(java.lang.String docid, java.lang.String filename, java.io.InputStream fileData, int size)
          Upload a data document into the repository.
 java.lang.String MetacatClient.delete(java.lang.String docid)
          Delete an XML document in the repository.
 java.lang.String MetacatClient.setAccess(java.lang.String _docid, java.lang.String _principal, java.lang.String _permission, java.lang.String _permType, java.lang.String _permOrder)
          set the access on an XML document in the repository.
static Metacat MetacatFactory.createMetacatConnection(java.lang.String metacatUrl)
          Create a new instance of a Metacat object of raccessing a server.
 java.lang.String Metacat.login(java.lang.String username, java.lang.String password)
          Method used to log in to a metacat server.
 java.lang.String Metacat.logout()
          Method used to log out a metacat server.
 java.io.Reader Metacat.read(java.lang.String docid)
          Read an XML document from the metacat server session, accessed by docid, and returned as a Reader.
 java.io.Reader Metacat.readInlineData(java.lang.String inlinedataid)
          Read inline data from the metacat server session, accessed by inlinedataid, and returned as a Reader.
 java.io.Reader Metacat.query(java.io.Reader xmlQuery)
          Query the metacat document store with the given metacat-compatible query document, and return the result set as a Reader.
 java.lang.String Metacat.insert(java.lang.String docid, java.io.Reader xmlDocument, java.io.Reader schema)
          Insert an XML document into the repository.
 java.lang.String Metacat.update(java.lang.String docid, java.io.Reader xmlDocument, java.io.Reader schema)
          Update an XML document in the repository.
 java.lang.String Metacat.upload(java.lang.String docid, java.io.File file)
          Upload an XML document into the repository.
 java.lang.String Metacat.upload(java.lang.String docid, java.lang.String fileName, java.io.InputStream fileData, int size)
          Upload an XML document into the repository.
 java.lang.String Metacat.delete(java.lang.String docid)
          Delete an XML document in the repository.
 java.lang.String Metacat.setAccess(java.lang.String _docid, java.lang.String _principal, java.lang.String _permission, java.lang.String _permType, java.lang.String _permOrder)
          set the access on an XML document in the repository.
 



Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.