com.ibm.pim.extensionpoints
Interface PostSaveFunction


public interface PostSaveFunction

Interface that represents the Post Save function

Since:
6.0.0
Equivalent in Script API:
the script extension point "Post Save Script"

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

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

postsave

void postsave(PostItemSaveFunctionArguments inArgs)
Perform post save processing for item

Parameters:
inArgs - the arguments for this invocation.

postsave

void postsave(PostCategorySaveFunctionArguments inArgs)
Perform post save processing for category

Parameters:
inArgs - the arguments for this invocation.

postsave

void postsave(PostCollaborationItemSaveFunctionArguments inArgs)
Perform post save processing for collaboration item

Parameters:
inArgs - the arguments for this invocation.

postsave

void postsave(PostCollaborationCategorySaveFunctionArguments inArgs)
Perform post save processing for collaboration category

Parameters:
inArgs - the arguments for this invocation.