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

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

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

Methods in edu.ucsb.nceas.metacat.client that throw MetacatException
 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.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.
 int MetacatClient.getNewestDocRevision(java.lang.String docId)
          The method will return the lasted revision in metacat server for a given document id.
 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.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.
 int Metacat.getNewestDocRevision(java.lang.String docId)
          The method will return the lasted revision in metacat server for a given document id.
 



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