Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Hooks are available for the following database persistable objects: Group, Stem, Member, Membership, Composite, Field, GrouperSession, GroupType, GroupTypeTuple

Getting started with hooks
Proof of concept (A veto hook)
Hooks Example - Assign a Unix id to each new group

Children Display

Each of these objects has low-level hooks associated with it: preInsert, postInsert, postCommitInsert, preUpdate, postUpdate, postCommitUpdate, preDelete, postDelete, postCommitDelete. 

...