Project

General

Profile

« Previous | Next » 

Revision d01cd7ac

Added by Patrick Plitzner about 6 years ago

ref #7095 Fix WS property path

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/matrix/CharacterMatrix.java
12 12
import java.io.FileInputStream;
13 13
import java.io.IOException;
14 14
import java.util.ArrayList;
15
import java.util.Arrays;
16 15
import java.util.Collection;
17 16
import java.util.HashMap;
18 17
import java.util.HashSet;
......
150 149
 */
151 150
public class CharacterMatrix extends Composite {
152 151

  
153
    private static final List<String> WS_PROPERTY_PATH = Arrays.asList(new String[] {
154
            "descriptions", //$NON-NLS-1$
155
            "descriptions.describedSpecimenOrObservation", //$NON-NLS-1$
156
            "descriptions.describedSpecimenOrObservation.gatheringEvent", //$NON-NLS-1$
157
            "descriptions.describedSpecimenOrObservation.gatheringEvent.actor", //$NON-NLS-1$
158
            "descriptions.descriptionElements", //$NON-NLS-1$
159
            "descriptions.descriptionElements.stateData", //$NON-NLS-1$
160
            "descriptions.descriptionElements.stateData.state", //$NON-NLS-1$
161
            "descriptions.descriptionElements.inDescription", //$NON-NLS-1$
162
            "descriptions.descriptionElements.inDescription.descriptionElements", //$NON-NLS-1$
163
            "descriptions.descriptionElements.feature", //$NON-NLS-1$
164
            "representations", //$NON-NLS-1$
165
            "descriptiveSystem", //$NON-NLS-1$
166
            "taxonSubtreeFilter", //$NON-NLS-1$
167
            "taxonSubtreeFilter.parent", //$NON-NLS-1$
168
            "taxonSubtreeFilter.classification", //$NON-NLS-1$
169
            "taxonSubtreeFilter.taxon", //$NON-NLS-1$
170
            "taxonSubtreeFilter.taxon.name", //$NON-NLS-1$
171
            "taxonSubtreeFilter.taxon.name.rank", //$NON-NLS-1$
172
            "geoFilter", //$NON-NLS-1$
173
            "minRank", //$NON-NLS-1$
174
            "maxRank", //$NON-NLS-1$
175
    });
176

  
177 152
    private static final String CHARACTER_MATRIX_STATE_PROPERTIES = "characterMatrixState.properties"; //$NON-NLS-1$
178 153

  
179 154
    private static final int LEADING_COLUMN_COUNT = 4;
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/matrix/CharacterMatrixPart.java
58 58

  
59 59
    private static final List<String> WS_PROPERTY_PATH = Arrays.asList(new String[] {
60 60
            "descriptions", //$NON-NLS-1$
61
            "descriptions.describedSpecimenOrObservation", //$NON-NLS-1$
62
            "descriptions.describedSpecimenOrObservation.gatheringEvent", //$NON-NLS-1$
63
            "descriptions.describedSpecimenOrObservation.gatheringEvent.actor", //$NON-NLS-1$
61 64
            "descriptions.descriptionElements", //$NON-NLS-1$
65
            "descriptions.descriptionElements.stateData", //$NON-NLS-1$
66
            "descriptions.descriptionElements.stateData.state", //$NON-NLS-1$
62 67
            "descriptions.descriptionElements.inDescription", //$NON-NLS-1$
63 68
            "descriptions.descriptionElements.inDescription.descriptionElements", //$NON-NLS-1$
64 69
            "descriptions.descriptionElements.feature", //$NON-NLS-1$
70
            "representations", //$NON-NLS-1$
71
            "descriptiveSystem", //$NON-NLS-1$
72
            "taxonSubtreeFilter", //$NON-NLS-1$
73
            "taxonSubtreeFilter.parent", //$NON-NLS-1$
74
            "taxonSubtreeFilter.classification", //$NON-NLS-1$
75
            "taxonSubtreeFilter.taxon", //$NON-NLS-1$
76
            "taxonSubtreeFilter.taxon.name", //$NON-NLS-1$
77
            "taxonSubtreeFilter.taxon.name.rank", //$NON-NLS-1$
78
            "geoFilter", //$NON-NLS-1$
79
            "minRank", //$NON-NLS-1$
80
            "maxRank", //$NON-NLS-1$
65 81
    });
66 82

  
67 83
    private static final String CHARACTER_MATRIX_STATE_PROPERTIES = "characterMatrixState.properties"; //$NON-NLS-1$

Also available in: Unified diff