Project

General

Profile

« Previous | Next » 

Revision bc55416e

Added by Katja Luther almost 2 years ago

ref #10081: add nameUsedInSource to initStrategy

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/TaxonPortalController.java
124 124
            "name.rank.representations",
125 125
            "name.status.type.representations",
126 126
            "name.status.source.citation",
127
            "sec.authorship"
127
            "secSource.nameUsedInSource.$",
128
            "secSource.citation.authorship.$",
129
            "secSource.citation.inReference.authorship.$"
128 130
//            "descriptions" // TODO remove
129 131

  
130 132
            }));
......
145 147
            "name.nomenclaturalSource.citation.authorship",
146 148
            "name.nomenclaturalSource.citation.inReference.authorship",
147 149
            "taxonNodes.classification",
148
            "sec.authorship"
149
            }));
150
            "secSource.nameUsedInSource.$",
151
            "secSource.citation.authorship.$",
152
            "secSource.citation.inReference.authorship.$"
153
          	}));
150 154

  
151 155
    public static final EntityInitStrategy SYNONYMY_INIT_STRATEGY = new EntityInitStrategy(Arrays.asList(new String []{
152 156
            // initialize homotypical and heterotypical groups; needs synonyms
......
160 164
            "synonyms.name.combinationAuthorship.$",
161 165
            "synonyms.secSource.citation.authorship.$",
162 166
            "synonyms.secSource.citation.inReference.authorship.$",
163

  
167
            "synonyms.secSource.nameUsedInSource.$",
164 168
            "name.typeDesignations",
165 169

  
166 170
            "name.homotypicalGroup.$",
......
235 239
            "taxonNodes.statusNote.*",
236 240
            "taxonNodes.taxon.name",
237 241
            "taxonNodes.taxon.secSource.citation",
242
            "taxonNodes.taxon.secSource.nameUsedInSource.$",
243
            "taxonNodes.taxon.secSource.citation.authorship.$",
244
            "taxonNodes.taxon.secSource.citation.inReference.authorship.$",
238 245
            "taxonNodes.source.citation.authorship",
239 246
            "taxonNodes.source.citation.inReference.authorship",
240 247
            "acceptedTaxon.taxonNodes.classification",
248
            "secSource.nameUsedInSource"
249
            
241 250
    }));
242 251

  
243 252
    @Override

Also available in: Unified diff