Project

General

Profile

« Previous | Next » 

Revision 6861320c

Added by Andreas Müller over 4 years ago

ref #8509 update PesiExportActivatorERMS

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiExportActivatorERMS.java
41 41
	static final int nameIdStart = 10000000;
42 42
	static final IdType idType = IdType.CDM_ID_WITH_EXCEPTIONS;
43 43

  
44
	static final boolean deleteAll = true;
44

  
45 45

  
46 46
	static final int partitionSize = 1000;
47 47

  
......
52 52
// ****************** ALL *****************************************
53 53

  
54 54
	//references
55
	static final boolean deleteAll = true;
55 56
	static final DO_REFERENCES doReferences =  DO_REFERENCES.ALL;
56

  
57
	//taxa
58 57
	static final boolean doTaxa = true;
59 58
	static final boolean doTreeIndex = true;
60 59
	static final boolean doInferredSynonyms = true;
......
65 64
// ************************ NONE **************************************** //
66 65

  
67 66
	//references
67
//	static final boolean deleteAll = false;
68 68
//	static final DO_REFERENCES doReferences =  DO_REFERENCES.NONE;
69
//
70
//	//taxa
71 69
//	boolean doTaxa = true;
72 70
//	boolean doTreeIndex = true; //only with doTaxa
73 71
//	boolean doInferredSynonyms = true; //only with doTaxa

Also available in: Unified diff