Interface ActivationDao

    • Method Detail

      • isRequestOperatorActive

        boolean isRequestOperatorActive​(RequestOperatorKey key)
        Returns if a operation is active and should be offered by this service.
        Parameters:
        key - the key identifying the operation
        Returns:
        true if the operation is active in this service
      • setOperationStatus

        void setOperationStatus​(RequestOperatorKey key,
                                boolean active)
        Sets the status of an operation.
        Parameters:
        key - the key identifying the operation
        active - whether the operation is active or not
      • isBindingActive

        boolean isBindingActive​(BindingKey key)
        Checks if the binding is active.
        Parameters:
        key - the binding
        Returns:
        if the binding is active
      • setBindingStatus

        void setBindingStatus​(BindingKey key,
                              boolean active)
        Sets the status of a binding.
        Parameters:
        key - the binding
        active - the status
      • isOwsOperationMetadataExtensionProviderActive

        boolean isOwsOperationMetadataExtensionProviderActive​(OwsOperationMetadataExtensionProviderKey key)
        Checks if the extended capabilities is active.
        Parameters:
        key - the extended capabilities key
        Returns:
        if the extended capabilities is active