|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.hooks.AttributeHooks
public abstract class AttributeHooks
Extend this class and configure in grouper.properties for hooks on attribute related actions
Field Summary | |
---|---|
static java.lang.String |
METHOD_ATTRIBUTE_POST_COMMIT_DELETE
constant for method name for: attributePostCommitDelete |
static java.lang.String |
METHOD_ATTRIBUTE_POST_COMMIT_INSERT
constant for method name for: attributePostCommitInsert |
static java.lang.String |
METHOD_ATTRIBUTE_POST_COMMIT_UPDATE
constant for method name for: attributePostCommitUpdate |
static java.lang.String |
METHOD_ATTRIBUTE_POST_DELETE
constant for method name for: attributePostDelete |
static java.lang.String |
METHOD_ATTRIBUTE_POST_INSERT
constant for method name for: attributePostInsert |
static java.lang.String |
METHOD_ATTRIBUTE_POST_UPDATE
constant for method name for: attributePostUpdate |
static java.lang.String |
METHOD_ATTRIBUTE_PRE_DELETE
constant for method name for: attributePreDelete |
static java.lang.String |
METHOD_ATTRIBUTE_PRE_INSERT
constant for method name for: attributePreInsert |
static java.lang.String |
METHOD_ATTRIBUTE_PRE_UPDATE
constant for method name for: attributePreUpdate |
Constructor Summary | |
---|---|
AttributeHooks()
|
Method Summary | |
---|---|
void |
attributePostCommitDelete(HooksContext hooksContext,
HooksAttributeBean postCommitDeleteBean)
called right after a commit involving a attribute delete commit |
void |
attributePostCommitInsert(HooksContext hooksContext,
HooksAttributeBean postCommitInsertBean)
called right after the commit of a post insert commit. |
void |
attributePostCommitUpdate(HooksContext hooksContext,
HooksAttributeBean postCommitUpdateBean)
called right after a commit on a attribute update commit |
void |
attributePostDelete(HooksContext hooksContext,
HooksAttributeBean postDeleteBean)
called right after a attribute delete |
void |
attributePostInsert(HooksContext hooksContext,
HooksAttributeBean postInsertBean)
called right after a attribute insert |
void |
attributePostUpdate(HooksContext hooksContext,
HooksAttributeBean postUpdateBean)
called right after a attribute update |
void |
attributePreDelete(HooksContext hooksContext,
HooksAttributeBean preDeleteBean)
called right before a attribute delete |
void |
attributePreInsert(HooksContext hooksContext,
HooksAttributeBean preInsertBean)
called right before a attribute insert |
void |
attributePreUpdate(HooksContext hooksContext,
HooksAttributeBean preUpdateBean)
called right before a attribute 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_ATTRIBUTE_POST_COMMIT_DELETE
public static final java.lang.String METHOD_ATTRIBUTE_POST_COMMIT_INSERT
public static final java.lang.String METHOD_ATTRIBUTE_POST_COMMIT_UPDATE
public static final java.lang.String METHOD_ATTRIBUTE_POST_DELETE
public static final java.lang.String METHOD_ATTRIBUTE_POST_INSERT
public static final java.lang.String METHOD_ATTRIBUTE_POST_UPDATE
public static final java.lang.String METHOD_ATTRIBUTE_PRE_DELETE
public static final java.lang.String METHOD_ATTRIBUTE_PRE_INSERT
public static final java.lang.String METHOD_ATTRIBUTE_PRE_UPDATE
Constructor Detail |
---|
public AttributeHooks()
Method Detail |
---|
public void attributePreUpdate(HooksContext hooksContext, HooksAttributeBean preUpdateBean)
hooksContext
- preUpdateBean
- public void attributePostUpdate(HooksContext hooksContext, HooksAttributeBean postUpdateBean)
hooksContext
- postUpdateBean
- public void attributePreInsert(HooksContext hooksContext, HooksAttributeBean preInsertBean)
hooksContext
- preInsertBean
- public void attributePostInsert(HooksContext hooksContext, HooksAttributeBean postInsertBean)
hooksContext
- postInsertBean
- public void attributePostCommitInsert(HooksContext hooksContext, HooksAttributeBean postCommitInsertBean)
hooksContext
- postCommitInsertBean
- public void attributePreDelete(HooksContext hooksContext, HooksAttributeBean preDeleteBean)
hooksContext
- preDeleteBean
- public void attributePostDelete(HooksContext hooksContext, HooksAttributeBean postDeleteBean)
hooksContext
- postDeleteBean
- public void attributePostCommitDelete(HooksContext hooksContext, HooksAttributeBean postCommitDeleteBean)
hooksContext
- postCommitDeleteBean
- public void attributePostCommitUpdate(HooksContext hooksContext, HooksAttributeBean postCommitUpdateBean)
hooksContext
- postCommitUpdateBean
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |