Ignore:
Timestamp:
2016-12-13T20:36:01+13:00 (7 years ago)
Author:
ak19
Message:

Commit for GS3 server side part of OAI deletion police implementation. Still to implement the GS2 server side part. The earlier commits implemented the PERL side, the oai-inf db implementation. I think I've now got the GS3 server side working, but have yet to try validating against the OAI validator. (I need to test that on a machine that is publicly accessible).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/FlatDatabaseWrapper.java

    r24393 r31230  
    1818 */
    1919package org.greenstone.gsdl3.util;
     20
     21import java.util.ArrayList;
    2022
    2123public interface FlatDatabaseWrapper {
     
    4446  public boolean deleteKey(String key);
    4547
     48  /** Returns all the keys of the database as String */
     49  public ArrayList<String> getAllEntryKeys();
     50
    4651  /** returns a string of key-value entries that can be
    4752   *    printed for debugging purposes*/
Note: See TracChangeset for help on using the changeset viewer.