パッケージ | 説明 |
---|---|
omero.gateway.model |
修飾子とタイプ | メソッドと説明 |
---|---|
java.util.Map<java.lang.Long,java.util.List<SearchResult>> |
SearchResultCollection.getByGroup()
Get a perGroup map representation of the results
|
java.util.Map<java.lang.Long,java.util.List<SearchResult>> |
SearchResultCollection.getByGroup(java.lang.Class<? extends DataObject> type)
Get a perGroup map representation of the results, filtered by type
|
java.util.List<SearchResult> |
SearchResultCollection.getResults(int scopeId,
java.lang.Class<? extends DataObject> type)
Get all results of a certain scope and/or type
|