Class FullTextExpression
- java.lang.Object
 - 
- org.ametys.plugins.repository.query.expression.FullTextExpression
 
 
- 
- All Implemented Interfaces:
 Expression
public class FullTextExpression extends Object implements Expression
Constructs anExpressioncorresponding to a full text search 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.Operator 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description private MetadataExpression_metadataprivate String_value 
- 
Constructor Summary
Constructors Constructor Description FullTextExpression(String value)Creates a full text Expression.FullTextExpression(String metadata, String value)Creates a full text Expression. 
 - 
 
- 
- 
Field Detail
- 
_metadata
private MetadataExpression _metadata
 
 - 
 
- 
Constructor Detail
- 
FullTextExpression
public FullTextExpression(String value)
Creates a full text Expression.- Parameters:
 value- the String value
 
- 
FullTextExpression
public FullTextExpression(String metadata, String value)
Creates a full text Expression.- Parameters:
 metadata- the metadata namevalue- the String value
 
 - 
 
- 
Method Detail
- 
build
public String build()
Description copied from interface:ExpressionBuild the expression.- Specified by:
 buildin interfaceExpression- Returns:
 - The XPath view of the expression.
 
 
 - 
 
 -