Project

General

Profile

« Previous | Next » 

Revision 5319

Modifications to support the DataONE service API version 0.1.0. For DataONE, the get() and
create() services are partially complete. Several more functions and checks need to be added to
create() before it is viable. This DataONE support is not complete, and the current support breaks the MetacatRestClientTest for the time being (this client will eventually be removed).

View differences:

DatabaseService.java
102 102
	 * 
103 103
	 * @return AbstractDatabase object for this application's database adapter.
104 104
	 */
105
	public static AbstractDatabase getDBAdapter() {
105
	public AbstractDatabase getDBAdapter() {
106 106
		return dbAdapter;
107 107
	}
108 108

  

Also available in: Unified diff