Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::api::Search

Overview

[ "ami", "amd" ] interface Search extends StatefulServiceInterface

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 onlyTypes(StringSet classes) throws ServerError

void allTypes() throws ServerError

void onlyIds(sys::LongList ids) throws ServerError

void onlyOwnedBy(model::Details d) throws ServerError

void notOwnedBy(model::Details d) 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 onlyAnnotatedBy(model::Details d) throws ServerError

void notAnnotatedBy(model::Details d) throws ServerError

void onlyAnnotatedWith(StringSet classes) throws ServerError

void addOrderByAsc(string path) throws ServerError

void addOrderByDesc(string path) throws ServerError

void unordered() throws ServerError

void fetchAnnotations(StringSet classes) throws ServerError

void fetchAlso(StringSet fetches) 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 bySimilarTerms(StringSet terms) throws ServerError

void byHqlQuery(string query, sys::Parameters params) throws ServerError

void bySomeMustNone(StringSet some, StringSet must, StringSet none) throws ServerError

void byAnnotatedWith(AnnotationList examples) throws ServerError

void clearQueries() throws ServerError

void and() throws ServerError

void or() throws ServerError

void not() throws ServerError

bool hasNext() throws ServerError

model::IObject next() throws ServerError

IObjectList results() throws ServerError

SearchMetadata currentMetadata() throws ServerError

SearchMetadataList currentMetadataList() throws ServerError

void remove() throws ServerError


Home Previous Up Next Index