From a4130d93d72717ba0fcee9eb110dd78511cb0bc5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 11 May 2009 15:18:09 +0000 Subject: [PATCH] - NotifBind and NotifRefresh - value1 optional in QueryRecord due to notif CHANGED op --- org.glite.lb.ws-interface/src/LB.xml | 32 +++++++++++++++++++++++++++++ org.glite.lb.ws-interface/src/LBTypes.xml.T | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/org.glite.lb.ws-interface/src/LB.xml b/org.glite.lb.ws-interface/src/LB.xml index 6579580..2e42a34 100644 --- a/org.glite.lb.ws-interface/src/LB.xml +++ b/org.glite.lb.ws-interface/src/LB.xml @@ -81,6 +81,23 @@ Any error. + + Server supported indexed attributes + + Dummy parameter (workaround for gSoap). + + Any error. + + + + Retrieve limit on query result size (no. of events or jobs). + Not implemented at server side. + + Dummy parameter (workaround for gSoap). + + Any error. + + @@ -91,6 +108,21 @@ + + + + + + + + + + + + + + + diff --git a/org.glite.lb.ws-interface/src/LBTypes.xml.T b/org.glite.lb.ws-interface/src/LBTypes.xml.T index fb8b566..586893d 100644 --- a/org.glite.lb.ws-interface/src/LBTypes.xml.T +++ b/org.glite.lb.ws-interface/src/LBTypes.xml.T @@ -278,7 +278,7 @@ A single query condition. Relational operator of the condition. - Value to compare the attribute with. + Value to compare the attribute with. Another value to compare the attribute with (op = WITHIN only). -- 1.8.2.3