Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 266

Table of Contents

Advertisement

Functions for Managing Entries
Table 14-11 Entry Routines (Continued)
Function
slapi_entry_attr_get_charptr()
slapi_entry_attr_get_charray()
slapi_entry_attr_get_int()
slapi_entry_attr_get_long()
slapi_entry_attr_get_uint()
slapi_entry_attr_get_ulong()
slapi_entry_attr_has_syntax_value()
slapi_entry_attr_merge_sv()
slapi_entry_attr_replace_sv()
slapi_entry_attr_set_charptr()
slapi_entry_attr_set_int()
slapi_entry_attr_set_long()
slapi_entry_attr_set_uint()
slapi_entry_attr_set_ulong()
slapi_entry_delete_string()
slapi_entry_delete_values_sv()
slapi_entry_dup()
slapi_entry_first_attr()
slapi_entry_free()
slapi_entry_get_dn()
slapi_entry_get_dn_const()
slapi_entry_get_ndn()
slapi_entry_get_sdn()
slapi_entry_get_sdn_const()
slapi_entry_get_uniqueid()
slapi_entry_has_children()
slapi_entry_init()
slapi_entry_merge_values_sv()
266
Netscape Directory Server Plug-In Programmer's Guide • May 2002
Description
Gets the first value as a string.
Gets the values of a multi-valued attribute of an entry.
Gets the first value as an integer.
Gets the first value as a long.
Gets the first value as an unsigned integer.
Gets the first value as an unsigned long.
Checks if an attribute in an entry contains a value.
Adds an array to the attribute values in an entry.
Replaces the values of an attribute.
Replaces the values of an attribute with a string.
Replaces the value of an attribute with an integer.
Replaces the value of an attribute with a long.
Replaces the value of an attribute with an unsigned integer.
Replaces the value of an attribute with an unsigned long.
Deletes a string from an attribute.
Removes a Slapi_Value array from an attribute.
Copies an entry, its DN, and its attributes.
Finds the first attribute in an entry.
Frees an entry from memory.
Gets the DN from an entry.
Returns the DN of an entry as a constant.
Returns the NDN of an entry.
Returns the Slapi_DN from an entry.
Returns a Slapi_DN from an entry as a constant.
Gets the unique ID from an entry.
Determines if the specified entry has child entries.
Initializes the values of an entry.
Adds an array of data values to an attribute in an entry.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents