Package | Description |
---|---|
com.communote.server.core.crc |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnectorDelegateBase.assertRepositorySizeLimitNotReached(RepositoryConnector connector,
long sizeOfNewDataToStore) |
void |
RepositoryConnectorDelegate.assertRepositorySizeLimitNotReached(RepositoryConnector connector,
long sizeOfNewDataToStore)
Check the size of the content repository if the new data can be added, e.g.
|
protected void |
RepositoryConnectorDelegateImpl.handleAssertRepositorySizeLimitNotReached(RepositoryConnector connector,
long sizeOfNewDataToStore) |
protected abstract void |
RepositoryConnectorDelegateBase.handleAssertRepositorySizeLimitNotReached(RepositoryConnector connector,
long sizeOfNewDataToStore) |
protected ContentId |
RepositoryConnectorDelegateImpl.handleStoreContent(AttachmentTO contentTo) |
protected abstract ContentId |
RepositoryConnectorDelegateBase.handleStoreContent(AttachmentTO contentTo)
Performs the core logic for
RepositoryConnectorDelegateBase.storeContent(com.communote.server.core.vo.content.AttachmentTO) |
ContentId |
RepositoryConnectorDelegateBase.storeContent(AttachmentTO contentTo) |
ContentId |
RepositoryConnectorDelegate.storeContent(AttachmentTO contentTo)
Stores the given ContentTO and returns a ContentId for it.
|
Copyright © 2019 Communote team. All rights reserved.