WissDB . since Jun 15 . Index . DOCs TOP TOC

S_ Search_for_Candidates


Component:

S_Search_for_Candidates

part of C_WissDB_API

Abstract:

Using this service the user can ask WissDB to identify existing knowledge packages. These are, by definition, packages stored but not jet accepted or rejected.

Parameters:

§      In: Selector

        A possibly empty string. It is to say: “Get me a list of all candidate X found in B_Knowledge_Base.E_Candidate such that Selector is a substring of either X.a_Submitter or X.a_Loc”.

§      Out: Locators

        A set of objects of type E_Candidate.( a_Loc, a_since, a_from ).

§      Out: AppErrors

§      Out: ReturnCode is one of the following values:

–      RC_ok

–      RC_syserror

–      RC_seeAppErrors

 

Has to:

Search for packages stored but not yet rejected or accepted.

 

Because of:

WissDB users need a service to search for existing packages (and see their status).

 


 

WissDB . Index . DOCs . TOC