use new non-test version of SecurityExceptionUtils in MessagingUtils
[taxeditor.git] / eu.etaxonomy.taxeditor.navigation / plugin.xml
index 51afdea223962612db89de8ce3408bcf59aea7de..b1ffe6c9db15c489c44f0e9d1549c4e70d6b5ad9 100644 (file)
@@ -46,7 +46,7 @@
             class="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester"
             id="eu.etaxonomy.taxeditor.navigation.navigator.navigatorPropertyTester"
             namespace="eu.etaxonomy.taxeditor.navigation.navigator.navigatorPropertyTester"
-            properties="hasSynonyms,isClassification,isUnplaced,isExcluded"
+            properties="hasSynonyms,isClassification,isUnplaced,isExcluded,noClassificationExists,isNotClassification"
             type="java.lang.Object">
       </propertyTester>
       
                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
          <test
                property="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester.isClassification">
          </test>
+      </definition>
+       <definition
+            id="isNotClassification">
+         <test
+               property="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester.isNotClassification">
+         </test>
       </definition>
       <definition
             id="isUnplaced">
          <test
                property="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester.isUnplaced">
          </test>
-      </definition>
-      <definition
-            id="isNotUnplaced">
-         <not>
-            <reference 
-               definitionId="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester.isUnplaced">
-            </reference>
-         </not>
       </definition>
        <definition
             id="isExcluded">
                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"