パッケージ | 説明 |
---|---|
omero.gateway.model |
修飾子とタイプ | フィールドと説明 |
---|---|
static java.util.Set<SearchScope> |
SearchParameters.ALL_SCOPE |
修飾子とタイプ | メソッドと説明 |
---|---|
static SearchScope |
SearchScope.valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static SearchScope[] |
SearchScope.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
java.util.Set<SearchScope> |
SearchParameters.getScope()
Returns the scope of the search.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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
|
コンストラクタと説明 |
---|
SearchParameters(java.util.Set<SearchScope> scope,
java.util.List<java.lang.Class<? extends DataObject>> types,
java.lang.String query)
Creates a new instance.
|