| Package | Description |
|---|---|
| omero.gateway.model |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Set<SearchScope> |
SearchParameters.ALL_SCOPE |
| Modifier and Type | Method and Description |
|---|---|
static SearchScope |
SearchScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchScope[] |
SearchScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SearchScope> |
SearchParameters.getScope()
Returns the scope of the search.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
SearchScope.getStringRepresentation(java.util.Collection<SearchScope> scopes)
Get a String representation of the given scopes which can be used in a
lucence search
|
| Constructor and Description |
|---|
SearchParameters(java.util.Set<SearchScope> scope,
java.util.List<java.lang.Class<? extends DataObject>> types,
java.lang.String query)
Creates a new instance.
|
Version: 5.4.8-rc1-ice36-b94
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.