Modifier and Type | Method and Description |
---|---|
SearchResultCollection |
search(SecurityContext ctx,
SearchParameters context)
Searches for data.
|
addPropertyChangeListener, clear, firePropertyChanged, firePropertyChanged, getFacility, logDebug, logError, logInfo, logWarn, removePropertyChangeListener
public SearchResultCollection search(SecurityContext ctx, SearchParameters context) throws DSOutOfServiceException, DSAccessException
ctx
- The security context.context
- The context of search (if context.groupId == -1 the scope of
the search will be all groups, otherwise the scope of the
search will be the group set in the security context)DSOutOfServiceException
- If the connection is broken, or not logged inDSAccessException
- If an error occurred while trying to retrieve data from OMERO
service.