org.fcrepo.server.search
Class FieldSearchQuery
java.lang.Object
org.fcrepo.server.search.FieldSearchQuery
public class FieldSearchQuery
- extends Object
- Author:
- Chris Wilper
| 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(List<Condition> conditions)
FieldSearchQuery
public FieldSearchQuery(String terms)
getType
public int getType()
getConditions
public List<Condition> getConditions()
getTerms
public String getTerms()
Copyright © 2011 DuraSpace. All Rights Reserved.