|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PostCollaborationItemSaveFunctionArguments
Interface defining the arguments passed to invocation invocations.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
CollaborationItem |
getCollaborationItem()
Obtains the current item for this invocation. |
CollaborationStep |
getCollaborationStep()
Obtains the collaboration step for this RuleFunction. |
java.io.PrintWriter |
getErrors()
Obtains access to the writer for error output created by this invocation. |
java.lang.String |
getExitValueForItem()
Obtains the exitValue for a workflow item, It gives info abput which button has been clicked when workflow item was moved to another step. |
java.io.PrintWriter |
getOutput()
Obtains access to the writer for output created by this invocation. |
java.lang.String |
getSaveEvent()
Obtains the save event for 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()
CollaborationItem getCollaborationItem()
java.lang.String getSaveEvent()
CollaborationStep getCollaborationStep()
java.lang.String getExitValueForItem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |