com.ibm.pim.extensionpoints
Interface EntryMacroFunction


public interface EntryMacroFunction

Interface that represents the Entry Macro function

Since:
6.0.0
Equivalent in Script API:
the script extension point "Entry Macro Script"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 void entryMacro(CategoryMacroFunctionArguments inArgs)
          Perform Entry Macro Function for Category.
 void entryMacro(CollaborationCategoryMacroFunctionArguments inArgs)
          Perform Entry Macro Function for Collaboration Category.
 void entryMacro(CollaborationItemMacroFunctionArguments inArgs)
          Perform Entry Macro Function for Collaboration Item.
 void entryMacro(ItemMacroFunctionArguments inArgs)
          Perform Entry Macro Function for Item.
 

Field Detail

copyright

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

entryMacro

void entryMacro(ItemMacroFunctionArguments inArgs)
Perform Entry Macro Function for Item.

Parameters:
inArgs - the arguments for this invocation.

entryMacro

void entryMacro(CategoryMacroFunctionArguments inArgs)
Perform Entry Macro Function for Category.

Parameters:
inArgs - the arguments for this invocation.

entryMacro

void entryMacro(CollaborationItemMacroFunctionArguments inArgs)
Perform Entry Macro Function for Collaboration Item.

Parameters:
inArgs - the arguments for this invocation.

entryMacro

void entryMacro(CollaborationCategoryMacroFunctionArguments inArgs)
Perform Entry Macro Function for Collaboration Category.

Parameters:
inArgs - the arguments for this invocation.