|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.hooks.AttributeAssignValueHooks
public abstract class AttributeAssignValueHooks
Extend this class and configure in grouper.properties for hooks on new attribute assign value framework related actions
| Field Summary | |
|---|---|
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_COMMIT_DELETE
constant for method name for: attributeAssignValuePostCommitDelete |
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_COMMIT_INSERT
constant for method name for: attributeAssignValuePostCommitInsert |
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_COMMIT_UPDATE
constant for method name for: attributeAssignValuePostCommitUpdate |
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_DELETE
constant for method name for: attributeAssignValuePostDelete |
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_INSERT
constant for method name for: attributeAssignValuePostInsert |
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_UPDATE
constant for method name for: attributeAssignValuePostUpdate |
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_VALUE_PRE_DELETE
constant for method name for: attributeAssignValuePreDelete |
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_VALUE_PRE_INSERT
constant for method name for: attributeAssignValuePreInsert |
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_VALUE_PRE_UPDATE
constant for method name for: attributeAssignValuePreUpdate |
| Constructor Summary | |
|---|---|
AttributeAssignValueHooks()
|
|
| Method Summary | |
|---|---|
void |
attributeAssignValuePostCommitDelete(HooksContext hooksContext,
HooksAttributeAssignValueBean postCommitDeleteBean)
called right after a commit involving a attribute assign value delete commit |
void |
attributeAssignValuePostCommitInsert(HooksContext hooksContext,
HooksAttributeAssignValueBean postCommitInsertBean)
called right after the commit of a post insert commit. |
void |
attributeAssignValuePostCommitUpdate(HooksContext hooksContext,
HooksAttributeAssignValueBean postCommitUpdateBean)
called right after a commit on a attribute assign value update commit |
void |
attributeAssignValuePostDelete(HooksContext hooksContext,
HooksAttributeAssignValueBean postDeleteBean)
called right after a attribute assign value delete |
void |
attributeAssignValuePostInsert(HooksContext hooksContext,
HooksAttributeAssignValueBean postInsertBean)
called right after a attribute assign value insert |
void |
attributeAssignValuePostUpdate(HooksContext hooksContext,
HooksAttributeAssignValueBean postUpdateBean)
called right after a attribute assign value update |
void |
attributeAssignValuePreDelete(HooksContext hooksContext,
HooksAttributeAssignValueBean preDeleteBean)
called right before a attribute assign value delete |
void |
attributeAssignValuePreInsert(HooksContext hooksContext,
HooksAttributeAssignValueBean preInsertBean)
called right before a attribute assign value insert |
void |
attributeAssignValuePreUpdate(HooksContext hooksContext,
HooksAttributeAssignValueBean preUpdateBean)
called right before a attribute assign value 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_ASSIGN_VALUE_POST_COMMIT_DELETE
public static final java.lang.String METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_COMMIT_INSERT
public static final java.lang.String METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_COMMIT_UPDATE
public static final java.lang.String METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_DELETE
public static final java.lang.String METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_INSERT
public static final java.lang.String METHOD_ATTRIBUTE_ASSIGN_VALUE_POST_UPDATE
public static final java.lang.String METHOD_ATTRIBUTE_ASSIGN_VALUE_PRE_DELETE
public static final java.lang.String METHOD_ATTRIBUTE_ASSIGN_VALUE_PRE_INSERT
public static final java.lang.String METHOD_ATTRIBUTE_ASSIGN_VALUE_PRE_UPDATE
| Constructor Detail |
|---|
public AttributeAssignValueHooks()
| Method Detail |
|---|
public void attributeAssignValuePreUpdate(HooksContext hooksContext,
HooksAttributeAssignValueBean preUpdateBean)
hooksContext - preUpdateBean -
public void attributeAssignValuePostUpdate(HooksContext hooksContext,
HooksAttributeAssignValueBean postUpdateBean)
hooksContext - postUpdateBean -
public void attributeAssignValuePreInsert(HooksContext hooksContext,
HooksAttributeAssignValueBean preInsertBean)
hooksContext - preInsertBean -
public void attributeAssignValuePostInsert(HooksContext hooksContext,
HooksAttributeAssignValueBean postInsertBean)
hooksContext - postInsertBean -
public void attributeAssignValuePostCommitInsert(HooksContext hooksContext,
HooksAttributeAssignValueBean postCommitInsertBean)
hooksContext - postCommitInsertBean -
public void attributeAssignValuePreDelete(HooksContext hooksContext,
HooksAttributeAssignValueBean preDeleteBean)
hooksContext - preDeleteBean -
public void attributeAssignValuePostDelete(HooksContext hooksContext,
HooksAttributeAssignValueBean postDeleteBean)
hooksContext - postDeleteBean -
public void attributeAssignValuePostCommitDelete(HooksContext hooksContext,
HooksAttributeAssignValueBean postCommitDeleteBean)
hooksContext - postCommitDeleteBean -
public void attributeAssignValuePostCommitUpdate(HooksContext hooksContext,
HooksAttributeAssignValueBean postCommitUpdateBean)
hooksContext - postCommitUpdateBean -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||