|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.hooks.AttributeDefHooks
public abstract class AttributeDefHooks
Extend this class and configure in grouper.properties for hooks on new attribute framework related actions
| Field Summary | |
|---|---|
static java.lang.String |
METHOD_ATTRIBUTE_DEF_POST_COMMIT_DELETE
constant for method name for: attributeDefPostCommitDelete |
static java.lang.String |
METHOD_ATTRIBUTE_DEF_POST_COMMIT_INSERT
constant for method name for: attributeDefPostCommitInsert |
static java.lang.String |
METHOD_ATTRIBUTE_DEF_POST_COMMIT_UPDATE
constant for method name for: attributeDefPostCommitUpdate |
static java.lang.String |
METHOD_ATTRIBUTE_DEF_POST_DELETE
constant for method name for: attributeDefPostDelete |
static java.lang.String |
METHOD_ATTRIBUTE_DEF_POST_INSERT
constant for method name for: attributeDefPostInsert |
static java.lang.String |
METHOD_ATTRIBUTE_DEF_POST_UPDATE
constant for method name for: attributeDefPostUpdate |
static java.lang.String |
METHOD_ATTRIBUTE_DEF_PRE_DELETE
constant for method name for: attributeDefPreDelete |
static java.lang.String |
METHOD_ATTRIBUTE_DEF_PRE_INSERT
constant for method name for: attributeDefPreInsert |
static java.lang.String |
METHOD_ATTRIBUTE_DEF_PRE_UPDATE
constant for method name for: attributeDefPreUpdate |
| Constructor Summary | |
|---|---|
AttributeDefHooks()
|
|
| Method Summary | |
|---|---|
void |
attributeDefPostCommitDelete(HooksContext hooksContext,
HooksAttributeDefBean postCommitDeleteBean)
called right after a commit involving a attribute delete commit |
void |
attributeDefPostCommitInsert(HooksContext hooksContext,
HooksAttributeDefBean postCommitInsertBean)
called right after the commit of a post insert commit. |
void |
attributeDefPostCommitUpdate(HooksContext hooksContext,
HooksAttributeDefBean postCommitUpdateBean)
called right after a commit on a attribute update commit |
void |
attributeDefPostDelete(HooksContext hooksContext,
HooksAttributeDefBean postDeleteBean)
called right after a attribute delete |
void |
attributeDefPostInsert(HooksContext hooksContext,
HooksAttributeDefBean postInsertBean)
called right after a attribute insert |
void |
attributeDefPostUpdate(HooksContext hooksContext,
HooksAttributeDefBean postUpdateBean)
called right after a attribute update |
void |
attributeDefPreDelete(HooksContext hooksContext,
HooksAttributeDefBean preDeleteBean)
called right before a attribute delete |
void |
attributeDefPreInsert(HooksContext hooksContext,
HooksAttributeDefBean preInsertBean)
called right before a attribute insert |
void |
attributeDefPreUpdate(HooksContext hooksContext,
HooksAttributeDefBean 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_DEF_POST_COMMIT_DELETE
public static final java.lang.String METHOD_ATTRIBUTE_DEF_POST_COMMIT_INSERT
public static final java.lang.String METHOD_ATTRIBUTE_DEF_POST_COMMIT_UPDATE
public static final java.lang.String METHOD_ATTRIBUTE_DEF_POST_DELETE
public static final java.lang.String METHOD_ATTRIBUTE_DEF_POST_INSERT
public static final java.lang.String METHOD_ATTRIBUTE_DEF_POST_UPDATE
public static final java.lang.String METHOD_ATTRIBUTE_DEF_PRE_DELETE
public static final java.lang.String METHOD_ATTRIBUTE_DEF_PRE_INSERT
public static final java.lang.String METHOD_ATTRIBUTE_DEF_PRE_UPDATE
| Constructor Detail |
|---|
public AttributeDefHooks()
| Method Detail |
|---|
public void attributeDefPreUpdate(HooksContext hooksContext,
HooksAttributeDefBean preUpdateBean)
hooksContext - preUpdateBean -
public void attributeDefPostUpdate(HooksContext hooksContext,
HooksAttributeDefBean postUpdateBean)
hooksContext - postUpdateBean -
public void attributeDefPreInsert(HooksContext hooksContext,
HooksAttributeDefBean preInsertBean)
hooksContext - preInsertBean -
public void attributeDefPostInsert(HooksContext hooksContext,
HooksAttributeDefBean postInsertBean)
hooksContext - postInsertBean -
public void attributeDefPostCommitInsert(HooksContext hooksContext,
HooksAttributeDefBean postCommitInsertBean)
hooksContext - postCommitInsertBean -
public void attributeDefPreDelete(HooksContext hooksContext,
HooksAttributeDefBean preDeleteBean)
hooksContext - preDeleteBean -
public void attributeDefPostDelete(HooksContext hooksContext,
HooksAttributeDefBean postDeleteBean)
hooksContext - postDeleteBean -
public void attributeDefPostCommitDelete(HooksContext hooksContext,
HooksAttributeDefBean postCommitDeleteBean)
hooksContext - postCommitDeleteBean -
public void attributeDefPostCommitUpdate(HooksContext hooksContext,
HooksAttributeDefBean postCommitUpdateBean)
hooksContext - postCommitUpdateBean -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||