Uses of Class
edu.internet2.middleware.grouper.hooks.beans.HooksStemBean
Packages that use HooksStemBean
Package
Description
This package contains base classes which can be extended and registered as hooks
This package contains beans which are used by hooks to pass data.
This package contains working hooks examples which can be cloned and tweaked
-
Uses of HooksStemBean in edu.internet2.middleware.grouper.hooks
Methods in edu.internet2.middleware.grouper.hooks with parameters of type HooksStemBeanModifier and TypeMethodDescriptionvoid
StemHooks.stemPostCommitDelete
(HooksContext hooksContext, HooksStemBean postCommitDeleteBean) called right after a stem delete commitvoid
StemHooks.stemPostCommitInsert
(HooksContext hooksContext, HooksStemBean postCommitInsertBean) called right after a stem insert commitvoid
StemHooks.stemPostCommitUpdate
(HooksContext hooksContext, HooksStemBean postCommitUpdateBean) called right after a stem update commitvoid
StemHooks.stemPostDelete
(HooksContext hooksContext, HooksStemBean postDeleteBean) called right after a stem deletevoid
StemHooks.stemPostInsert
(HooksContext hooksContext, HooksStemBean postInsertBean) called right after a stem insertvoid
StemHooks.stemPostUpdate
(HooksContext hooksContext, HooksStemBean postUpdateBean) called right after a stem updatevoid
StemHooks.stemPreDelete
(HooksContext hooksContext, HooksStemBean preDeleteBean) called right before a stem deletevoid
StemHooks.stemPreInsert
(HooksContext hooksContext, HooksStemBean preInsertBean) called right before a stem insertvoid
StemHooks.stemPreUpdate
(HooksContext hooksContext, HooksStemBean preUpdateBean) called right before a stem update -
Uses of HooksStemBean in edu.internet2.middleware.grouper.hooks.beans
Methods in edu.internet2.middleware.grouper.hooks.beans that return HooksStemBean -
Uses of HooksStemBean in edu.internet2.middleware.grouper.hooks.examples
Methods in edu.internet2.middleware.grouper.hooks.examples with parameters of type HooksStemBeanModifier and TypeMethodDescriptionvoid
StemAttributeNameValidationHook.stemPreInsert
(HooksContext hooksContext, HooksStemBean preInsertBean) void
StemUniqueNameCaseInsensitiveHook.stemPreInsert
(HooksContext hooksContext, HooksStemBean preInsertBean) void
UniqueObjectStemHook.stemPreInsert
(HooksContext hooksContext, HooksStemBean preInsertBean) void
StemAttributeNameValidationHook.stemPreUpdate
(HooksContext hooksContext, HooksStemBean preUpdateBean) void
StemUniqueNameCaseInsensitiveHook.stemPreUpdate
(HooksContext hooksContext, HooksStemBean preUpdateBean) void
UniqueObjectStemHook.stemPreUpdate
(HooksContext hooksContext, HooksStemBean preUpdateBean)