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 TypeMethodDescriptionvoidStemHooks.stemPostCommitDelete(HooksContext hooksContext, HooksStemBean postCommitDeleteBean) called right after a stem delete commitvoidStemHooks.stemPostCommitInsert(HooksContext hooksContext, HooksStemBean postCommitInsertBean) called right after a stem insert commitvoidStemHooks.stemPostCommitUpdate(HooksContext hooksContext, HooksStemBean postCommitUpdateBean) called right after a stem update commitvoidStemHooks.stemPostDelete(HooksContext hooksContext, HooksStemBean postDeleteBean) called right after a stem deletevoidStemHooks.stemPostInsert(HooksContext hooksContext, HooksStemBean postInsertBean) called right after a stem insertvoidStemHooks.stemPostUpdate(HooksContext hooksContext, HooksStemBean postUpdateBean) called right after a stem updatevoidStemHooks.stemPreDelete(HooksContext hooksContext, HooksStemBean preDeleteBean) called right before a stem deletevoidStemHooks.stemPreInsert(HooksContext hooksContext, HooksStemBean preInsertBean) called right before a stem insertvoidStemHooks.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 TypeMethodDescriptionvoidStemAttributeNameValidationHook.stemPreInsert(HooksContext hooksContext, HooksStemBean preInsertBean) voidStemUniqueNameCaseInsensitiveHook.stemPreInsert(HooksContext hooksContext, HooksStemBean preInsertBean) voidUniqueObjectStemHook.stemPreInsert(HooksContext hooksContext, HooksStemBean preInsertBean) voidStemAttributeNameValidationHook.stemPreUpdate(HooksContext hooksContext, HooksStemBean preUpdateBean) voidStemUniqueNameCaseInsensitiveHook.stemPreUpdate(HooksContext hooksContext, HooksStemBean preUpdateBean) voidUniqueObjectStemHook.stemPreUpdate(HooksContext hooksContext, HooksStemBean preUpdateBean)