Project

General

Profile

« Previous | Next » 

Revision 3143

Added by berkley over 17 years ago

added a method to query metacat to see if a particular docid is registered or not

View differences:

Metacat.java
283 283
     * @throws MetacatException when an error occurs
284 284
     */
285 285
    public Vector getAllDocids(String scope) throws MetacatException;
286
    
287
    /**
288
     * return true of the given docid is registered, false if not
289
     * @param scope String  the scope to use to limit the docid query
290
     * @throws MetacatException when an error occurs
291
     */
292
    public boolean isRegistered(String docid) throws MetacatException;
286 293
}

Also available in: Unified diff