Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AttachmentResourceHandler.handleGetInternally(GetAttachmentParameter getAttachmentParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Returns an existing attachment of a given note.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AttachmentResourceHandler.handleGetInternally(GetAttachmentParameter getAttachmentParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Returns an existing attachment of a given note.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AttachmentResourceHandler.handleGetInternally(GetAttachmentParameter getAttachmentParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Returns an existing attachment of a given note.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AttachmentResourceHandler.handleGetInternally(GetAttachmentParameter getAttachmentParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Returns an existing attachment of a given note.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryConnectorNotFoundException |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnector.clearContent()
Remove all content from the repository of this connector.
|
void |
FilesystemConnector.clearContent()
Deletes all files from the repository.
|
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.
|
AttachmentTO |
RepositoryConnectorDelegateBase.getContent(ExtendedContentId contentId) |
AttachmentTO |
RepositoryConnectorDelegate.getContent(ExtendedContentId contentId)
Returns a ContentTO that is associated to the given ContentId.
|
AttachmentTO |
RepositoryConnector.getContent(ExtendedContentId contentId)
Returns a ContentTO that is associated with the given ContentId.
|
AttachmentTO |
FilesystemConnector.getContent(ExtendedContentId contentId)
Returns a ContentTO 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 AttachmentTO |
RepositoryConnectorDelegateImpl.handleGetContent(ExtendedContentId contentId)
Performs the core logic for
RepositoryConnectorDelegateBase.getContent(ExtendedContentId) |
protected abstract AttachmentTO |
RepositoryConnectorDelegateBase.handleGetContent(ExtendedContentId contentId)
Performs the core logic for
RepositoryConnectorDelegateBase.getContent(ExtendedContentId) |
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) |
void |
RepositoryConnector.removeConnector()
Callback that is invoked if a connector is removed.
|
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.
|
void |
MetadataRepositoryConnector.updateMetadata(ContentMetadata metadata)
Update the metadata of existing content with the provided metadata.
|
void |
FilesystemConnector.updateMetadata(ContentMetadata metadata)
Update the metadata of existing content with the provided metadata.
|
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.
|
AttachmentTO |
ResourceStoringManagementBase.getAttachment(Long attachmentId) |
AttachmentTO |
ResourceStoringManagement.getAttachment(Long attachmentId)
Get an attachment by the given ID.
|
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) |
protected AttachmentTO |
ResourceStoringManagementImpl.handleGetAttachment(Long attachmentId) |
protected abstract AttachmentTO |
ResourceStoringManagementBase.handleGetAttachment(Long attachmentId)
Performs the core logic for
ResourceStoringManagementBase.getAttachment(Long) |
Copyright © 2019 Communote team. All rights reserved.