Class CompositeHooks
java.lang.Object
edu.internet2.middleware.grouper.hooks.CompositeHooks
Extend this class and configure in grouper.properties for hooks on
composite related actions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringconstant for method name for: compositePostCommitDeletestatic final Stringconstant for method name for: compositePostCommitInsertstatic final Stringconstant for method name for: compositePostCommitUpdatestatic final Stringconstant for method name for: compositePostDeletestatic final Stringconstant for method name for: compositePostInsertstatic final Stringconstant for method name for: compositePostUpdatestatic final Stringconstant for method name for: compositePreDeletestatic final Stringconstant for method name for: compositePreInsertstatic final Stringconstant for method name for: compositePreUpdate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcompositePostCommitDelete(HooksContext hooksContext, HooksCompositeBean postCommitDeleteBean) called right after a composite delete commitvoidcompositePostCommitInsert(HooksContext hooksContext, HooksCompositeBean postCommitInsertBean) called right after a composite insert commitvoidcompositePostCommitUpdate(HooksContext hooksContext, HooksCompositeBean postCommitUpdateBean) called right after a composite update commitvoidcompositePostDelete(HooksContext hooksContext, HooksCompositeBean postDeleteBean) called right after a composite deletevoidcompositePostInsert(HooksContext hooksContext, HooksCompositeBean postInsertBean) called right after a composite insertvoidcompositePostUpdate(HooksContext hooksContext, HooksCompositeBean postUpdateBean) called right after a composite updatevoidcompositePreDelete(HooksContext hooksContext, HooksCompositeBean preDeleteBean) called right before a composite deletevoidcompositePreInsert(HooksContext hooksContext, HooksCompositeBean preInsertBean) called right before a composite insertvoidcompositePreUpdate(HooksContext hooksContext, HooksCompositeBean preUpdateBean) called right before a composite update
-
Field Details
-
METHOD_COMPOSITE_POST_COMMIT_DELETE
constant for method name for: compositePostCommitDelete- See Also:
-
METHOD_COMPOSITE_POST_COMMIT_INSERT
constant for method name for: compositePostCommitInsert- See Also:
-
METHOD_COMPOSITE_POST_COMMIT_UPDATE
constant for method name for: compositePostCommitUpdate- See Also:
-
METHOD_COMPOSITE_POST_DELETE
constant for method name for: compositePostDelete- See Also:
-
METHOD_COMPOSITE_POST_INSERT
constant for method name for: compositePostInsert- See Also:
-
METHOD_COMPOSITE_POST_UPDATE
constant for method name for: compositePostUpdate- See Also:
-
METHOD_COMPOSITE_PRE_DELETE
constant for method name for: compositePreDelete- See Also:
-
METHOD_COMPOSITE_PRE_INSERT
constant for method name for: compositePreInsert- See Also:
-
METHOD_COMPOSITE_PRE_UPDATE
constant for method name for: compositePreUpdate- See Also:
-
-
Constructor Details
-
CompositeHooks
public CompositeHooks()
-
-
Method Details
-
compositePreUpdate
called right before a composite update- Parameters:
hooksContext-preUpdateBean-
-
compositePostUpdate
called right after a composite update- Parameters:
hooksContext-postUpdateBean-
-
compositePreInsert
called right before a composite insert- Parameters:
hooksContext-preInsertBean-
-
compositePostInsert
called right after a composite insert- Parameters:
hooksContext-postInsertBean-
-
compositePreDelete
called right before a composite delete- Parameters:
hooksContext-preDeleteBean-
-
compositePostDelete
called right after a composite delete- Parameters:
hooksContext-postDeleteBean-
-
compositePostCommitDelete
public void compositePostCommitDelete(HooksContext hooksContext, HooksCompositeBean postCommitDeleteBean) called right after a composite delete commit- Parameters:
hooksContext-postCommitDeleteBean-
-
compositePostCommitInsert
public void compositePostCommitInsert(HooksContext hooksContext, HooksCompositeBean postCommitInsertBean) called right after a composite insert commit- Parameters:
hooksContext-postCommitInsertBean-
-
compositePostCommitUpdate
public void compositePostCommitUpdate(HooksContext hooksContext, HooksCompositeBean postCommitUpdateBean) called right after a composite update commit- Parameters:
hooksContext-postCommitUpdateBean-
-