|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExperimentSearchCriteria
Use to search for gov.nih.nci.mageom.domain.Experiment.Experiment types
| Method Summary | |
|---|---|
void |
add(ExperimentSearchCriterion criterion)
Add criterion using generic approach. |
Experiment[] |
performSearch()
Performs the search. |
void |
setChipPlatformType(java.lang.String typeValue)
Limits results to those Experiments with ArrayDesign(s) having designProviders with a matching Organization.name |
void |
setDesignElementIdentifier(java.lang.String[] identifiers)
Limits results to those Experiments with matching DesignElement.identifier(s) |
void |
setDesignElementName(java.lang.String[] names)
Limits results to those Experiments with matching DesignElement.name(s) |
void |
setExperimentName(java.lang.String name)
Limits results to those where Experiment.name matches. |
void |
setInvestigatorName(NameCriterion name)
Limit results to those Experiment with providers, Person(s), matching name criterion |
void |
setOrganism(java.lang.String name)
Limits results to those Experiments with BioMaterial having characteristics, OntologyEntry(s), with a category of 'Organism' OR having descriptions.annotations, OntologyEntry(s), with a category of 'species' |
void |
setPubMedId(java.lang.String id)
Limits results to those Experiments with BibliographicReference(s) accessions, DatabaseEntry(s), with a matching accession value. |
void |
setTissueType(java.lang.String typeValue)
Limits results to those Experiment(s) with BioMaterial(s) having characteristics, OntologyEntry(s), with a category of 'OrganismPart' |
| 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 setTissueType(java.lang.String typeValue)
typeValue - the tissue type value; supports wildcards '%'ExperimentByTissueTypeQueryvoid setChipPlatformType(java.lang.String typeValue)
typeValue - the tissue type value; supports wildcards '%'ExperimentByChipPlatformTypeQueryvoid setDesignElementName(java.lang.String[] names)
names - the DesignElement.name values; supports wildcards '%'ExperimentByDesignElementNameQueryvoid setDesignElementIdentifier(java.lang.String[] identifiers)
identifiers - the DesignElement.identifier values; supports wildcards '%'ExperimentByDesignElementIdentiferQueryvoid setInvestigatorName(NameCriterion name)
name - the name criterion to limit results (supports wildcards '%')ExperimentByInvestigatorNameQueryvoid setOrganism(java.lang.String name)
name - the organism value; supports wildcards '%'ExperimentByOrganismNameQueryvoid setExperimentName(java.lang.String name)
names - the Experiment.name(s) values; supports wildcards '%'ExperimentByExperimentNameQueryvoid setPubMedId(java.lang.String id)
id - the DatabaseEntry.accession value; supports wildcards '%'ExperimentByPubMedIdQueryvoid add(ExperimentSearchCriterion criterion)
Experiment[] 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 | |||||||||