omero::api::Search
Overview
See Search.html
Operation Index
- activeQueries
-
- setBatchSize
-
- getBatchSize
-
- setMergedBatches
-
- isMergedBatches
-
- setCaseSentivice
-
- isCaseSensitive
-
- setUseProjections
-
- isUseProjections
-
- setReturnUnloaded
-
- isReturnUnloaded
-
- setAllowLeadingWildcard
-
- isAllowLeadingWildcard
-
- onlyType
-
- onlyTypes
-
- allTypes
-
- onlyIds
-
- onlyOwnedBy
-
- notOwnedBy
-
- onlyCreatedBetween
-
- onlyModifiedBetween
-
- onlyAnnotatedBetween
-
- onlyAnnotatedBy
-
- notAnnotatedBy
-
- onlyAnnotatedWith
-
- addOrderByAsc
-
- addOrderByDesc
-
- unordered
-
- fetchAnnotations
-
- fetchAlso
-
- resetDefaults
-
- byGroupForTags
-
- byTagForGroups
-
- byFullText
-
- byLuceneQueryBuilder
-
- bySimilarTerms
-
- byHqlQuery
-
- bySomeMustNone
-
- byAnnotatedWith
-
- clearQueries
-
- and
-
- or
-
- not
-
- hasNext
-
- next
-
- results
-
- currentMetadata
-
- currentMetadataList
-
- remove
-
Operations
int activeQueries() throws ServerError
void setBatchSize(int size) throws ServerError
int getBatchSize() throws ServerError
void setMergedBatches(bool merge) throws ServerError
bool isMergedBatches() throws ServerError
void setCaseSentivice(bool caseSensitive) throws ServerError
bool isCaseSensitive() throws ServerError
void setUseProjections(bool useProjections) throws ServerError
bool isUseProjections() throws ServerError
void setReturnUnloaded(bool returnUnloaded) throws ServerError
bool isReturnUnloaded() throws ServerError
void setAllowLeadingWildcard(bool allowLeadingWildcard) throws ServerError
bool isAllowLeadingWildcard() throws ServerError
void onlyType(string klass) throws ServerError
void allTypes() throws ServerError
void onlyCreatedBetween(RTime start, RTime stop) throws ServerError
void onlyModifiedBetween(RTime start, RTime stop) throws ServerError
void onlyAnnotatedBetween(RTime start, RTime stop) throws ServerError
void addOrderByAsc(string path) throws ServerError
void addOrderByDesc(string path) throws ServerError
void unordered() throws ServerError
void resetDefaults() throws ServerError
void byGroupForTags(string group) throws ServerError
void byTagForGroups(string tag) throws ServerError
void byFullText(string query) throws ServerError
void byLuceneQueryBuilder(string fields, string from, string to, string dateType, string query) throws ServerError
void clearQueries() throws ServerError