
SRBCreateQueryConditions |
org.srb.SRBCreateQueryConditions |
Creates an array of query conditions from user selections.
Thereby translating user selcted conditions into an array of strings.
Creates conditions for querying the SRB metadata
from a user xml string conditions, returned by the BrowserUI actor.
The SRBCreateQueryInterface outputs an HTML document with the appropriate conditions in HTML template form.
The HTML document's file content can be further viewed by the BrowserUI actor. The BrowserUI outputs the XML
output form of the above HTML document. This XML output can be further given to the SRBCreateQueryConditions
actor to create an array of string conditions.
Author(s): Efrat Jaeger
Version:$Id: SRBCreateQueryConditions.java,v 1.7 2006/05/01 17:50:55 mangal Exp $
xmlConditions
The xml conditions obtained from user selection.
conditions
An array of conditions strings.