Arbortext Command Language > Repository API > poid_list_search_attr
  
poid_list_search_attr
poid_list_search_attr(sesshdl, query, result_array[, ud])
Builds an array result_array containing data for all document objects (if any) within the repository specified by sesshdl, using the query query, and matching the object info within result_array.
The ACL array result_array can contain the following data.
Type of POID
Name of document object
Revision number of the POID
Is the object locked (Locked = True, Unlocked = False)?
The ud parameter passes user defined data through to the adapter-specific implementation of this function.
If the operation fails, the function writes error data to $main::ioerr and returns -1. If the operation is successful, the function returns the number of entries added to the output array.
Related Topics
Repository API Callback functions