Class VirtualFactoryExpression
- java.lang.Object
-
- org.ametys.plugins.repository.query.expression.VirtualFactoryExpression
-
- All Implemented Interfaces:
Expression
public class VirtualFactoryExpression extends Object implements Expression
Expression matchingAmetysObjects holding a link to aVirtualAmetysObjectFactory.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.Operator
-
-
Constructor Summary
Constructors Constructor Description VirtualFactoryExpression(String value)Creates the comparison Expression.
-
-
-
Constructor Detail
-
VirtualFactoryExpression
public VirtualFactoryExpression(String value)
Creates the comparison Expression.- Parameters:
value- the metadata 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.
-
-