|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntryMacroFunction
Interface that represents the Entry Macro function
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
void entryMacro(ItemMacroFunctionArguments inArgs)
inArgs
- the arguments for this invocation.void entryMacro(CategoryMacroFunctionArguments inArgs)
inArgs
- the arguments for this invocation.void entryMacro(CollaborationItemMacroFunctionArguments inArgs)
inArgs
- the arguments for this invocation.void entryMacro(CollaborationCategoryMacroFunctionArguments inArgs)
inArgs
- the arguments for this invocation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |