Package com.attivio.sdk.server.udf
API for implementing user defined field expression. Copyright 2019 Attivio Inc., All rights
reserved.
-
Interface Summary Interface Description ArgumentInfo Information for an argument to aUserDefinedField
.InputValue Interface for an input value for an argument.OutputValue Interface for adding output values to the result.UserDefinedFieldContext Provides per-query context information for the evaluation of user defined fields.UserDefinedFieldEvaluator Interface for a user defined field implementation.