JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
com.attivio.sdk.server.udf.OutputValue
Packages that use
OutputValue
Package
Description
com.attivio.sdk.server.udf
API for implementing user defined field expression.
Uses of
OutputValue
in
com.attivio.sdk.server.udf
Methods in
com.attivio.sdk.server.udf
with parameters of type
OutputValue
Modifier and Type
Method
Description
void
UserDefinedFieldEvaluator.
evaluate
(
OutputValue
output,
InputValue
[] args)
Evaluate the result of the function and add it to
output
.