Class LoaderAttributeValueVetoHook
java.lang.Object
edu.internet2.middleware.grouper.hooks.AttributeAssignValueHooks
edu.internet2.middleware.grouper.hooks.examples.LoaderAttributeValueVetoHook
grouper.properties:
hooks.attributeAssignValue.class=edu.internet2.middleware.grouper.hooks.examples.LoaderAttributeValueVetoHook
-
Field Summary
Fields inherited from class edu.internet2.middleware.grouper.hooks.AttributeAssignValueHooks
METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_COMMIT_DELETE, METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_COMMIT_INSERT, METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_COMMIT_UPDATE, METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_DELETE, METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_INSERT, METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_UPDATE, METHOD_ATTRIBUTE_ASSIGN_VALUE_PRE_DELETE, METHOD_ATTRIBUTE_ASSIGN_VALUE_PRE_INSERT, METHOD_ATTRIBUTE_ASSIGN_VALUE_PRE_UPDATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattributeAssignValuePreDelete(HooksContext hooksContext, HooksAttributeAssignValueBean hooksAttributeAssignValueBean) called right before a attribute assign value deletevoidattributeAssignValuePreInsert(HooksContext hooksContext, HooksAttributeAssignValueBean hooksAttributeAssignValueBean) called right before a attribute assign value insertvoidattributeAssignValuePreUpdate(HooksContext hooksContext, HooksAttributeAssignValueBean hooksAttributeAssignValueBean) called right before a attribute assign value updateMethods inherited from class edu.internet2.middleware.grouper.hooks.AttributeAssignValueHooks
attributeAssignValuePostCommitDelete, attributeAssignValuePostCommitInsert, attributeAssignValuePostCommitUpdate, attributeAssignValuePostDelete, attributeAssignValuePostInsert, attributeAssignValuePostUpdate
-
Constructor Details
-
LoaderAttributeValueVetoHook
public LoaderAttributeValueVetoHook()
-
-
Method Details
-
attributeAssignValuePreUpdate
public void attributeAssignValuePreUpdate(HooksContext hooksContext, HooksAttributeAssignValueBean hooksAttributeAssignValueBean) Description copied from class:AttributeAssignValueHookscalled right before a attribute assign value update- Overrides:
attributeAssignValuePreUpdatein classAttributeAssignValueHooks
-
attributeAssignValuePreInsert
public void attributeAssignValuePreInsert(HooksContext hooksContext, HooksAttributeAssignValueBean hooksAttributeAssignValueBean) Description copied from class:AttributeAssignValueHookscalled right before a attribute assign value insert- Overrides:
attributeAssignValuePreInsertin classAttributeAssignValueHooks
-
attributeAssignValuePreDelete
public void attributeAssignValuePreDelete(HooksContext hooksContext, HooksAttributeAssignValueBean hooksAttributeAssignValueBean) Description copied from class:AttributeAssignValueHookscalled right before a attribute assign value delete- Overrides:
attributeAssignValuePreDeletein classAttributeAssignValueHooks
-