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 SQLStaticFilterclone()StringgetColumn()ColumngetDirectoryColumn(Table table, boolean nativeCase)StringgetOperator()StringgetType()StringgetValue()
-
-
-
Constructor Detail
-
SQLStaticFilter
public SQLStaticFilter()
-
-
Method Detail
-
getOperator
public String getOperator()
-
getDirectoryColumn
public Column getDirectoryColumn(Table table, boolean nativeCase)
-
clone
public SQLStaticFilter clone()
-
-