| Package | Description |
|---|---|
| org.n52.iceland.config | |
| org.n52.iceland.config.json | |
| org.n52.iceland.request.operator |
| Modifier and Type | Method and Description |
|---|---|
ActivationInitializer<RequestOperatorKey> |
ActivationService.getRequestOperatorInitializer() |
java.util.Set<RequestOperatorKey> |
ActivationService.getRequestOperatorKeys() |
java.util.Set<RequestOperatorKey> |
ActivationDao.getRequestOperatorKeys() |
FunctionalActivationListener<RequestOperatorKey> |
ActivationService.getRequestOperatorListener() |
ActivationSource<RequestOperatorKey> |
ActivationService.getRequestOperatorSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ActivationService.isRequestOperatorActive(RequestOperatorKey key)
Returns if a operation is active and should be offered by this service.
|
boolean |
ActivationDao.isRequestOperatorActive(RequestOperatorKey key)
Returns if a operation is active and should be offered by this service.
|
void |
ActivationDao.setOperationStatus(RequestOperatorKey key,
boolean active)
Sets the status of an operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected RequestOperatorKey |
JsonActivationDao.decodeRequestOperatorKey(com.fasterxml.jackson.databind.JsonNode node) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<RequestOperatorKey> |
JsonActivationDao.getRequestOperatorKeys() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.function.Supplier<com.fasterxml.jackson.databind.node.ObjectNode> |
JsonActivationDao.encode(java.util.function.Supplier<com.fasterxml.jackson.databind.node.ObjectNode> supplier,
RequestOperatorKey key) |
boolean |
JsonActivationDao.isRequestOperatorActive(RequestOperatorKey key) |
protected java.util.function.Predicate<com.fasterxml.jackson.databind.JsonNode> |
JsonActivationDao.matches(RequestOperatorKey key) |
void |
JsonActivationDao.setOperationStatus(RequestOperatorKey key,
boolean active) |
| Modifier and Type | Method and Description |
|---|---|
default RequestOperatorKey |
RequestOperator.getRequestOperatorKeyType()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<RequestOperatorKey> |
RequestOperatorRepository.getActiveRequestOperatorKeys() |
java.util.Set<RequestOperatorKey> |
RequestOperatorRepository.getActiveRequestOperatorKeys(OwsServiceKey sok) |
java.util.Set<RequestOperatorKey> |
RequestOperatorRepository.getAllRequestOperatorKeys()
Deprecated.
|
java.util.Set<RequestOperatorKey> |
RequestOperatorRepository.getKeys() |
java.util.Set<RequestOperatorKey> |
GenericRequestOperator.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestOperatorRepository.activate(RequestOperatorKey key) |
int |
RequestOperatorKey.compareTo(RequestOperatorKey o) |
void |
RequestOperatorRepository.deactivate(RequestOperatorKey key) |
RequestOperator |
RequestOperatorRepository.getRequestOperator(RequestOperatorKey key) |
boolean |
RequestOperatorRepository.isActive(RequestOperatorKey rok) |
void |
RequestOperatorRepository.setActive(RequestOperatorKey rokt,
boolean active) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestOperatorRepository.deregisterListener(ActivationListener<RequestOperatorKey> listener) |
void |
RequestOperatorRepository.registerListener(ActivationListener<RequestOperatorKey> listener) |
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.