Class FTSPrefixTerm
- java.lang.Object
-
- org.alfresco.repo.search.impl.querymodel.impl.BaseFunction
-
- org.alfresco.repo.search.impl.querymodel.impl.functions.FTSPrefixTerm
-
- All Implemented Interfaces:
Function
- Direct Known Subclasses:
LuceneFTSPrefixTerm
public class FTSPrefixTerm extends BaseFunction
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ARG_PROPERTY
static java.lang.String
ARG_TERM
static java.lang.String
ARG_TOKENISATION_MODE
static java.util.LinkedHashMap<java.lang.String,ArgumentDefinition>
args
static java.lang.String
NAME
-
Constructor Summary
Constructors Constructor Description FTSPrefixTerm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.Serializable
getValue(java.util.Map<java.lang.String,Argument> args, FunctionEvaluationContext context)
Evaluation a function-
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseFunction
getArgumentDefinition, getArgumentDefinitions, getName, getReturnType, toString
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
ARG_TERM
public static final java.lang.String ARG_TERM
- See Also:
- Constant Field Values
-
ARG_PROPERTY
public static final java.lang.String ARG_PROPERTY
- See Also:
- Constant Field Values
-
args
public static java.util.LinkedHashMap<java.lang.String,ArgumentDefinition> args
-
ARG_TOKENISATION_MODE
public static final java.lang.String ARG_TOKENISATION_MODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getValue
public java.io.Serializable getValue(java.util.Map<java.lang.String,Argument> args, FunctionEvaluationContext context)
Description copied from interface:Function
Evaluation a functioncontext
- FunctionEvaluationContext- Returns:
- Serializable
-
-