Package org.nuxeo.ecm.directory.sql
Class SQLStaticFilter
- java.lang.Object
-
- org.nuxeo.ecm.directory.sql.SQLStaticFilter
-
public class SQLStaticFilter extends Object
-
-
Constructor Summary
Constructors Constructor Description SQLStaticFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SQLStaticFilter
clone()
String
getColumn()
Column
getDirectoryColumn(Table table, boolean nativeCase)
String
getOperator()
String
getType()
String
getValue()
-
-
-
Method Detail
-
getType
public String getType()
-
getColumn
public String getColumn()
-
getOperator
public String getOperator()
-
getValue
public String getValue()
-
clone
public SQLStaticFilter clone()
-
-