|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PostSaveFunction
Interface that represents the Post Save function
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
postsave(PostCategorySaveFunctionArguments inArgs)
Perform post save processing for category |
void |
postsave(PostCollaborationCategorySaveFunctionArguments inArgs)
Perform post save processing for collaboration category |
void |
postsave(PostCollaborationItemSaveFunctionArguments inArgs)
Perform post save processing for collaboration item |
void |
postsave(PostItemSaveFunctionArguments inArgs)
Perform post save processing for item |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
void postsave(PostItemSaveFunctionArguments inArgs)
inArgs
- the arguments for this invocation.void postsave(PostCategorySaveFunctionArguments inArgs)
inArgs
- the arguments for this invocation.void postsave(PostCollaborationItemSaveFunctionArguments inArgs)
inArgs
- the arguments for this invocation.void postsave(PostCollaborationCategorySaveFunctionArguments inArgs)
inArgs
- the arguments for this invocation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |