Uses of Class
edu.internet2.middleware.grouper.hooks.beans.HooksAttributeAssignValueBean

Packages that use HooksAttributeAssignValueBean
edu.internet2.middleware.grouper.hooks This package contains base classes which can be extended and registered as hooks 
edu.internet2.middleware.grouper.hooks.beans This package contains beans which are used by hooks to pass data. 
edu.internet2.middleware.grouper.hooks.examples This package contains working hooks examples which can be cloned and tweaked 
 

Uses of HooksAttributeAssignValueBean in edu.internet2.middleware.grouper.hooks
 

Methods in edu.internet2.middleware.grouper.hooks with parameters of type HooksAttributeAssignValueBean
 void AttributeAssignValueHooks.attributeAssignValuePostCommitDelete(HooksContext hooksContext, HooksAttributeAssignValueBean postCommitDeleteBean)
          called right after a commit involving a attribute assign value delete commit
 void AttributeAssignValueHooks.attributeAssignValuePostCommitInsert(HooksContext hooksContext, HooksAttributeAssignValueBean postCommitInsertBean)
          called right after the commit of a post insert commit.
 void AttributeAssignValueHooks.attributeAssignValuePostCommitUpdate(HooksContext hooksContext, HooksAttributeAssignValueBean postCommitUpdateBean)
          called right after a commit on a attribute assign value update commit
 void AttributeAssignValueHooks.attributeAssignValuePostDelete(HooksContext hooksContext, HooksAttributeAssignValueBean postDeleteBean)
          called right after a attribute assign value delete
 void AttributeAssignValueHooks.attributeAssignValuePostInsert(HooksContext hooksContext, HooksAttributeAssignValueBean postInsertBean)
          called right after a attribute assign value insert
 void AttributeAssignValueHooks.attributeAssignValuePostUpdate(HooksContext hooksContext, HooksAttributeAssignValueBean postUpdateBean)
          called right after a attribute assign value update
 void AttributeAssignValueHooks.attributeAssignValuePreDelete(HooksContext hooksContext, HooksAttributeAssignValueBean preDeleteBean)
          called right before a attribute assign value delete
 void AttributeAssignValueHooks.attributeAssignValuePreInsert(HooksContext hooksContext, HooksAttributeAssignValueBean preInsertBean)
          called right before a attribute assign value insert
 void AttributeAssignValueHooks.attributeAssignValuePreUpdate(HooksContext hooksContext, HooksAttributeAssignValueBean preUpdateBean)
          called right before a attribute assign value update
 

Uses of HooksAttributeAssignValueBean in edu.internet2.middleware.grouper.hooks.beans
 

Methods in edu.internet2.middleware.grouper.hooks.beans that return HooksAttributeAssignValueBean
 HooksAttributeAssignValueBean HooksAttributeAssignValueBean.clone()
          deep clone the fields in this object
 

Uses of HooksAttributeAssignValueBean in edu.internet2.middleware.grouper.hooks.examples
 

Methods in edu.internet2.middleware.grouper.hooks.examples with parameters of type HooksAttributeAssignValueBean
 void GrouperAttributeAssignValueRulesConfigHook.attributeAssignValuePostDelete(HooksContext hooksContext, HooksAttributeAssignValueBean postDeleteBean)
           
 void GrouperAttributeAssignValueRulesConfigHook.attributeAssignValuePostInsert(HooksContext hooksContext, HooksAttributeAssignValueBean postInsertBean)
           
 void GrouperAttributeAssignValueRulesConfigHook.attributeAssignValuePostUpdate(HooksContext hooksContext, HooksAttributeAssignValueBean postUpdateBean)