fedora.server.search
Class FieldSearchQuery
java.lang.Object
fedora.server.search.FieldSearchQuery
- public class FieldSearchQuery
- extends java.lang.Object
Title: FieldSearchQuery.java
Description:
- Version:
- $Id: FieldSearchQuery.java,v 1.7 2005/04/21 13:04:08 rlw Exp $
- Author:
- cwilper@cs.cornell.edu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONDITIONS_TYPE
public static final int CONDITIONS_TYPE
- See Also:
- Constant Field Values
TERMS_TYPE
public static final int TERMS_TYPE
- See Also:
- Constant Field Values
FieldSearchQuery
public FieldSearchQuery(java.util.List conditions)
FieldSearchQuery
public FieldSearchQuery(java.lang.String terms)
getType
public int getType()
getConditions
public java.util.List getConditions()
getTerms
public java.lang.String getTerms()