|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.hooks.FieldHooks
public abstract class FieldHooks
Extend this class and configure in grouper.properties for hooks on field related actions
Field Summary | |
---|---|
static java.lang.String |
METHOD_FIELD_POST_COMMIT_DELETE
constant for method name for: fieldPostCommitDelete |
static java.lang.String |
METHOD_FIELD_POST_COMMIT_INSERT
constant for method name for: fieldPostCommitInsert |
static java.lang.String |
METHOD_FIELD_POST_COMMIT_UPDATE
constant for method name for: fieldPostCommitUpdate |
static java.lang.String |
METHOD_FIELD_POST_DELETE
constant for method name for: fieldPostDelete |
static java.lang.String |
METHOD_FIELD_POST_INSERT
constant for method name for: fieldPostInsert |
static java.lang.String |
METHOD_FIELD_POST_UPDATE
constant for method name for: fieldPostUpdate |
static java.lang.String |
METHOD_FIELD_PRE_DELETE
constant for method name for: fieldPreDelete |
static java.lang.String |
METHOD_FIELD_PRE_INSERT
constant for method name for: fieldPreInsert |
static java.lang.String |
METHOD_FIELD_PRE_UPDATE
constant for method name for: fieldPreUpdate |
Constructor Summary | |
---|---|
FieldHooks()
|
Method Summary | |
---|---|
void |
fieldPostCommitDelete(HooksContext hooksContext,
HooksFieldBean postCommitDeleteBean)
called right after a field delete commit |
void |
fieldPostCommitInsert(HooksContext hooksContext,
HooksFieldBean postCommitInsertBean)
called right after a field insert commit |
void |
fieldPostCommitUpdate(HooksContext hooksContext,
HooksFieldBean postCommitUpdateBean)
called right after a field update commit |
void |
fieldPostDelete(HooksContext hooksContext,
HooksFieldBean postDeleteBean)
called right after a field delete |
void |
fieldPostInsert(HooksContext hooksContext,
HooksFieldBean postInsertBean)
called right after a field insert |
void |
fieldPostUpdate(HooksContext hooksContext,
HooksFieldBean postUpdateBean)
called right after a field update |
void |
fieldPreDelete(HooksContext hooksContext,
HooksFieldBean preDeleteBean)
called right before a field delete |
void |
fieldPreInsert(HooksContext hooksContext,
HooksFieldBean preInsertBean)
called right before a field insert |
void |
fieldPreUpdate(HooksContext hooksContext,
HooksFieldBean preUpdateBean)
called right before a field 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_FIELD_POST_COMMIT_DELETE
public static final java.lang.String METHOD_FIELD_POST_COMMIT_INSERT
public static final java.lang.String METHOD_FIELD_POST_COMMIT_UPDATE
public static final java.lang.String METHOD_FIELD_POST_DELETE
public static final java.lang.String METHOD_FIELD_POST_INSERT
public static final java.lang.String METHOD_FIELD_POST_UPDATE
public static final java.lang.String METHOD_FIELD_PRE_DELETE
public static final java.lang.String METHOD_FIELD_PRE_INSERT
public static final java.lang.String METHOD_FIELD_PRE_UPDATE
Constructor Detail |
---|
public FieldHooks()
Method Detail |
---|
public void fieldPreUpdate(HooksContext hooksContext, HooksFieldBean preUpdateBean)
hooksContext
- preUpdateBean
- public void fieldPostUpdate(HooksContext hooksContext, HooksFieldBean postUpdateBean)
hooksContext
- postUpdateBean
- public void fieldPreInsert(HooksContext hooksContext, HooksFieldBean preInsertBean)
hooksContext
- preInsertBean
- public void fieldPostInsert(HooksContext hooksContext, HooksFieldBean postInsertBean)
hooksContext
- postInsertBean
- public void fieldPreDelete(HooksContext hooksContext, HooksFieldBean preDeleteBean)
hooksContext
- preDeleteBean
- public void fieldPostDelete(HooksContext hooksContext, HooksFieldBean postDeleteBean)
hooksContext
- postDeleteBean
- public void fieldPostCommitDelete(HooksContext hooksContext, HooksFieldBean postCommitDeleteBean)
hooksContext
- postCommitDeleteBean
- public void fieldPostCommitInsert(HooksContext hooksContext, HooksFieldBean postCommitInsertBean)
hooksContext
- postCommitInsertBean
- public void fieldPostCommitUpdate(HooksContext hooksContext, HooksFieldBean postCommitUpdateBean)
hooksContext
- postCommitUpdateBean
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |