Uses of Class
edu.ucsb.nceas.metacat.McdbException

Packages that use McdbException
edu.ucsb.nceas.metacat   
 

Uses of McdbException in edu.ucsb.nceas.metacat
 

Subclasses of McdbException in edu.ucsb.nceas.metacat
 class McdbDocNotFoundException
          Exception thrown when an error occurs because a document with a given ID could not be found in the metacat database.
 

Methods in edu.ucsb.nceas.metacat that throw McdbException
 java.util.Stack SubTree.getSubTreeNodeList()
           
 java.lang.String DocumentImpl.readUsingSlowAlgorithm()
          Get a text representation of the XML document as a string This older algorithm uses a recursive tree of Objects to represent the nodes of the tree.
 void DocumentImpl.toXml(java.io.Writer pw, java.lang.String user, java.lang.String[] groups, boolean withInLineData)
          Print a text representation of the XML document to a Writer
 java.util.zip.ZipOutputStream DBQuery.getZippedPackage(java.lang.String docIdString, javax.servlet.ServletOutputStream out, java.lang.String user, java.lang.String[] groups, java.lang.String passWord)
          put a data packadge into a zip output stream
 java.util.Stack FilteredSubTree.getUnfilteredSubTreeNodeList()
          Get unfiltered subtree node list
 void AssociateAccessPolicy.associateAccess()
          Associate the access policy of dataset to the docid which the data set id mapped
 boolean PermissionController.hasPermissionForSubTreeNode(java.lang.String user, java.lang.String[] groups, java.lang.String myPermission, long nodeId)
          The method to determine of a node can be access by a user just by subtree access control
 java.util.Hashtable PermissionController.hasUnaccessableSubTree(java.lang.String user, java.lang.String[] groups, java.lang.String myPermission)
          This method will return a hasTable of subtree which user doesn't has the permssion to access
 boolean EmlSAXHandler.compareInlineDataFiles(java.lang.String oldFileName, java.lang.String newFileName)
           
static java.io.Reader EmlSAXHandler.readInlineDataFromFileSystem(java.lang.String fileName)
           
 

Constructors in edu.ucsb.nceas.metacat that throw McdbException
RelationHandler(java.lang.String docid, java.lang.String doctype, DBConnection conn, TripleCollection list)
          Constructor for this class.
SubTree(java.lang.String myDocId, java.lang.String mySubTreeId, long myStartNodeId, long myEndNodeId)
          Constructor of subtree
DocumentImpl(java.lang.String docid, boolean readNodes)
          Constructor used to create a document and read the document information from the database.
DocumentImpl(java.lang.String docid)
          Constructor, creates document from database connection, used for reading the document
FilteredSubTree(java.lang.String myDocId, java.lang.String mySubTreeId, long myStartNodeId, long myEndNodeId)
          Constructor of filteredsubtree
PermissionController(java.lang.String myDocid)
          Constructor for PermissionController
AccessControlList(DBConnection conn, java.lang.String aclid, java.lang.String user, java.lang.String[] groups, int serverCode)
          Construct an instance of the AccessControlList class.
 



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