public interface ContentLimitProvider
ContentLimitProvider.NoLimitProvider
which provides a value indicating no limit.ContentLimitProvider.SimpleFixedLimitProvider
which provides a fixed numerical limit value.Modifier and Type | Interface and Description |
---|---|
static class |
ContentLimitProvider.NoLimitProvider
A
ContentLimitProvider which returns a value indicating there is no limit. |
static class |
ContentLimitProvider.SimpleFixedLimitProvider
A
ContentLimitProvider which returns a fixed value. |
Modifier and Type | Field and Description |
---|---|
static long |
NO_LIMIT
A
limit having this value is deemed not to be a limit. |
Modifier and Type | Method and Description |
---|---|
long |
getSizeLimit()
This method returns a size limit in bytes.
|
static final long NO_LIMIT
limit
having this value is deemed not to be a limit.Copyright © 2005–2017 Alfresco Software. All rights reserved.