Project

General

Profile

« Previous | Next » 

Revision 19c6f3d6

Added by Andreas Müller over 6 years ago

ref #7175, ref #7180, ref #7165, ref #7166 Adapting TaxonNodeFilter for unpublished, minMaxRank and areas

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/common/ExportConfiguratorBase.java
35 35
	private ICdmDataSource source;
36 36
	private DEST destination;
37 37
	protected IDatabase sourceReference;
38
	protected boolean onlyPublishedTaxa;
38
	protected boolean includeUnpublishedTaxa;
39 39

  
40 40
    protected Class<ICdmIO>[] ioClassList;
41 41

  
......
141 141
	}
142 142

  
143 143

  
144
    public boolean isOnlyPublishedTaxa() {
145
        return onlyPublishedTaxa;
144
    public boolean isIncludeUnpublishedTaxa() {
145
        return includeUnpublishedTaxa;
146 146
    }
147 147

  
148 148

  
149
    public void setOnlyPublishedTaxa(boolean onlyPublishedTaxa) {
150
        this.onlyPublishedTaxa = onlyPublishedTaxa;
149
    public void setIncludeUnpublishedTaxa(boolean includeUnpublished) {
150
        this.includeUnpublishedTaxa = includeUnpublished;
151 151
    }
152 152

  
153 153
	/**

Also available in: Unified diff