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.InputValue
Packages that use
InputValue
Package
Description
com.attivio.sdk.server.udf
API for implementing user defined field expression.
Uses of
InputValue
in
com.attivio.sdk.server.udf
Methods in
com.attivio.sdk.server.udf
with parameters of type
InputValue
Modifier and Type
Method
Description
void
UserDefinedFieldEvaluator.
evaluate
(
OutputValue
output,
InputValue
[] args)
Evaluate the result of the function and add it to
output
.