69 lines
2.8 KiB
HTML
69 lines
2.8 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
||
|
<title>User Index APIs</title>
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<!-- Change History: -->
|
||
|
<!-- YYMMDD USERID Change description -->
|
||
|
<!-- 031111 JETAYLOR replaced API and/or Exit listings with -->
|
||
|
<!-- pagegenerator output from javascript array -->
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- Java sync-link -->
|
||
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
||
|
</script>
|
||
|
|
||
|
<h2>User Index APIs</h2>
|
||
|
|
||
|
<p>The user index APIs allow you to:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li>Create and delete user indexes</li>
|
||
|
|
||
|
<li>Add, retrieve, and remove user index entries</li>
|
||
|
|
||
|
<li>Retrieve the attributes of a user index</li>
|
||
|
</ul>
|
||
|
|
||
|
<p>For additional information, see <a href="obj4a.htm">Using User Index
|
||
|
APIs</a>.</p>
|
||
|
|
||
|
<p>The user index APIs are:</p>
|
||
|
|
||
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
||
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
||
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
||
|
<!--***************API BEGIN PASTE***************-->
|
||
|
<ul>
|
||
|
<li><A HREF="qusaddui.htm">Add User Index Entries</A> (QUSADDUI) allows you to add one or more new entries or replace existing entries into the user index.</li>
|
||
|
<li><A HREF="quscrtui.htm">Create User Index</A> (QUSCRTUI) creates a user index.</li>
|
||
|
<li><A HREF="qusdltui.htm">Delete User Index</A> (QUSDLTUI) deletes a user index.</li>
|
||
|
<li><A HREF="qusrmvui.htm">Remove User Index Entries</A> (QUSRMVUI) removes one or more user index entries that match the remove criteria specified.</li>
|
||
|
<li><A HREF="qusruiat.htm">Retrieve User Index Attributes</A> (QUSRUIAT) retrieves information about the user index attributes, including when it was created. It also retrieves the current operational statistics of the user index.</li>
|
||
|
<li><A HREF="qusrtvui.htm">Retrieve User Index Entries</A> (QUSRTVUI) retrieves user index entries that match the search criteria specified.</li>
|
||
|
</ul>
|
||
|
<!--***************API END PASTE***************-->
|
||
|
|
||
|
|
||
|
<br>
|
||
|
|
||
|
<hr>
|
||
|
<center>
|
||
|
<table cellpadding="2" cellspacing="2">
|
||
|
<tr align="center">
|
||
|
<td valign="middle" align="center">
|
||
|
<a href="#Top_Of_Page">Top</a> |
|
||
|
<a href="obj1.htm">Object APIs</a> |
|
||
|
<a href="aplist.htm">APIs by category</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|