|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CollaborationCategoryMacroFunctionArguments
Interface defining the arguments passed to EntryMacroFunction invocations.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
CollaborationCategory |
getCollaborationCategory()
Obtains the category entry being processed for this EntryMacroFunction. |
CollaborationStep |
getCollaborationStep()
Obtains the collaboration step for this EntryMacroFunction. |
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.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 |
---|
static final java.lang.String copyright
Method Detail |
---|
java.io.PrintWriter getOutput()
java.io.PrintWriter getErrors()
java.io.PrintWriter getWarnings()
CollaborationCategory getCollaborationCategory()
CollaborationStep getCollaborationStep()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |