WissDB . since Jun 15 . Index . DOCs TOP TOC

S_ Reject_Candidate


Component:

S_Reject_Candidate

Part of C_WissDB_API

Abstract:

This is the function asking WissDB to reject a previously stored (but not yet accepted) practice candidate.

Parameters:

§      In: PackageName

        The name of a previously stored practice candidate.

§      Out: AppErrors

        Is to contain one or more AppError description if the package could not be found or if the mail to send could not be sent.

§      Out: ReturnCode is one of the following values:

–      RC_ok

–      RC_syserror

–      RC_seeAppErrors

 

Has to:

Find and forget the package identified by PackageName.

Send an e-mail to the person who made this package a knowledge candidate (the address being stored as a value E_Candidate.A_from).

 

Because of:

A_KnowledgeAdministrator may want to reject a package (because the knowledge it represents is not worth keeping, or because the results found therein are not documented good enough).

 


 

WissDB . Index . DOCs . TOC