Interface ContentLimitProvider

All Known Implementing Classes:
ContentLimitProvider.NoLimitProvider, ContentLimitProvider.SimpleFixedLimitProvider

public interface ContentLimitProvider
Implementations of this interface must provide a byte size limit for pieces of Alfresco content. Simple implementations of this interface include: It is possible that smarter implementations may be added at a future date.
Since:
Thor
Author:
Neil Mc Erlean
  • Field Details

  • Method Details

    • getSizeLimit

      long getSizeLimit()
      This method returns a size limit in bytes.