ome.services.search
Class SearchValues
java.lang.Object
ome.services.search.SearchValues
- All Implemented Interfaces:
- Serializable
public class SearchValues
- extends Object
- implements Serializable
Values used by SearchBean
to store user requests.
- Since:
- 3.0-Beta3
- Author:
- Josh Moore, josh at glencoesoftware.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
caseSensitive
public boolean caseSensitive
batchSize
public int batchSize
mergedBatches
public boolean mergedBatches
returnUnloaded
public boolean returnUnloaded
useProjections
public boolean useProjections
leadingWildcard
public boolean leadingWildcard
idOnly
public boolean idOnly
fetchAnnotations
public List<Class> fetchAnnotations
fetches
public List<String> fetches
orderBy
public List<String> orderBy
createdStart
public Timestamp createdStart
createdStop
public Timestamp createdStop
modifiedStart
public Timestamp modifiedStart
modifiedStop
public Timestamp modifiedStop
annotatedStart
public Timestamp annotatedStart
annotatedStop
public Timestamp annotatedStop
onlyIds
public List<Long> onlyIds
onlyTypes
public List<Class> onlyTypes
onlyAnnotatedWith
public List<Class> onlyAnnotatedWith
ownedBy
public ome.model.internal.Details ownedBy
notOwnedBy
public ome.model.internal.Details notOwnedBy
annotatedBy
public ome.model.internal.Details annotatedBy
notAnnotatedBy
public ome.model.internal.Details notAnnotatedBy
SearchValues
public SearchValues()
copy
public void copy(SearchValues values)
copy
public void copy(ome.parameters.Parameters params)
- Copies all known values from Parameters
- Parameters:
params
-
copyList
public static <T> List<T> copyList(List<T> old)
copyDetails
public static ome.model.internal.Details copyDetails(ome.model.internal.Details old)
copyTimestamp
public static Timestamp copyTimestamp(Timestamp old)
copyClassListToArray
public static Class[] copyClassListToArray(List<Class> old)
OmeroJava Api
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.