com.ibm.pim.extensionpoints
Interface EntryPreviewFunction


public interface EntryPreviewFunction

Interface that represents the Entry Preview function

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 void entryPreview(CategoryPreviewFunctionArguments inArgs)
          Perform Entry Preview Function upon category(s)
 void entryPreview(CollaborationCategoryPreviewFunctionArguments inArgs)
          Perform Entry Preview Function upon category(s) in a collabration area
 void entryPreview(CollaborationItemPreviewFunctionArguments inArgs)
          Perform Entry Preview Function upon item(s) in a collaboration area
 void entryPreview(ItemPreviewFunctionArguments inArgs)
          Perform Entry Preview Function upon item(s)
 

Field Detail

copyright

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

entryPreview

void entryPreview(ItemPreviewFunctionArguments inArgs)
Perform Entry Preview Function upon item(s)

Parameters:
inArgs - the arguments for this invocation.

entryPreview

void entryPreview(CollaborationItemPreviewFunctionArguments inArgs)
Perform Entry Preview Function upon item(s) in a collaboration area

Parameters:
inArgs - the arguments for this invocation.

entryPreview

void entryPreview(CategoryPreviewFunctionArguments inArgs)
Perform Entry Preview Function upon category(s)

Parameters:
inArgs - the arguments for this invocation.

entryPreview

void entryPreview(CollaborationCategoryPreviewFunctionArguments inArgs)
Perform Entry Preview Function upon category(s) in a collabration area

Parameters:
inArgs - the arguments for this invocation.