Project

General

Profile

« Previous | Next » 

Revision ee014834

Added by Andreas Müller about 15 years ago

minor

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/common/IImportConfigurator.java
159 159
	public void setDbSchemaValidation(
160 160
			DbSchemaValidation dbSchemaValidation);
161 161

  
162
	/**
163
	 * The reference that represents the source. E.g. if the import source is a database
164
	 * the returned reference should be of type eu.etaxonomy.cdm.model.reference.Database and 
165
	 * should represent the according database.
166
	 * If the import comes from a file (e.g. XML) the returned value should best represent the 
167
	 * source of this file (e.g. if the source of an XML file is a certain database this database
168
	 * should be mentioned as the source. Otherwise a eu.etaxonomy.cdm.model.reference.Generic 
169
	 * reference with the name of the XML file should be returned value
170
	 * @return
171
	 */
162 172
	public ReferenceBase getSourceReference();
163 173

  
164 174
	

Also available in: Unified diff