Difference between revisions of "ExistClient"

From Gcube Wiki
Jump to: navigation, search
(Implementation Overview)
(Implementation Overview)
Line 7: Line 7:
  
  
 +
The ExistClient implements all the query defined in the ISClient Interface:
  
 +
Queries over GCUBEResource:
  
 +
    * GCUBECollectionQuery
 +
    * GCUBECSInstanceQuery
 +
    * GCUBECSQuery
 +
    * GCUBEExternalRIQuery
 +
    * GCUBEGenericResourceQuery
 +
    * GCUBEGHNQuery
 +
    * GCUBEMCollectionQuery
 +
    * GCUBERIQuery
 +
    * GCUBEServiceQuery
 +
    * GCUBETPQuery
 +
    * GCUBEVREQuery
 +
 +
Queries over GCUBEWSResource:
 +
 +
    * WSResourceQuery
 +
 +
Generic queries:
 +
 +
    * GCUBEGenericQuery
  
 
=== Usage Examples ===
 
=== Usage Examples ===

Revision as of 15:33, 23 May 2008

Introduction

The ExistClient is a Java library that implements the ISClient interface provided by the gCoreFramework. This library allow the developer to execute queries on the Information System.


Implementation Overview

The ExistClient implements all the query defined in the ISClient Interface:

Queries over GCUBEResource:

   * GCUBECollectionQuery
   * GCUBECSInstanceQuery
   * GCUBECSQuery
   * GCUBEExternalRIQuery
   * GCUBEGenericResourceQuery
   * GCUBEGHNQuery
   * GCUBEMCollectionQuery
   * GCUBERIQuery
   * GCUBEServiceQuery
   * GCUBETPQuery
   * GCUBEVREQuery 

Queries over GCUBEWSResource:

   * WSResourceQuery 

Generic queries:

   * GCUBEGenericQuery

Usage Examples