Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.directory.sql
Class SQLStaticFilter

java.lang.Object
  extended by org.nuxeo.ecm.directory.sql.SQLStaticFilter
All Implemented Interfaces:
Serializable

public class SQLStaticFilter
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SQLStaticFilter()
           
 
Method Summary
 String getColumn()
           
 Column getDirectoryColumn(Table table, boolean nativeCase)
           
 String getOperator()
           
 String getType()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLStaticFilter

public SQLStaticFilter()
Method Detail

getType

public String getType()

getColumn

public String getColumn()

getOperator

public String getOperator()

getValue

public String getValue()

getDirectoryColumn

public Column getDirectoryColumn(Table table,
                                 boolean nativeCase)
                          throws DirectoryException
Throws:
DirectoryException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.