Package | Description |
---|---|
org.alfresco.repo.content | |
org.alfresco.repo.tenant |
Modifier and Type | Class 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 |
---|---|
protected ContentLimitProvider |
AbstractContentStore.contentLimitProvider |
Modifier and Type | Method and Description |
---|---|
protected ContentLimitProvider |
AbstractContentWriter.getContentLimitProvider()
This method returns the configured
ContentLimitProvider for this writer. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractContentWriter.setContentLimitProvider(ContentLimitProvider limitProvider) |
void |
AbstractContentStore.setContentLimitProvider(ContentLimitProvider contentLimitProvider)
An object that prevents abuse of the underlying store(s)
|
Modifier and Type | Method and Description |
---|---|
void |
TenantRoutingFileContentStore.setContentLimitProvider(ContentLimitProvider contentLimitProvider)
Sets a new
ContentLimitProvider which will provide a maximum filesize for content. |
Copyright © 2005–2017 Alfresco Software. All rights reserved.