dumping only the communities with status "all". We decided those with status manager wil be available on demand

This commit is contained in:
Miriam Baglioni 2021-04-23 11:49:45 +02:00
parent bc501f41f6
commit 7465fa3f20
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public class QueryInformationSystem {
private static final String XQUERY = "for $x in collection('/db/DRIVER/ContextDSResources/ContextDSResourceType') "
+
" where $x//CONFIGURATION/context[./@type='community' or ./@type='ri'] " +
" and ($x//context/param[./@name = 'status']/text() = 'manager' or $x//context/param[./@name = 'status']/text() = 'all') "
" and ($x//context/param[./@name = 'status']/text() = 'all') "
+
" return " +
"<community> " +