|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.hooks.AttributeAssignHooks
public abstract class AttributeAssignHooks
Extend this class and configure in grouper.properties for hooks on new attribute assign framework related actions
Field Summary | |
---|---|
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_POST_COMMIT_DELETE
constant for method name for: attributeAssignPostCommitDelete |
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_POST_COMMIT_INSERT
constant for method name for: attributeAssignPostCommitInsert |
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_POST_COMMIT_UPDATE
constant for method name for: attributeAssignPostCommitUpdate |
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_POST_DELETE
constant for method name for: attributeAssignPostDelete |
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_POST_INSERT
constant for method name for: attributeAssignPostInsert |
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_POST_UPDATE
constant for method name for: attributeAssignPostUpdate |
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_PRE_DELETE
constant for method name for: attributeAssignPreDelete |
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_PRE_INSERT
constant for method name for: attributeAssignPreInsert |
static java.lang.String |
METHOD_ATTRIBUTE_ASSIGN_PRE_UPDATE
constant for method name for: attributeAssignPreUpdate |
Constructor Summary | |
---|---|
AttributeAssignHooks()
|
Method Summary | |
---|---|
void |
attributeAssignPostCommitDelete(HooksContext hooksContext,
HooksAttributeAssignBean postCommitDeleteBean)
called right after a commit involving a attribute assign delete commit |
void |
attributeAssignPostCommitInsert(HooksContext hooksContext,
HooksAttributeAssignBean postCommitInsertBean)
called right after the commit of a post insert commit. |
void |
attributeAssignPostCommitUpdate(HooksContext hooksContext,
HooksAttributeAssignBean postCommitUpdateBean)
called right after a commit on a attribute assign update commit |
void |
attributeAssignPostDelete(HooksContext hooksContext,
HooksAttributeAssignBean postDeleteBean)
called right after a attribute assign delete |
void |
attributeAssignPostInsert(HooksContext hooksContext,
HooksAttributeAssignBean postInsertBean)
called right after a attribute assign insert |
void |
attributeAssignPostUpdate(HooksContext hooksContext,
HooksAttributeAssignBean postUpdateBean)
called right after a attribute assign update |
void |
attributeAssignPreDelete(HooksContext hooksContext,
HooksAttributeAssignBean preDeleteBean)
called right before a attribute assign delete |
void |
attributeAssignPreInsert(HooksContext hooksContext,
HooksAttributeAssignBean preInsertBean)
called right before a attribute assign insert |
void |
attributeAssignPreUpdate(HooksContext hooksContext,
HooksAttributeAssignBean preUpdateBean)
called right before a attribute assign 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_POST_COMMIT_DELETE
public static final java.lang.String METHOD_ATTRIBUTE_ASSIGN_POST_COMMIT_INSERT
public static final java.lang.String METHOD_ATTRIBUTE_ASSIGN_POST_COMMIT_UPDATE
public static final java.lang.String METHOD_ATTRIBUTE_ASSIGN_POST_DELETE
public static final java.lang.String METHOD_ATTRIBUTE_ASSIGN_POST_INSERT
public static final java.lang.String METHOD_ATTRIBUTE_ASSIGN_POST_UPDATE
public static final java.lang.String METHOD_ATTRIBUTE_ASSIGN_PRE_DELETE
public static final java.lang.String METHOD_ATTRIBUTE_ASSIGN_PRE_INSERT
public static final java.lang.String METHOD_ATTRIBUTE_ASSIGN_PRE_UPDATE
Constructor Detail |
---|
public AttributeAssignHooks()
Method Detail |
---|
public void attributeAssignPreUpdate(HooksContext hooksContext, HooksAttributeAssignBean preUpdateBean)
hooksContext
- preUpdateBean
- public void attributeAssignPostUpdate(HooksContext hooksContext, HooksAttributeAssignBean postUpdateBean)
hooksContext
- postUpdateBean
- public void attributeAssignPreInsert(HooksContext hooksContext, HooksAttributeAssignBean preInsertBean)
hooksContext
- preInsertBean
- public void attributeAssignPostInsert(HooksContext hooksContext, HooksAttributeAssignBean postInsertBean)
hooksContext
- postInsertBean
- public void attributeAssignPostCommitInsert(HooksContext hooksContext, HooksAttributeAssignBean postCommitInsertBean)
hooksContext
- postCommitInsertBean
- public void attributeAssignPreDelete(HooksContext hooksContext, HooksAttributeAssignBean preDeleteBean)
hooksContext
- preDeleteBean
- public void attributeAssignPostDelete(HooksContext hooksContext, HooksAttributeAssignBean postDeleteBean)
hooksContext
- postDeleteBean
- public void attributeAssignPostCommitDelete(HooksContext hooksContext, HooksAttributeAssignBean postCommitDeleteBean)
hooksContext
- postCommitDeleteBean
- public void attributeAssignPostCommitUpdate(HooksContext hooksContext, HooksAttributeAssignBean postCommitUpdateBean)
hooksContext
- postCommitUpdateBean
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |