Collection<OntologySearchResult<OntologyIndividual>> |
AbstractDelegatingOntologyService.findIndividuals(String search,
int maxResults,
boolean keepObsoletes) |
|
default Collection<OntologySearchResult<OntologyIndividual>> |
OntologyService.findIndividuals(String search,
int maxResults) |
Looks for any individuals that match the given search string.
|
Collection<OntologySearchResult<OntologyIndividual>> |
OntologyService.findIndividuals(String search,
int maxResults,
boolean keepObsoletes) |
Looks for any individuals that match the given search string.
|
Collection<OntologySearchResult<OntologyResource>> |
AbstractDelegatingOntologyService.findResources(String search,
int maxResults,
boolean keepObsoletes) |
|
default Collection<OntologySearchResult<OntologyResource>> |
OntologyService.findResources(String searchString,
int maxResults) |
Looks for any resources (terms or individuals) that match the given search string
|
Collection<OntologySearchResult<OntologyResource>> |
OntologyService.findResources(String search,
int maxResults,
boolean keepObsoletes) |
Looks for any resources (terms or individuals) that match the given search string
|
Collection<OntologySearchResult<OntologyTerm>> |
AbstractDelegatingOntologyService.findTerm(String search,
int maxResults,
boolean keepObsoletes) |
|
default Collection<OntologySearchResult<OntologyTerm>> |
OntologyService.findTerm(String search,
int maxResults) |
Looks for any terms that match the given search string.
|
Collection<OntologySearchResult<OntologyTerm>> |
OntologyService.findTerm(String search,
int maxResults,
boolean keepObsoletes) |
Looks for any terms that match the given search string.
|