|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CollaborationItemRunValueRuleFunctionArguments
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
addValidationError(ValidationError.Type errorType,
java.lang.String errorMessage)
Adds a validation error, constructed from the given error type and error message, to the attribute instance for this rule function. |
AttributeInstance |
getAttributeInstance()
Obtains the attribute instance for this RuleFunction. |
CollaborationItem |
getCollaborationItem()
Obtains the item to be processed by this rule function. |
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.io.PrintWriter |
getOutput()
Obtains access to the writer for output created by this invocation. |
ValidationErrors |
getValidationErrors()
Obtains the validation errors for this item. |
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()
Output written to the error writer is used to create a ValidationError for the AttributeInstance if an error occurs during processing.
java.io.PrintWriter getWarnings()
CollaborationItem getCollaborationItem()
ValidationErrors getValidationErrors()
AttributeInstance getAttributeInstance()
CollaborationStep getCollaborationStep()
void addValidationError(ValidationError.Type errorType, java.lang.String errorMessage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |