adapt tax editor to changes in longrunning task service
[taxeditor.git] / eu.etaxonomy.taxeditor.navigation / plugin.xml
index 85260a3a57d72f8eed98d437039de41d2842e1c0..c613b8e65eeb41a1738fb4da77fd5193ec55e789 100644 (file)
             class="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester"
             id="eu.etaxonomy.taxeditor.navigation.navigator.navigatorPropertyTester"
             namespace="eu.etaxonomy.taxeditor.navigation.navigator.navigatorPropertyTester"
-            properties="hasSynonyms,isClassification"
+            properties="hasSynonyms,isClassification,isUnplaced,isExcluded,noClassificationExists"
             type="java.lang.Object">
       </propertyTester>
       
-     <propertyTester
+     <!--<propertyTester
              class="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester"
             id="eu.etaxonomy.taxeditor.navigation.navigator.navigatorPropertyTester"
             namespace="eu.etaxonomy.taxeditor.navigation.navigator.navigatorPropertyTester"
@@ -63,7 +63,7 @@
             namespace="eu.etaxonomy.taxeditor.navigation.navigator.navigatorPropertyTester"
             properties="hasTaxa"
             type="eu.etaxonomy.cdm.model.taxon.TaxonNode">
-      </propertyTester>
+      </propertyTester>-->
    <propertyTester
          class="eu.etaxonomy.taxeditor.preference.CdmStorePropertyTester"
          id="eu.etaxonomy.taxeditor.preference.CdmStorePropertyTester"
                property="eu.etaxonomy.taxeditor.preference.CdmStorePropertyTester.isCdmStoreConnected">
          </test>
       </definition>
+      <definition
+            id="isCdmStoreNotConnected">
+         <not>
+            <test
+                  property="eu.etaxonomy.taxeditor.preference.CdmStorePropertyTester.isCdmStoreConnected">
+            </test>
+         </not>
+      </definition>
       <definition
             id="isRemoting">
          <test
                property="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester.isClassification">
          </test>
       </definition>
+      <definition
+            id="isUnplaced">
+         <test
+               property="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester.isUnplaced">
+         </test>
+      </definition>
+       <definition
+            id="isExcluded">
+         <test
+               property="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester.isExcluded">
+         </test>
+      </definition>
+       <definition
+             id="noClassificationExists">
+          <test
+                property="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester.noClassificationExists">
+          </test>
+       </definition>
    </extension>
    <extension
          id="eu.etaxonomy.taxeditor.navigation.workbench.model"