Class VirtualFactoryExpression
- java.lang.Object
-
- org.ametys.plugins.repository.query.expression.VirtualFactoryExpression
-
- All Implemented Interfaces:
Expression
public class VirtualFactoryExpression extends Object implements Expression
Expression matchingAmetysObject
s 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:Expression
Build the expression.- Specified by:
build
in interfaceExpression
- Returns:
- The XPath view of the expression.
-
-