Arbortext Command Language > Repository API > poid_list_revs
  
poid_list_revs
poid_list_revs (logicalid, rev_array[, ud])
Builds an array rev_array containing revision data for the document object logicalid.
The ACL array rev_array will 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 logicalid is invalid, or 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