public class SearchI extends AbstractCloseableAmdServant implements omero.api._SearchOperations
Search
Constructor and Description |
---|
SearchI(Search service,
BlitzExecutor be) |
Modifier and Type | Method and Description |
---|---|
void |
activeQueries_async(omero.api.AMD_Search_activeQueries __cb,
Ice.Current __current) |
void |
addOrderByAsc_async(omero.api.AMD_Search_addOrderByAsc __cb,
java.lang.String path,
Ice.Current __current) |
void |
addOrderByDesc_async(omero.api.AMD_Search_addOrderByDesc __cb,
java.lang.String path,
Ice.Current __current) |
void |
allTypes_async(omero.api.AMD_Search_allTypes __cb,
Ice.Current __current) |
void |
and_async(omero.api.AMD_Search_and __cb,
Ice.Current __current) |
void |
byAnnotatedWith_async(omero.api.AMD_Search_byAnnotatedWith __cb,
java.util.List<omero.model.Annotation> examples,
Ice.Current __current) |
void |
byFullText_async(omero.api.AMD_Search_byFullText __cb,
java.lang.String query,
Ice.Current __current) |
void |
byGroupForTags_async(omero.api.AMD_Search_byGroupForTags __cb,
java.lang.String group,
Ice.Current __current) |
void |
byHqlQuery_async(omero.api.AMD_Search_byHqlQuery __cb,
java.lang.String query,
omero.sys.Parameters params,
Ice.Current __current) |
void |
byLuceneQueryBuilder_async(omero.api.AMD_Search_byLuceneQueryBuilder __cb,
java.lang.String fields,
java.lang.String from,
java.lang.String to,
java.lang.String dateType,
java.lang.String query,
Ice.Current __current) |
void |
bySimilarTerms_async(omero.api.AMD_Search_bySimilarTerms __cb,
java.util.List<java.lang.String> terms,
Ice.Current __current) |
void |
bySomeMustNone_async(omero.api.AMD_Search_bySomeMustNone __cb,
java.util.List<java.lang.String> some,
java.util.List<java.lang.String> must,
java.util.List<java.lang.String> none,
Ice.Current __current) |
void |
byTagForGroups_async(omero.api.AMD_Search_byTagForGroups __cb,
java.lang.String tag,
Ice.Current __current) |
void |
clearQueries_async(omero.api.AMD_Search_clearQueries __cb,
Ice.Current __current) |
void |
currentMetadata_async(omero.api.AMD_Search_currentMetadata __cb,
Ice.Current __current) |
void |
currentMetadataList_async(omero.api.AMD_Search_currentMetadataList __cb,
Ice.Current __current) |
void |
fetchAlso_async(omero.api.AMD_Search_fetchAlso __cb,
java.util.List<java.lang.String> fetches,
Ice.Current __current) |
void |
fetchAnnotations_async(omero.api.AMD_Search_fetchAnnotations __cb,
java.util.List<java.lang.String> classes,
Ice.Current __current) |
void |
getBatchSize_async(omero.api.AMD_Search_getBatchSize __cb,
Ice.Current __current) |
void |
hasNext_async(omero.api.AMD_Search_hasNext __cb,
Ice.Current __current) |
void |
isAllowLeadingWildcard_async(omero.api.AMD_Search_isAllowLeadingWildcard __cb,
Ice.Current __current) |
void |
isCaseSensitive_async(omero.api.AMD_Search_isCaseSensitive __cb,
Ice.Current __current) |
void |
isMergedBatches_async(omero.api.AMD_Search_isMergedBatches __cb,
Ice.Current __current) |
void |
isReturnUnloaded_async(omero.api.AMD_Search_isReturnUnloaded __cb,
Ice.Current __current) |
void |
isUseProjections_async(omero.api.AMD_Search_isUseProjections __cb,
Ice.Current __current) |
void |
next_async(omero.api.AMD_Search_next __cb,
Ice.Current __current) |
void |
not_async(omero.api.AMD_Search_not __cb,
Ice.Current __current) |
void |
notAnnotatedBy_async(omero.api.AMD_Search_notAnnotatedBy __cb,
omero.model.Details d,
Ice.Current __current) |
void |
notOwnedBy_async(omero.api.AMD_Search_notOwnedBy __cb,
omero.model.Details d,
Ice.Current __current) |
void |
onlyAnnotatedBetween_async(omero.api.AMD_Search_onlyAnnotatedBetween __cb,
omero.RTime start,
omero.RTime stop,
Ice.Current __current) |
void |
onlyAnnotatedBy_async(omero.api.AMD_Search_onlyAnnotatedBy __cb,
omero.model.Details d,
Ice.Current __current) |
void |
onlyAnnotatedWith_async(omero.api.AMD_Search_onlyAnnotatedWith __cb,
java.util.List<java.lang.String> classes,
Ice.Current __current) |
void |
onlyCreatedBetween_async(omero.api.AMD_Search_onlyCreatedBetween __cb,
omero.RTime start,
omero.RTime stop,
Ice.Current __current) |
void |
onlyIds_async(omero.api.AMD_Search_onlyIds __cb,
java.util.List<java.lang.Long> ids,
Ice.Current __current) |
void |
onlyModifiedBetween_async(omero.api.AMD_Search_onlyModifiedBetween __cb,
omero.RTime start,
omero.RTime stop,
Ice.Current __current) |
void |
onlyOwnedBy_async(omero.api.AMD_Search_onlyOwnedBy __cb,
omero.model.Details d,
Ice.Current __current) |
void |
onlyType_async(omero.api.AMD_Search_onlyType __cb,
java.lang.String klass,
Ice.Current __current) |
void |
onlyTypes_async(omero.api.AMD_Search_onlyTypes __cb,
java.util.List<java.lang.String> classes,
Ice.Current __current) |
void |
or_async(omero.api.AMD_Search_or __cb,
Ice.Current __current) |
protected void |
postClose(Ice.Current current)
Should not throw any exceptions which should be detected by clients
since it is called in a finally block after the client thread has been
released.
|
protected void |
preClose(Ice.Current current) |
void |
remove_async(omero.api.AMD_Search_remove __cb,
Ice.Current __current) |
void |
resetDefaults_async(omero.api.AMD_Search_resetDefaults __cb,
Ice.Current __current) |
void |
results_async(omero.api.AMD_Search_results __cb,
Ice.Current __current) |
void |
setAllowLeadingWildcard_async(omero.api.AMD_Search_setAllowLeadingWildcard __cb,
boolean allowLeadingWildcard,
Ice.Current __current) |
void |
setBatchSize_async(omero.api.AMD_Search_setBatchSize __cb,
int size,
Ice.Current __current) |
void |
setCaseSentivice_async(omero.api.AMD_Search_setCaseSentivice __cb,
boolean caseSensitive,
Ice.Current __current) |
void |
setMergedBatches_async(omero.api.AMD_Search_setMergedBatches __cb,
boolean merge,
Ice.Current __current) |
void |
setReturnUnloaded_async(omero.api.AMD_Search_setReturnUnloaded __cb,
boolean returnUnloaded,
Ice.Current __current) |
void |
setUseProjections_async(omero.api.AMD_Search_setUseProjections __cb,
boolean useProjections,
Ice.Current __current) |
void |
unordered_async(omero.api.AMD_Search_unordered __cb,
Ice.Current __current) |
close_async, close
activate_async, applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, executorWorkCall, getCurrentEventContext_async, onSetOmeroContext, passivate_async, runnableCall, safeRunnableCall, setApplicationContext, setHolder
public SearchI(Search service, BlitzExecutor be)
public void activeQueries_async(omero.api.AMD_Search_activeQueries __cb, Ice.Current __current) throws omero.ServerError
activeQueries_async
in interface omero.api._SearchOperations
omero.ServerError
public void addOrderByAsc_async(omero.api.AMD_Search_addOrderByAsc __cb, java.lang.String path, Ice.Current __current) throws omero.ServerError
addOrderByAsc_async
in interface omero.api._SearchOperations
omero.ServerError
public void addOrderByDesc_async(omero.api.AMD_Search_addOrderByDesc __cb, java.lang.String path, Ice.Current __current) throws omero.ServerError
addOrderByDesc_async
in interface omero.api._SearchOperations
omero.ServerError
public void allTypes_async(omero.api.AMD_Search_allTypes __cb, Ice.Current __current) throws omero.ServerError
allTypes_async
in interface omero.api._SearchOperations
omero.ServerError
public void and_async(omero.api.AMD_Search_and __cb, Ice.Current __current) throws omero.ServerError
and_async
in interface omero.api._SearchOperations
omero.ServerError
public void byAnnotatedWith_async(omero.api.AMD_Search_byAnnotatedWith __cb, java.util.List<omero.model.Annotation> examples, Ice.Current __current) throws omero.ServerError
byAnnotatedWith_async
in interface omero.api._SearchOperations
omero.ServerError
public void byFullText_async(omero.api.AMD_Search_byFullText __cb, java.lang.String query, Ice.Current __current) throws omero.ServerError
byFullText_async
in interface omero.api._SearchOperations
omero.ServerError
public void byLuceneQueryBuilder_async(omero.api.AMD_Search_byLuceneQueryBuilder __cb, java.lang.String fields, java.lang.String from, java.lang.String to, java.lang.String dateType, java.lang.String query, Ice.Current __current) throws omero.ServerError
byLuceneQueryBuilder_async
in interface omero.api._SearchOperations
omero.ServerError
public void byGroupForTags_async(omero.api.AMD_Search_byGroupForTags __cb, java.lang.String group, Ice.Current __current) throws omero.ServerError
byGroupForTags_async
in interface omero.api._SearchOperations
omero.ServerError
public void byHqlQuery_async(omero.api.AMD_Search_byHqlQuery __cb, java.lang.String query, omero.sys.Parameters params, Ice.Current __current) throws omero.ServerError
byHqlQuery_async
in interface omero.api._SearchOperations
omero.ServerError
public void bySomeMustNone_async(omero.api.AMD_Search_bySomeMustNone __cb, java.util.List<java.lang.String> some, java.util.List<java.lang.String> must, java.util.List<java.lang.String> none, Ice.Current __current) throws omero.ServerError
bySomeMustNone_async
in interface omero.api._SearchOperations
omero.ServerError
public void byTagForGroups_async(omero.api.AMD_Search_byTagForGroups __cb, java.lang.String tag, Ice.Current __current) throws omero.ServerError
byTagForGroups_async
in interface omero.api._SearchOperations
omero.ServerError
public void clearQueries_async(omero.api.AMD_Search_clearQueries __cb, Ice.Current __current) throws omero.ServerError
clearQueries_async
in interface omero.api._SearchOperations
omero.ServerError
public void currentMetadataList_async(omero.api.AMD_Search_currentMetadataList __cb, Ice.Current __current) throws omero.ServerError
currentMetadataList_async
in interface omero.api._SearchOperations
omero.ServerError
public void currentMetadata_async(omero.api.AMD_Search_currentMetadata __cb, Ice.Current __current) throws omero.ServerError
currentMetadata_async
in interface omero.api._SearchOperations
omero.ServerError
public void fetchAlso_async(omero.api.AMD_Search_fetchAlso __cb, java.util.List<java.lang.String> fetches, Ice.Current __current) throws omero.ServerError
fetchAlso_async
in interface omero.api._SearchOperations
omero.ServerError
public void fetchAnnotations_async(omero.api.AMD_Search_fetchAnnotations __cb, java.util.List<java.lang.String> classes, Ice.Current __current) throws omero.ServerError
fetchAnnotations_async
in interface omero.api._SearchOperations
omero.ServerError
public void getBatchSize_async(omero.api.AMD_Search_getBatchSize __cb, Ice.Current __current) throws omero.ServerError
getBatchSize_async
in interface omero.api._SearchOperations
omero.ServerError
public void hasNext_async(omero.api.AMD_Search_hasNext __cb, Ice.Current __current) throws omero.ServerError
hasNext_async
in interface omero.api._SearchOperations
omero.ServerError
public void isAllowLeadingWildcard_async(omero.api.AMD_Search_isAllowLeadingWildcard __cb, Ice.Current __current) throws omero.ServerError
isAllowLeadingWildcard_async
in interface omero.api._SearchOperations
omero.ServerError
public void isCaseSensitive_async(omero.api.AMD_Search_isCaseSensitive __cb, Ice.Current __current) throws omero.ServerError
isCaseSensitive_async
in interface omero.api._SearchOperations
omero.ServerError
public void isMergedBatches_async(omero.api.AMD_Search_isMergedBatches __cb, Ice.Current __current) throws omero.ServerError
isMergedBatches_async
in interface omero.api._SearchOperations
omero.ServerError
public void isReturnUnloaded_async(omero.api.AMD_Search_isReturnUnloaded __cb, Ice.Current __current) throws omero.ServerError
isReturnUnloaded_async
in interface omero.api._SearchOperations
omero.ServerError
public void isUseProjections_async(omero.api.AMD_Search_isUseProjections __cb, Ice.Current __current) throws omero.ServerError
isUseProjections_async
in interface omero.api._SearchOperations
omero.ServerError
public void next_async(omero.api.AMD_Search_next __cb, Ice.Current __current) throws omero.ServerError
next_async
in interface omero.api._SearchOperations
omero.ServerError
public void notAnnotatedBy_async(omero.api.AMD_Search_notAnnotatedBy __cb, omero.model.Details d, Ice.Current __current) throws omero.ServerError
notAnnotatedBy_async
in interface omero.api._SearchOperations
omero.ServerError
public void notOwnedBy_async(omero.api.AMD_Search_notOwnedBy __cb, omero.model.Details d, Ice.Current __current) throws omero.ServerError
notOwnedBy_async
in interface omero.api._SearchOperations
omero.ServerError
public void not_async(omero.api.AMD_Search_not __cb, Ice.Current __current) throws omero.ServerError
not_async
in interface omero.api._SearchOperations
omero.ServerError
public void onlyAnnotatedBetween_async(omero.api.AMD_Search_onlyAnnotatedBetween __cb, omero.RTime start, omero.RTime stop, Ice.Current __current) throws omero.ServerError
onlyAnnotatedBetween_async
in interface omero.api._SearchOperations
omero.ServerError
public void onlyAnnotatedBy_async(omero.api.AMD_Search_onlyAnnotatedBy __cb, omero.model.Details d, Ice.Current __current) throws omero.ServerError
onlyAnnotatedBy_async
in interface omero.api._SearchOperations
omero.ServerError
public void onlyAnnotatedWith_async(omero.api.AMD_Search_onlyAnnotatedWith __cb, java.util.List<java.lang.String> classes, Ice.Current __current) throws omero.ServerError
onlyAnnotatedWith_async
in interface omero.api._SearchOperations
omero.ServerError
public void onlyCreatedBetween_async(omero.api.AMD_Search_onlyCreatedBetween __cb, omero.RTime start, omero.RTime stop, Ice.Current __current) throws omero.ServerError
onlyCreatedBetween_async
in interface omero.api._SearchOperations
omero.ServerError
public void onlyIds_async(omero.api.AMD_Search_onlyIds __cb, java.util.List<java.lang.Long> ids, Ice.Current __current) throws omero.ServerError
onlyIds_async
in interface omero.api._SearchOperations
omero.ServerError
public void onlyModifiedBetween_async(omero.api.AMD_Search_onlyModifiedBetween __cb, omero.RTime start, omero.RTime stop, Ice.Current __current) throws omero.ServerError
onlyModifiedBetween_async
in interface omero.api._SearchOperations
omero.ServerError
public void onlyOwnedBy_async(omero.api.AMD_Search_onlyOwnedBy __cb, omero.model.Details d, Ice.Current __current) throws omero.ServerError
onlyOwnedBy_async
in interface omero.api._SearchOperations
omero.ServerError
public void onlyType_async(omero.api.AMD_Search_onlyType __cb, java.lang.String klass, Ice.Current __current) throws omero.ServerError
onlyType_async
in interface omero.api._SearchOperations
omero.ServerError
public void onlyTypes_async(omero.api.AMD_Search_onlyTypes __cb, java.util.List<java.lang.String> classes, Ice.Current __current) throws omero.ServerError
onlyTypes_async
in interface omero.api._SearchOperations
omero.ServerError
public void or_async(omero.api.AMD_Search_or __cb, Ice.Current __current) throws omero.ServerError
or_async
in interface omero.api._SearchOperations
omero.ServerError
public void remove_async(omero.api.AMD_Search_remove __cb, Ice.Current __current) throws omero.ServerError
remove_async
in interface omero.api._SearchOperations
omero.ServerError
public void resetDefaults_async(omero.api.AMD_Search_resetDefaults __cb, Ice.Current __current) throws omero.ServerError
resetDefaults_async
in interface omero.api._SearchOperations
omero.ServerError
public void results_async(omero.api.AMD_Search_results __cb, Ice.Current __current) throws omero.ServerError
results_async
in interface omero.api._SearchOperations
omero.ServerError
public void setAllowLeadingWildcard_async(omero.api.AMD_Search_setAllowLeadingWildcard __cb, boolean allowLeadingWildcard, Ice.Current __current) throws omero.ServerError
setAllowLeadingWildcard_async
in interface omero.api._SearchOperations
omero.ServerError
public void setBatchSize_async(omero.api.AMD_Search_setBatchSize __cb, int size, Ice.Current __current) throws omero.ServerError
setBatchSize_async
in interface omero.api._SearchOperations
omero.ServerError
public void setCaseSentivice_async(omero.api.AMD_Search_setCaseSentivice __cb, boolean caseSensitive, Ice.Current __current) throws omero.ServerError
setCaseSentivice_async
in interface omero.api._SearchOperations
omero.ServerError
public void setMergedBatches_async(omero.api.AMD_Search_setMergedBatches __cb, boolean merge, Ice.Current __current) throws omero.ServerError
setMergedBatches_async
in interface omero.api._SearchOperations
omero.ServerError
public void setReturnUnloaded_async(omero.api.AMD_Search_setReturnUnloaded __cb, boolean returnUnloaded, Ice.Current __current) throws omero.ServerError
setReturnUnloaded_async
in interface omero.api._SearchOperations
omero.ServerError
public void setUseProjections_async(omero.api.AMD_Search_setUseProjections __cb, boolean useProjections, Ice.Current __current) throws omero.ServerError
setUseProjections_async
in interface omero.api._SearchOperations
omero.ServerError
public void unordered_async(omero.api.AMD_Search_unordered __cb, Ice.Current __current) throws omero.ServerError
unordered_async
in interface omero.api._SearchOperations
omero.ServerError
public void bySimilarTerms_async(omero.api.AMD_Search_bySimilarTerms __cb, java.util.List<java.lang.String> terms, Ice.Current __current) throws omero.ServerError
bySimilarTerms_async
in interface omero.api._SearchOperations
omero.ServerError
protected void preClose(Ice.Current current) throws java.lang.Throwable
preClose
in class AbstractCloseableAmdServant
java.lang.Throwable
protected void postClose(Ice.Current current)
AbstractCloseableAmdServant
postClose
in class AbstractCloseableAmdServant
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.