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 3966 2005-04-21 13:33:01Z rlw $
- 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()