Package | Description |
---|---|
com.communote.server.core.crc | |
com.communote.server.core.crc.vo | |
com.communote.server.core.storing | |
com.communote.server.persistence.resource |
Modifier and Type | Method and Description |
---|---|
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.
|
ContentId |
RepositoryConnector.storeContent(AttachmentTO contentTo)
Store the given ContentTO and return a ContentId for it.
|
ContentId |
FilesystemConnector.storeContent(AttachmentTO contentTo)
Store the given ContentTO and return a ContentId for it.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnectorDelegateBase.deleteContent(ContentId contentId) |
void |
RepositoryConnectorDelegate.deleteContent(ContentId contentId)
Deletes the content with the given ContentId.
|
void |
RepositoryConnector.deleteContent(ContentId contentId)
Delete the content with the given ContentId.
|
void |
FilesystemConnector.deleteContent(ContentId contentId)
Delete the content with the given ContentId.
|
AttachmentTO |
RepositoryConnectorDelegateBase.getContent(ContentId contentId) |
AttachmentTO |
RepositoryConnectorDelegate.getContent(ContentId contentId)
Returns a ContentTO that is associated to the given ContentId.
|
ContentMetadata |
RepositoryConnectorDelegateBase.getMetadata(ContentId contentId) |
ContentMetadata |
RepositoryConnectorDelegate.getMetadata(ContentId contentId)
Returns the ContentMetadata that is associated to the given ContentId.
|
ContentMetadata |
MetadataRepositoryConnector.getMetadata(ContentId contentId)
Return the ContentMetadata that is associated with the given ContentId.
|
ContentMetadata |
FilesystemConnector.getMetadata(ContentId contentId)
Return the ContentMetadata that is associated with the given ContentId.
|
protected void |
RepositoryConnectorDelegateImpl.handleDeleteContent(ContentId contentId) |
protected abstract void |
RepositoryConnectorDelegateBase.handleDeleteContent(ContentId contentId)
Performs the core logic for
RepositoryConnectorDelegateBase.deleteContent(com.communote.server.core.crc.vo.ContentId) |
protected AttachmentTO |
RepositoryConnectorDelegateImpl.handleGetContent(ContentId contentId)
Performs the core logic for
RepositoryConnectorDelegateBase.getContent(ContentId) |
protected abstract AttachmentTO |
RepositoryConnectorDelegateBase.handleGetContent(ContentId contentId)
Performs the core logic for
RepositoryConnectorDelegateBase.getContent(ContentId) |
protected ContentMetadata |
RepositoryConnectorDelegateImpl.handleGetMetadata(ContentId contentId)
Performs the core logic for
RepositoryConnectorDelegateBase.getMetadata(com.communote.server.core.crc.vo.ContentId) |
protected abstract ContentMetadata |
RepositoryConnectorDelegateBase.handleGetMetadata(ContentId contentId)
Performs the core logic for
RepositoryConnectorDelegateBase.getMetadata(com.communote.server.core.crc.vo.ContentId) |
void |
ContentObserver.updateContentId(ContentId oldContentId,
ContentId newContentId)
Sends the new and the old ContentId, when a ContentId has changed.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedContentId
Extends the content ID in a way that provides access to the associated note and attachment
|
Modifier and Type | Method and Description |
---|---|
ContentId |
ContentMetadata.getContentId()
Get the contentId
|
Modifier and Type | Method and Description |
---|---|
void |
ContentId.copy(ContentId otherBean)
Copies all properties from the argument value object into this value object.
|
void |
ContentMetadata.setContentId(ContentId contentId)
Sets the contentId
|
Constructor and Description |
---|
ContentId(ContentId otherBean)
Copies constructor from other ContentId
|
ContentMetadata(String mimeType,
Date date,
String filename,
long contentSize,
String url,
Object[] versions,
ContentId contentId) |
ContentMetadata(String mimeType,
Date date,
String filename,
long contentSize,
String url,
String version,
Object[] versions,
ContentId contentId) |
ExtendedContentId(ContentId contentId) |
Modifier and Type | Method and Description |
---|---|
AttachmentTO |
ResourceStoringManagementBase.getAttachment(ContentId contentId)
Returns an attachment with the delivered content id.
|
AttachmentTO |
ResourceStoringManagement.getAttachment(ContentId contentId)
Returns an attachment with the delivered content id.
|
Long |
ResourceStoringManagementImpl.getNoteOfAttachment(ContentId contentId) |
Long |
ResourceStoringManagement.getNoteOfAttachment(ContentId contentId)
Get the note the given attachment is assigned to.
|
protected AttachmentTO |
ResourceStoringManagementImpl.handleGetAttachment(ContentId contentId)
Performs the core logic for
ResourceStoringManagementBase.getAttachment(com.communote.server.core.crc.vo.ContentId) |
protected abstract AttachmentTO |
ResourceStoringManagementBase.handleGetAttachment(ContentId contentId)
Performs the core logic for
ResourceStoringManagementBase.getAttachment(com.communote.server.core.crc.vo.ContentId) |
Modifier and Type | Method and Description |
---|---|
Note |
AttachmentDaoBase.findNoteByContentId(ContentId contentId) |
Note |
AttachmentDao.findNoteByContentId(ContentId contentId)
Finds the note by a given content id of an attachment.
|
protected Note |
AttachmentDaoImpl.handleFindNoteByContentId(ContentId contentId)
Performs the core logic for
AttachmentDaoBase.findNoteByContentId(com.communote.server.core.crc.vo.ContentId) |
protected abstract Note |
AttachmentDaoBase.handleFindNoteByContentId(ContentId contentId)
Performs the core logic for
AttachmentDaoBase.findNoteByContentId(com.communote.server.core.crc.vo.ContentId) |
Copyright © 2019 Communote team. All rights reserved.