Functions for Managing Entries
308
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
Table 15-11
Entry Routines
Function
Description
slapi_entry2str()
Generates an LDIF string description.
slapi_entry2str_with_options()
Generates an LDIF string descriptions with options.
slapi_entry_add_rdn_values()
Add components in an entry’s RDN.
slapi_entry_add_string()
Adds a string value to an attribute in an entry.
slapi_entry_add_value()
Adds a data value to an attribute in an entry.
slapi_entry_add_values_sv()
Adds an array of data values to an attribute in an entry.
slapi_entry_add_valueset()
Adds a data value to an attribute in an entry.
slapi_entry_alloc()
Allocates memory for a new entry.
slapi_entry_attr_delete()
Deletes an attribute from an entry.
slapi_entry_attr_find()
Checks if an entry contains a specific attribute.
slapi_entry_attr_get_charptr()
Gets the first value as a string.
slapi_entry_attr_get_charray()
Gets the values of a multi-valued attribute of an entry.
slapi_entry_attr_get_int()
Gets the first value as an integer.
slapi_entry_attr_get_long()
Gets the first value as a long.
slapi_entry_attr_get_uint()
Gets the first value as an unsigned integer.
slapi_entry_attr_get_ulong()
Gets the first value as an unsigned long.
slapi_entry_attr_has_syntax_value()
Checks if an attribute in an entry contains a value.
slapi_entry_attr_merge_sv()
Adds an array to the attribute values in an entry.
slapi_entry_attr_replace_sv()
Replaces the values of an attribute.
slapi_entry_attr_set_charptr()
Replaces the values of an attribute with a string.
slapi_entry_attr_set_int()
Replaces the value of an attribute with an integer.
slapi_entry_attr_set_long()
Replaces the value of an attribute with a long.
slapi_entry_attr_set_uint()
Replaces the value of an attribute with an unsigned integer.
slapi_entry_attr_set_ulong()
Replaces the value of an attribute with an unsigned long.
slapi_entry_delete_string()
Deletes a string from an attribute.
slapi_entry_delete_values_sv()
Removes a
Slapi_Value
array from an attribute.
slapi_entry_dup()
Copies an entry, its DN, and its attributes.
slapi_entry_first_attr()
Finds the first attribute in an entry.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...