com.ibm.pim.extensionpoints
Interface CollaborationCategoryPreviewFunctionArguments

All Superinterfaces:
FunctionArguments

public interface CollaborationCategoryPreviewFunctionArguments
extends FunctionArguments

Since:
6.0.0

Field Summary
static java.lang.String copyright
           
 
Method Summary
 PIMCollection<CollaborationCategory> getCollaborationCategories()
          Obtains the collaboration categories for this EntryPreviewFunction.
 CollaborationStep getCollaborationStep()
          Obtains the collaboration step for this Entry Preview Function.
 java.io.PrintWriter getErrors()
          Obtains access to the writer for error output created by this invocation.
 java.io.PrintWriter getOutput()
          Obtains access to the writer for output created by this invocation.
 java.lang.String getViewName()
          Obtains the view name being processed for this Entry Preview Function.
 java.io.PrintWriter getWarnings()
          Obtains access to the writer for warning output created by this invocation.
 
Methods inherited from interface com.ibm.pim.extensionpoints.FunctionArguments
getCustomParameter, setCustomParameter
 

Field Detail

copyright

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

getOutput

java.io.PrintWriter getOutput()
Obtains access to the writer for output created by this invocation.

Equivalent in Script API:
Equivalent to the script 'out' writer within the corresponding type of script.

getErrors

java.io.PrintWriter getErrors()
Obtains access to the writer for error output created by this invocation.

Equivalent in Script API:
Equivalent to the script 'err' writer within the corresponding type of script.

getWarnings

java.io.PrintWriter getWarnings()
Obtains access to the writer for warning output created by this invocation.

Equivalent in Script API:
Equivalent to the script 'wrn' writer within the corresponding type of script.

getCollaborationCategories

PIMCollection<CollaborationCategory> getCollaborationCategories()
Obtains the collaboration categories for this EntryPreviewFunction.


getViewName

java.lang.String getViewName()
Obtains the view name being processed for this Entry Preview Function.


getCollaborationStep

CollaborationStep getCollaborationStep()
Obtains the collaboration step for this Entry Preview Function.