| Package | Description |
|---|---|
| fr.ifremer.coser.result |
Result unified query API.
|
| fr.ifremer.coser.result.repository |
Result repository API.
|
| fr.ifremer.coser.result.repository.echobase |
Implementation for EchoBase result repository.
|
| fr.ifremer.coser.result.repository.legacy |
Implementation for legacy result repository.
|
| fr.ifremer.coser.result.request |
Implementations of
CoserRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ResultType |
ResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultType[] |
ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CoserRequestBuilder<R> |
CoserRequestBuilder.addResultType(ResultType resultType) |
| Modifier and Type | Method and Description |
|---|---|
Set<ResultType> |
ResultRepositoryType.getResultTypes() |
| Modifier and Type | Method and Description |
|---|---|
Set<ResultType> |
EchoBaseResultRepositoryType.getResultTypes() |
| Modifier and Type | Field and Description |
|---|---|
protected ResultType |
LegacyResultRepositoryProvider.resultType
Hack to sanity repository
LegacyResultRepository.isMapsResult() or
LegacyResultRepository.isIndicatorsResult() flags. |
| Modifier and Type | Method and Description |
|---|---|
Set<ResultType> |
LegacyResultRepositoryType.getResultTypes() |
| Constructor and Description |
|---|
LegacyResultRepositoryProvider(CoserBusinessConfig config,
File basedir,
ResultType resultType) |
| Modifier and Type | Field and Description |
|---|---|
protected ResultType |
GetAllResultsRequest.resultType
Type of matching result.
|
protected ResultType |
DeleteResultsRequest.resultType
Type of matching result.
|
| Modifier and Type | Method and Description |
|---|---|
ResultType |
CoserRequestRepositoryResultTypeAware.getResultType() |
ResultType |
GetAllResultsRequest.getResultType() |
ResultType |
DeleteResultsRequest.getResultType() |
| Modifier and Type | Method and Description |
|---|---|
void |
CoserRequestRepositoryResultTypeAware.setResultType(ResultType resultType) |
void |
GetAllResultsRequest.setResultType(ResultType resultType) |
void |
DeleteResultsRequest.setResultType(ResultType resultType) |
Copyright © 2010–2015 Ifremer. All rights reserved.