Arbortext Command Language > Repository API > checkin
  
checkin
checkin(dobj, docid, ud)
This callback corresponds to the Repository API function dobj_checkin and checks in the specified document object. This callback is called after the dobj has been burst. The precheckin callback is called before the dobj has been burst.
dobj — an ACL document object handle for the document object to check in
docid — the document used for context information
ud — user defined information; strings must match the adapter encoding
The checkin callback returns the following integer values:
less than 0 — an error has occurred
0 — the normal check-in can be performed
greater than 0 — the callback succeeded and has returned the docobj
Related Topics
Repository API callback functions