Uses of Class
org.n52.iceland.request.operator.RequestOperatorKey
-
Packages that use RequestOperatorKey Package Description org.n52.iceland.config org.n52.iceland.config.json org.n52.iceland.request.operator -
-
Uses of RequestOperatorKey in org.n52.iceland.config
Methods in org.n52.iceland.config that return types with arguments of type RequestOperatorKey Modifier and Type Method Description ActivationInitializer<RequestOperatorKey>ActivationService. getRequestOperatorInitializer()Set<RequestOperatorKey>ActivationDao. getRequestOperatorKeys()Set<RequestOperatorKey>ActivationService. getRequestOperatorKeys()FunctionalActivationListener<RequestOperatorKey>ActivationService. getRequestOperatorListener()ActivationSource<RequestOperatorKey>ActivationService. getRequestOperatorSource()Methods in org.n52.iceland.config with parameters of type RequestOperatorKey Modifier and Type Method Description booleanActivationDao. isRequestOperatorActive(RequestOperatorKey key)Returns if a operation is active and should be offered by this service.booleanActivationService. isRequestOperatorActive(RequestOperatorKey key)Returns if a operation is active and should be offered by this service.voidActivationDao. setOperationStatus(RequestOperatorKey key, boolean active)Sets the status of an operation. -
Uses of RequestOperatorKey in org.n52.iceland.config.json
Methods in org.n52.iceland.config.json that return RequestOperatorKey Modifier and Type Method Description protected RequestOperatorKeyJsonActivationDao. decodeRequestOperatorKey(com.fasterxml.jackson.databind.JsonNode node)Methods in org.n52.iceland.config.json that return types with arguments of type RequestOperatorKey Modifier and Type Method Description Set<RequestOperatorKey>JsonActivationDao. getRequestOperatorKeys()Methods in org.n52.iceland.config.json with parameters of type RequestOperatorKey Modifier and Type Method Description protected Supplier<com.fasterxml.jackson.databind.node.ObjectNode>JsonActivationDao. encode(Supplier<com.fasterxml.jackson.databind.node.ObjectNode> supplier, RequestOperatorKey key)booleanJsonActivationDao. isRequestOperatorActive(RequestOperatorKey key)protected Predicate<com.fasterxml.jackson.databind.JsonNode>JsonActivationDao. matches(RequestOperatorKey key)voidJsonActivationDao. setOperationStatus(RequestOperatorKey key, boolean active) -
Uses of RequestOperatorKey in org.n52.iceland.request.operator
Methods in org.n52.iceland.request.operator that return types with arguments of type RequestOperatorKey Modifier and Type Method Description Set<RequestOperatorKey>RequestOperatorRepository. getActiveRequestOperatorKeys()Set<RequestOperatorKey>RequestOperatorRepository. getActiveRequestOperatorKeys(OwsServiceKey sok)Set<RequestOperatorKey>GenericRequestOperator. getKeys()Set<RequestOperatorKey>RequestOperatorRepository. getKeys()Methods in org.n52.iceland.request.operator with parameters of type RequestOperatorKey Modifier and Type Method Description voidRequestOperatorRepository. activate(RequestOperatorKey key)intRequestOperatorKey. compareTo(RequestOperatorKey o)voidRequestOperatorRepository. deactivate(RequestOperatorKey key)RequestOperatorRequestOperatorRepository. getRequestOperator(RequestOperatorKey key)booleanRequestOperatorRepository. isActive(RequestOperatorKey rok)voidRequestOperatorRepository. setActive(RequestOperatorKey rokt, boolean active)Method parameters in org.n52.iceland.request.operator with type arguments of type RequestOperatorKey Modifier and Type Method Description voidRequestOperatorRepository. deregisterListener(ActivationListener<RequestOperatorKey> listener)voidRequestOperatorRepository. registerListener(ActivationListener<RequestOperatorKey> listener)
-