public interface SampleSearchService
Modifier and Type | Method and Description |
---|---|
SampleSearchRecord[] |
getValues(SampleSearchKey[] keys)
サンプル検索サービス、検索メソッド1
検索キーに指定された、環境変数の値を取得して返す |
SampleSearchRecord[] |
getValues2(SampleSearchKey[] keys,
int maxPerKey)
サンプル検索サービス、検索メソッド2
検索キーに指定された、環境変数の値を取得して返す.検索結果の上限件数指定 |
SampleSearchRecord[] |
getValues3(SampleSearchKey[] keys)
サンプル検索サービス、検索メソッド3
検索キーに指定された、環境変数の値を取得して返す. 検索結果レコードに関して、ソートを実施して返す. |
SampleSearchRecord[] getValues(SampleSearchKey[] keys) throws ProcessFailedException
keys
- 検索キーProcessFailedException
SampleSearchRecord[] getValues2(SampleSearchKey[] keys, int maxPerKey) throws ProcessFailedException
keys
- 検索キーmaxPerKey
- ProcessFailedException
SampleSearchRecord[] getValues3(SampleSearchKey[] keys) throws ProcessFailedException
keys
- 検索キーProcessFailedException
Copyright (C) 2014 Information Analysis Laboratory, NICT
RaSC is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version.
RaSC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see (http://www.gnu.org/licenses/) .