Uses of Class
edu.internet2.middleware.grouper.hooks.beans.HooksGroupTypeTupleBean
Packages that use HooksGroupTypeTupleBean
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 HooksGroupTypeTupleBean in edu.internet2.middleware.grouper.hooks
Methods in edu.internet2.middleware.grouper.hooks with parameters of type HooksGroupTypeTupleBeanModifier and TypeMethodDescriptionvoidGroupTypeTupleHooks.groupTypeTuplePostCommitDelete(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitDeleteBean) called right after a groupTypeTuple delete commitvoidGroupTypeTupleHooks.groupTypeTuplePostCommitInsert(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitInsertBean) called right after a groupTypeTuple insert commitvoidGroupTypeTupleHooks.groupTypeTuplePostCommitUpdate(HooksContext hooksContext, HooksGroupTypeTupleBean postCommitUpdateBean) called right after a groupTypeTuple update commitvoidGroupTypeTupleHooks.groupTypeTuplePostDelete(HooksContext hooksContext, HooksGroupTypeTupleBean postDeleteBean) called right after a groupTypeTuple deletevoidGroupTypeTupleHooks.groupTypeTuplePostInsert(HooksContext hooksContext, HooksGroupTypeTupleBean postInsertBean) called right after a groupTypeTuple insertvoidGroupTypeTupleHooks.groupTypeTuplePostUpdate(HooksContext hooksContext, HooksGroupTypeTupleBean postUpdateBean) called right after a groupTypeTuple updatevoidGroupTypeTupleHooks.groupTypeTuplePreDelete(HooksContext hooksContext, HooksGroupTypeTupleBean preDeleteBean) called right before a groupTypeTuple deletevoidGroupTypeTupleHooks.groupTypeTuplePreInsert(HooksContext hooksContext, HooksGroupTypeTupleBean preInsertBean) called right before a groupTypeTuple insertvoidGroupTypeTupleHooks.groupTypeTuplePreUpdate(HooksContext hooksContext, HooksGroupTypeTupleBean preUpdateBean) called right before a groupTypeTuple update -
Uses of HooksGroupTypeTupleBean in edu.internet2.middleware.grouper.hooks.beans
Methods in edu.internet2.middleware.grouper.hooks.beans that return HooksGroupTypeTupleBeanModifier and TypeMethodDescriptionHooksGroupTypeTupleBean.clone()deep clone the fields in this object -
Uses of HooksGroupTypeTupleBean in edu.internet2.middleware.grouper.hooks.examples
Methods in edu.internet2.middleware.grouper.hooks.examples with parameters of type HooksGroupTypeTupleBeanModifier and TypeMethodDescriptionvoidGroupTypeSecurityHook.groupTypeTuplePostDelete(HooksContext hooksContext, HooksGroupTypeTupleBean postDeleteBean) voidGroupTypeTupleIncludeExcludeHook.groupTypeTuplePostDelete(HooksContext hooksContext, HooksGroupTypeTupleBean postDeleteBean) voidGroupTypeSecurityHook.groupTypeTuplePostInsert(HooksContext hooksContext, HooksGroupTypeTupleBean postInsertBean) voidGroupTypeTupleIncludeExcludeHook.groupTypeTuplePostInsert(HooksContext hooksContext, HooksGroupTypeTupleBean postInsertBean)