|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExperimentFileSearchCriteria
NOT FULLY IMPLEMENTED Use to search for gov.nih.nci.mageom.domain.Experiment.Experiment types
| Method Summary | |
|---|---|
ExperimentFileSummary[] |
performSearch()
Performs the search. |
void |
setBioSourceIdentifiers(java.lang.String[] identifiers)
Limits results to those with associated BioSource.identifier that matches. |
void |
setBioSourceNames(java.lang.String[] names)
Limits results to those with associated BioSource.name that matches. |
void |
setExperimentIds(java.lang.Long[] ids)
Limits results to those with associated Experiment.id that match. |
void |
setExperimentNames(java.lang.String[] names)
Limits results to those with associated Experiment.name that matches. |
| Methods inherited from interface gov.nih.nci.mageom.search.EnhancedSearchCriteria |
|---|
getCriteria, search |
| Methods inherited from interface gov.nih.nci.common.search.session.SessionObject |
|---|
getSessionId, setSessionId |
| Method Detail |
|---|
void setExperimentIds(java.lang.Long[] ids)
ids - contains all Experiment.Id valuesvoid setExperimentNames(java.lang.String[] names)
names - the Experiment.name(s) values; supports wildcards '%'void setBioSourceNames(java.lang.String[] names)
names - the BioSource.name(s) values; supports wildcards '%'void setBioSourceIdentifiers(java.lang.String[] identifiers)
identifiers - the BioSource.identifier(s) values; supports wildcards '%'
ExperimentFileSummary[] performSearch()
throws gov.nih.nci.common.search.SearchException
gov.nih.nci.common.search.SearchException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||