public interface ActivationDao
| Modifier and Type | Method and Description |
|---|---|
Set<BindingKey> |
getBindingKeys() |
Set<OwsOperationMetadataExtensionProviderKey> |
getOwsOperationMetadataExtensionProviderKeys() |
Set<RequestOperatorKey> |
getRequestOperatorKeys() |
boolean |
isBindingActive(BindingKey key)
Checks if the binding is active.
|
boolean |
isOwsOperationMetadataExtensionProviderActive(OwsOperationMetadataExtensionProviderKey key)
Checks if the extended capabilities is active.
|
boolean |
isRequestOperatorActive(RequestOperatorKey key)
Returns if a operation is active and should be offered by this service.
|
void |
setBindingStatus(BindingKey key,
boolean active)
Sets the status of a binding.
|
void |
setOperationStatus(RequestOperatorKey key,
boolean active)
Sets the status of an operation.
|
void |
setOwsOperationMetadataExtensionProviderStatus(OwsOperationMetadataExtensionProviderKey key,
boolean active) |
boolean isRequestOperatorActive(RequestOperatorKey key)
key - the key identifying the operationtrue if the operation is active in this servicevoid setOperationStatus(RequestOperatorKey key, boolean active)
key - the key identifying the operationactive - whether the operation is active or notSet<RequestOperatorKey> getRequestOperatorKeys()
boolean isBindingActive(BindingKey key)
key - the bindingvoid setBindingStatus(BindingKey key, boolean active)
key - the bindingactive - the statusSet<BindingKey> getBindingKeys()
boolean isOwsOperationMetadataExtensionProviderActive(OwsOperationMetadataExtensionProviderKey key)
key - the extended capabilities keyvoid setOwsOperationMetadataExtensionProviderStatus(OwsOperationMetadataExtensionProviderKey key, boolean active)
Set<OwsOperationMetadataExtensionProviderKey> getOwsOperationMetadataExtensionProviderKeys()
Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.