
SRBCreateQueryInterface |
org.srb.SRBCreateQueryInterface |
Create an html interface for querying the SRB.
The following actor expects as input a reference to the SRB file system. This reference connection
is obtained via the SRBConnect Actor in Kepler. See SRBConnect & its documentation.
The file reference system is created with a unique SRB user account and with this connection
reference as input the SCreateQueryInterface actor is able to gain access to the SRB file space.
Once an alive SRB file connection system has been established the actor gets the attributes and
number of conditions as inputs and creates an HTML template for all the conditions.
Actor Input: Accepts a reference to the
SRB files system, attributes and number of conditions.
Actor Output: 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: SRBCreateQueryInterface.java,v 1.13 2006/05/01 17:50:55 mangal Exp $
SRBFileSystem
A pointer to the SRB file system.
html
HTML string.
attributes
A list of attribute names for querying.
numberOfConditions
The number of query conditions.