Bug 865618 - Add Pre|Post-Transaction-Operation Plug-ins
Summary: Add Pre|Post-Transaction-Operation Plug-ins
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Directory Server
Classification: Red Hat
Component: Doc-plugin-programming-guide
Version: 9.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Deon Ballard
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-11 22:22 UTC by Noriko Hosoi
Modified: 2014-07-29 20:43 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-29 20:43:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Noriko Hosoi 2012-10-11 22:22:53 UTC
Description of problem:



https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Directory_Server/9.0/html-single/Plug-in_Guide/index.html
Chapter 64. Parameters for LDBM Backend Pre- and Post-Operation Functions

64.1. Pre-Operation Plug-ins
64.2. Post-Operation Plug-ins
64.3. Pre-Transaction-Operation Plug-ins
64.4. Post-Transaction-Operation Plug-ins

The section describes the parameters that are used with the LDBM Backend plug-in functions:

    Section 64.1, “Pre-Operation Plug-ins”
    Section 64.2, “Post-Operation Plug-ins”
    Section 64.3, “Pre-Transaction-Operation Plug-ins”
    Section 64.4, “Post-Transaction-Operation Plug-ins”

<snip>

64.3. Pre-Transaction-Operation Plug-ins
The parameters listed in this section are used with pre-transaction-operation database plug-in functions.  Changes made by these plug-ins are committed or aborted as the primary operation is committed or aborted, respectively.
Parameter ID 	Description
SLAPI_PLUGIN_BE_TXN_PRE_ADD_FN 	This function is called before a database add operation is completed within transaction.
SLAPI_PLUGIN_BE_TXN_PRE_DELETE_FN 	This function is called before a database delete operation is completed within transaction.
SLAPI_PLUGIN_BE_TXN_PRE_MODIFY_FN 	This function is called before a database modify operation is completed within transaction.
SLAPI_PLUGIN_BE_TXN_PRE_MODRDN_FN 	This function is called before a database modify RDN operation is completed within transaction.
64.4. Post-Transaction-Operation Plug-ins
The parameters listed in this section are used with post-transaction-operation database plug-in functions.  Changes made by these plug-ins are committed or aborted as the primary operation is committed or aborted, respectively.
Parameter ID 	Description
SLAPI_PLUGIN_BE_TXN_POST_ADD_FN 	This function is called after a database add operation is completed within transaction.
SLAPI_PLUGIN_BE_TXN_POST_DELETE_FN 	This function is called after a database delete operation is completed within transaction.
SLAPI_PLUGIN_BE_TXN_POST_MODIFY_FN 	This function is called after a database modify operation is completed within transaction.
SLAPI_PLUGIN_BE_TXN_POST_MODRDN_FN 	This function is called after a database modify RDN operation is completed within transaction.

Comment 2 Deon Ballard 2014-07-29 20:43:43 UTC
Mass closure of published bugs.


Note You need to log in before you can comment on or make changes to this bug.