|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.bio.util.BioQueries
public abstract class BioQueries
Bio utility methods for queries.
| Constructor Summary | |
|---|---|
BioQueries()
|
|
| Method Summary | |
|---|---|
static Results |
findLocationAndObjects(ObjectStore os,
java.lang.Class<?> objectCls,
java.lang.Class<?> subjectCls,
boolean orderBySubject,
boolean hasLength,
boolean hasChromosomeLocation,
int batchSize)
Query ObjectStore for all Location object between given object (eg. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BioQueries()
| Method Detail |
|---|
public static Results findLocationAndObjects(ObjectStore os,
java.lang.Class<?> objectCls,
java.lang.Class<?> subjectCls,
boolean orderBySubject,
boolean hasLength,
boolean hasChromosomeLocation,
int batchSize)
throws ObjectStoreException
os - the ObjectStore to find the Locations inobjectCls - object type of the LocationsubjectCls - subject type of the LocationorderBySubject - if true order the results using the subjectCls, otherwise order by
objectClshasLength - if true, only query locations where the objectCls object has a non-zero
lengthbatchSize - the batch size for the results objecthasChromosomeLocation - if true, only query where the subject has a chromosome location
ObjectStoreException - if problem reading ObjectStore
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||