|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.hooks.GroupHooks
public abstract class GroupHooks
Extend this class and configure in grouper.properties for hooks on group related actions
| Field Summary | |
|---|---|
static java.lang.String |
METHOD_GROUP_POST_COMMIT_DELETE
constant for method name for: groupPostCommitDelete |
static java.lang.String |
METHOD_GROUP_POST_COMMIT_INSERT
constant for method name for: groupPostCommitInsert |
static java.lang.String |
METHOD_GROUP_POST_COMMIT_UPDATE
constant for method name for: groupPostCommitUpdate |
static java.lang.String |
METHOD_GROUP_POST_DELETE
constant for method name for: groupPostDelete |
static java.lang.String |
METHOD_GROUP_POST_INSERT
constant for method name for: groupPostInsert |
static java.lang.String |
METHOD_GROUP_POST_UPDATE
constant for method name for: groupPostUpdate |
static java.lang.String |
METHOD_GROUP_PRE_DELETE
constant for method name for: groupPreDelete |
static java.lang.String |
METHOD_GROUP_PRE_INSERT
constant for method name for: groupPreInsert |
static java.lang.String |
METHOD_GROUP_PRE_UPDATE
constant for method name for: groupPreUpdate |
| Constructor Summary | |
|---|---|
GroupHooks()
|
|
| Method Summary | |
|---|---|
void |
groupPostCommitDelete(HooksContext hooksContext,
HooksGroupBean postCommitDeleteBean)
called right after a commit involving a group delete commit |
void |
groupPostCommitInsert(HooksContext hooksContext,
HooksGroupBean postCommitInsertBean)
called right after the commit of a post insert commit. |
void |
groupPostCommitUpdate(HooksContext hooksContext,
HooksGroupBean postCommitUpdateBean)
called right after a commit on a group update commit |
void |
groupPostDelete(HooksContext hooksContext,
HooksGroupBean postDeleteBean)
called right after a group delete |
void |
groupPostInsert(HooksContext hooksContext,
HooksGroupBean postInsertBean)
called right after a group insert |
void |
groupPostUpdate(HooksContext hooksContext,
HooksGroupBean postUpdateBean)
called right after a group update |
void |
groupPreDelete(HooksContext hooksContext,
HooksGroupBean preDeleteBean)
called right before a group delete |
void |
groupPreInsert(HooksContext hooksContext,
HooksGroupBean preInsertBean)
called right before a group insert |
void |
groupPreUpdate(HooksContext hooksContext,
HooksGroupBean preUpdateBean)
called right before a group update |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String METHOD_GROUP_POST_COMMIT_DELETE
public static final java.lang.String METHOD_GROUP_POST_COMMIT_INSERT
public static final java.lang.String METHOD_GROUP_POST_COMMIT_UPDATE
public static final java.lang.String METHOD_GROUP_POST_DELETE
public static final java.lang.String METHOD_GROUP_POST_INSERT
public static final java.lang.String METHOD_GROUP_POST_UPDATE
public static final java.lang.String METHOD_GROUP_PRE_DELETE
public static final java.lang.String METHOD_GROUP_PRE_INSERT
public static final java.lang.String METHOD_GROUP_PRE_UPDATE
| Constructor Detail |
|---|
public GroupHooks()
| Method Detail |
|---|
public void groupPreUpdate(HooksContext hooksContext,
HooksGroupBean preUpdateBean)
hooksContext - preUpdateBean -
public void groupPostUpdate(HooksContext hooksContext,
HooksGroupBean postUpdateBean)
hooksContext - postUpdateBean -
public void groupPreInsert(HooksContext hooksContext,
HooksGroupBean preInsertBean)
hooksContext - preInsertBean -
public void groupPostInsert(HooksContext hooksContext,
HooksGroupBean postInsertBean)
hooksContext - postInsertBean -
public void groupPostCommitInsert(HooksContext hooksContext,
HooksGroupBean postCommitInsertBean)
hooksContext - postCommitInsertBean -
public void groupPreDelete(HooksContext hooksContext,
HooksGroupBean preDeleteBean)
hooksContext - preDeleteBean -
public void groupPostDelete(HooksContext hooksContext,
HooksGroupBean postDeleteBean)
hooksContext - postDeleteBean -
public void groupPostCommitDelete(HooksContext hooksContext,
HooksGroupBean postCommitDeleteBean)
hooksContext - postCommitDeleteBean -
public void groupPostCommitUpdate(HooksContext hooksContext,
HooksGroupBean postCommitUpdateBean)
hooksContext - postCommitUpdateBean -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||