Project

General

Profile

« Previous | Next » 

Revision eae56a30

Added by Andreas Müller over 3 years ago

ref #6581 update HQL and property paths and similar to nomenclaturalSource (some issues unclear)

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/TaxonPortalController.java
117 117
//            "relationsToThisName.fromTaxon.name",
118 118
            // the name
119 119
            "name.$",
120
            "name.nomenclaturalReference.authorship",
121
            "name.nomenclaturalReference.inReference",
120
            "name.nomenclaturalSource.citation.authorship",
121
            "name.nomenclaturalSource.citation.inReference",
122 122
            "name.rank.representations",
123 123
            "name.status.type.representations",
124 124
            "sec.authorship"
......
138 138
            "name.$",
139 139
            "name.rank.representations",
140 140
            "name.status.type.representations",
141
            "name.nomenclaturalReference.authorship",
142
            "name.nomenclaturalReference.inReference.authorship",
141
            "name.nomenclaturalSource.citation.authorship",
142
            "name.nomenclaturalSource.citation.inReference.authorship",
143 143
            "taxonNodes.classification",
144 144
            "sec.authorship"
145 145
            }));
......
148 148
            // initialize homotypical and heterotypical groups; needs synonyms
149 149
            "synonyms.$",
150 150
            "synonyms.name.status.type.representations",
151
            "synonyms.name.nomenclaturalReference.authorship",
152
            "synonyms.name.nomenclaturalReference.inReference",
151
            "synonyms.name.nomenclaturalSource.citation.authorship",
152
            "synonyms.name.nomenclaturalSource.citation.inReference",
153 153
//            "synonyms.name.homotypicalGroup.typifiedNames.$",
154 154
//            "synonyms.name.homotypicalGroup.typifiedNames.taxonBases.$",
155 155
            "synonyms.name.combinationAuthorship.$",
......
158 158

  
159 159
            "name.homotypicalGroup.$",
160 160
            "name.homotypicalGroup.typifiedNames.$",
161
            "name.homotypicalGroup.typifiedNames.nomenclaturalReference.authorship",
162
            "name.homotypicalGroup.typifiedNames.nomenclaturalReference.inReference",
161
            "name.homotypicalGroup.typifiedNames.nomenclaturalSource.citation.authorship",
162
            "name.homotypicalGroup.typifiedNames.nomenclaturalSource.citation.inReference",
163 163
//            "name.homotypicalGroup.typifiedNames.taxonBases.$"
164 164
    }));
165 165

  
......
178 178
            "type.inverseRepresentations",
179 179
            "citation",
180 180
            "toName.$",
181
            "toName.nomenclaturalReference.authorship",
182
            "toName.nomenclaturalReference.inReference",
181
            "toName.nomenclaturalSource.citation.authorship",
182
            "toName.nomenclaturalSource.citation.inReference",
183 183
            "fromName.$",
184
            "fromName.nomenclaturalReference.authorship",
185
            "fromName.nomenclaturalReference.inReference",
184
            "fromName.nomenclaturalSource.citation.authorship",
185
            "fromName.nomenclaturalSource.citation.inReference",
186 186

  
187 187
    }));
188 188

  

Also available in: Unified diff