Interface SpaceQuotaService<T extends AbstractSpaceQuotaKey>

    • Method Detail

      • getQuotaReachedFromSpacePath

        @NonNull
        Quota getQuotaReachedFromSpacePath​(T key)
        Gets the quota reached by a resource from a given quota key and this in a recursively way.
        Parameters:
        key - the key of the quota.
        Returns:
        a quota. If no such quota is associated with the given key, then an empty quota is returned. In this case the identifier, the type and the related source of the quota are null (undefined).