Functions For Managing Computed Attributes; Slapi_Compute_Add_Evaluator() - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

Functions for Managing Computed Attributes

Functions for Managing Computed Attributes
This section contains reference information on computed-attribute routines.
Table 15-32 Routines for Computed Attributes
Function

slapi_compute_add_evaluator()

slapi_compute_add_search_rewriter()
compute_rewrite_search_filter()
slapi_compute_add_evaluator()
Registers the specified function as an evaluator that the server will call to generate
a computed attribute.
Syntax
#include "slapi-plugin.h"
int slapi_compute_add_evaluator( slapi_compute_callback_t
function);
Parameters
This function takes the following parameter:
function
Returns
This function returns one of the following values:
if the function is successfully registered.
0
ENOMEM
Description
The
slapi_compute_add_evaluator()
slapi_compute_callback_t
548
Netscape Directory Server Plug-in Programmer's Guide • October 2004
Description
Registers a function as an evaluator that the server will call to
generate a computed attribute.
Registers callbacks for filter and search rewriting.
Call evaluator
filter.
Function registered by the plug-in that will be used in
evaluating the computed attributes.
if memory cannot be allocated to register this function.
type as an evaluator of computed attributes.
functions to see if there is a match with a search
function registers a function of the

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents