precheckin
precheckin (dobj, docid, ud)
This callback corresponds to the
dobj_checkin function and is called just before the
dobj is burst. The
checkin callback is called after the
dobj is 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 precheckin callback returns the following integer values:
• less than 0 — an error has occurred
• 0 — the check-in can proceed
• greater than 0 — the callback succeeded and has returned the docobj
Related Topics