|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.hooks.StemHooks
public abstract class StemHooks
Extend this class and configure in grouper.properties for hooks on stem related actions
| Field Summary | |
|---|---|
static java.lang.String |
METHOD_STEM_POST_COMMIT_DELETE
constant for method name for: stemPostCommitDelete |
static java.lang.String |
METHOD_STEM_POST_COMMIT_INSERT
constant for method name for: stemPostCommitInsert |
static java.lang.String |
METHOD_STEM_POST_COMMIT_UPDATE
constant for method name for: stemPostCommitUpdate |
static java.lang.String |
METHOD_STEM_POST_DELETE
constant for method name for: stemPostDelete |
static java.lang.String |
METHOD_STEM_POST_INSERT
constant for method name for: stemPostInsert |
static java.lang.String |
METHOD_STEM_POST_UPDATE
constant for method name for: stemPostUpdate |
static java.lang.String |
METHOD_STEM_PRE_DELETE
constant for method name for: stemPreDelete |
static java.lang.String |
METHOD_STEM_PRE_INSERT
constant for method name for: stemPreInsert |
static java.lang.String |
METHOD_STEM_PRE_UPDATE
constant for method name for: stemPreUpdate |
| Constructor Summary | |
|---|---|
StemHooks()
|
|
| Method Summary | |
|---|---|
void |
stemPostCommitDelete(HooksContext hooksContext,
HooksStemBean postCommitDeleteBean)
called right after a stem delete commit |
void |
stemPostCommitInsert(HooksContext hooksContext,
HooksStemBean postCommitInsertBean)
called right after a stem insert commit |
void |
stemPostCommitUpdate(HooksContext hooksContext,
HooksStemBean postCommitUpdateBean)
called right after a stem update commit |
void |
stemPostDelete(HooksContext hooksContext,
HooksStemBean postDeleteBean)
called right after a stem delete |
void |
stemPostInsert(HooksContext hooksContext,
HooksStemBean postInsertBean)
called right after a stem insert |
void |
stemPostUpdate(HooksContext hooksContext,
HooksStemBean postUpdateBean)
called right after a stem update |
void |
stemPreDelete(HooksContext hooksContext,
HooksStemBean preDeleteBean)
called right before a stem delete |
void |
stemPreInsert(HooksContext hooksContext,
HooksStemBean preInsertBean)
called right before a stem insert |
void |
stemPreUpdate(HooksContext hooksContext,
HooksStemBean preUpdateBean)
called right before a stem 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_STEM_POST_COMMIT_DELETE
public static final java.lang.String METHOD_STEM_POST_COMMIT_INSERT
public static final java.lang.String METHOD_STEM_POST_COMMIT_UPDATE
public static final java.lang.String METHOD_STEM_POST_DELETE
public static final java.lang.String METHOD_STEM_POST_INSERT
public static final java.lang.String METHOD_STEM_POST_UPDATE
public static final java.lang.String METHOD_STEM_PRE_DELETE
public static final java.lang.String METHOD_STEM_PRE_INSERT
public static final java.lang.String METHOD_STEM_PRE_UPDATE
| Constructor Detail |
|---|
public StemHooks()
| Method Detail |
|---|
public void stemPreUpdate(HooksContext hooksContext,
HooksStemBean preUpdateBean)
hooksContext - preUpdateBean -
public void stemPostUpdate(HooksContext hooksContext,
HooksStemBean postUpdateBean)
hooksContext - postUpdateBean -
public void stemPreInsert(HooksContext hooksContext,
HooksStemBean preInsertBean)
hooksContext - preInsertBean -
public void stemPostInsert(HooksContext hooksContext,
HooksStemBean postInsertBean)
hooksContext - postInsertBean -
public void stemPreDelete(HooksContext hooksContext,
HooksStemBean preDeleteBean)
hooksContext - preDeleteBean -
public void stemPostDelete(HooksContext hooksContext,
HooksStemBean postDeleteBean)
hooksContext - postDeleteBean -
public void stemPostCommitDelete(HooksContext hooksContext,
HooksStemBean postCommitDeleteBean)
hooksContext - postCommitDeleteBean -
public void stemPostCommitInsert(HooksContext hooksContext,
HooksStemBean postCommitInsertBean)
hooksContext - postCommitInsertBean -
public void stemPostCommitUpdate(HooksContext hooksContext,
HooksStemBean postCommitUpdateBean)
hooksContext - postCommitUpdateBean -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||