Modifier and Type | Method and Description |
---|---|
NoteStoringTO |
ActivityNoteStoringPreProcessor.process(NoteStoringTO noteStoringTO)
Processing function which is invoked before a new note is created.
|
NoteStoringTO |
ActivityNoteStoringPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TopicResourceHandler.handleDeleteInternally(DeleteTopicParameter deleteTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to delete a topic
|
Modifier and Type | Method and Description |
---|---|
String |
NoteManagementAuthorizationExceptionMapper.getErrorMessage(NoteManagementAuthorizationException exception)
Get the message of the exception in mapper.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
NoteResourceHandler.handleDeleteInternally(DeleteNoteParameter deleteNoteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Delete a note on the server
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TopicResourceHandler.handleDeleteInternally(DeleteTopicParameter deleteTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to delete a topic
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
NoteResourceHandler.handleDeleteInternally(DeleteNoteParameter deleteNoteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Delete a note on the server
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TopicResourceHandler.handleDeleteInternally(DeleteTopicParameter deleteTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to delete a topic
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
NoteResourceHandler.handleDeleteInternally(DeleteNoteParameter deleteNoteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Delete a note on the server
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TopicResourceHandler.handleDeleteInternally(DeleteTopicParameter deleteTopicParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Request to delete a topic
|
Modifier and Type | Method and Description |
---|---|
NoteStoringTO |
ContentTypeNotePreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
Modifier and Type | Method and Description |
---|---|
CommunoteReplyMessage |
DeleteTopicMessageHandler.handleMessage(DeleteTopicMessage message)
handles message of the appropriate type.
|
Modifier and Type | Method and Description |
---|---|
void |
BlogManagement.deleteBlog(Long blogId,
Long newBlogId)
Delete a blog with all its notes
|
Modifier and Type | Method and Description |
---|---|
void |
NoteStoringPreProcessorManager.process(NoteStoringTO noteStoringTO)
Run the registered preprocessors before creating a new note.
|
NoteStoringTO |
NoteStoringImmutableContentPreProcessor.process(NoteStoringTO noteStoringTO)
Processing function which is invoked before a new note is created.
|
NoteStoringTO |
NoteStoringEditableContentPreProcessor.process(NoteStoringTO noteStoringTO)
Processing function which is invoked before a new note is created.
|
void |
NoteStoringPreProcessorManager.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO)
Run the registered preprocessors before updating an existing note.
|
NoteStoringTO |
NoteStoringImmutableContentPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO)
Processing function which is invoked before an existing note is updated.
|
NoteStoringTO |
NoteStoringEditableContentPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO)
Processing function which is invoked before an existing note is updated.
|
Modifier and Type | Method and Description |
---|---|
NoteModificationResult |
NoteManagementBase.createNote(NoteStoringTO noteStoringTO,
Set<String> additionalBlogNameIds) |
NoteModificationResult |
NoteManagement.createNote(NoteStoringTO noteStoringTO,
Set<String> additionalBlogNameIds)
Creates a note from the supplied transfer object.
|
void |
NoteManagementBase.deleteAutosave(Long noteId)
Deletes an autosave identified by the passed ID.
|
void |
NoteManagement.deleteAutosave(Long noteId)
Deletes an autosave identified by the passed ID.
|
void |
BlogManagementBase.deleteBlog(Long blogId,
Long newBlogId) |
void |
NoteManagementBase.deleteNote(Long noteId,
boolean deleteSystemPosts,
boolean clientManagerCanDelete)
Deletes a user tagged post and all its comments.
|
void |
NoteManagement.deleteNote(Long noteId,
boolean deleteSystemPosts,
boolean clientManagerCanDelete)
Deletes a user tagged post and all its comments.
|
protected NoteModificationResult |
NoteManagementImpl.handleCreateNote(NoteStoringTO noteStoringTO,
Set<String> additionalBlogIds) |
protected abstract NoteModificationResult |
NoteManagementBase.handleCreateNote(NoteStoringTO noteStoringTO,
Set<String> additionalBlogNameIds)
Performs the core logic for
NoteManagementBase.createNote(NoteStoringTO, Set) |
protected void |
NoteManagementImpl.handleDeleteAutosave(Long postId)
Performs the core logic for
NoteManagementBase.deleteAutosave(Long) |
protected abstract void |
NoteManagementBase.handleDeleteAutosave(Long noteId)
Performs the core logic for
NoteManagementBase.deleteAutosave(Long) |
protected void |
BlogManagementImpl.handleDeleteBlog(Long blogId,
Long newBlogId)
Performs the core logic for
BlogManagementBase.deleteBlog(Long, Long) |
protected abstract void |
BlogManagementBase.handleDeleteBlog(Long blogId,
Long newBlogId)
Performs the core logic for
BlogManagementBase.deleteBlog(Long, Long) |
protected void |
NoteManagementImpl.handleDeleteNote(Long postId,
boolean deleteSystemPosts,
boolean clientManagerCanDelete)
Performs the core logic for
NoteManagementBase.deleteNote(Long, boolean, boolean) |
protected abstract void |
NoteManagementBase.handleDeleteNote(Long noteId,
boolean deleteSystemPosts,
boolean clientManagerCanDelete)
Performs the core logic for
NoteManagementBase.deleteNote(Long, boolean, boolean) |
protected NoteModificationResult |
NoteManagementImpl.handleUpdateNote(NoteStoringTO noteStoringTO,
Long noteId,
Set<String> additionalBlogIds) |
protected abstract NoteModificationResult |
NoteManagementBase.handleUpdateNote(NoteStoringTO noteStoringTO,
Long noteId,
Set<String> additionalBlogNameIds) |
void |
NoteManagementImpl.moveToTopic(Long discussionId,
Long topicId)
Method to move a given discussion to another topic.
|
void |
NoteManagement.moveToTopic(Long discussionId,
Long topicId)
Method to move a given discussion to another topic.
|
NoteModificationResult |
NoteManagementBase.updateNote(NoteStoringTO noteStoringTO,
Long noteId,
Set<String> additionalBlogNameIds)
Updates an existing note with the data of the supplied transfer object.
|
NoteModificationResult |
NoteManagement.updateNote(NoteStoringTO noteStoringTO,
Long noteId,
Set<String> additionalBlogNameIds)
Updates an existing note with the data of the supplied transfer object.
|
Modifier and Type | Method and Description |
---|---|
NoteStoringTO |
RepostNoteStoringPreProcessor.process(NoteStoringTO noteStoringTO)
Invokes the processor before the note is stored.
|
void |
NoteStoringPreProcessorManagerImpl.process(NoteStoringTO noteStoringTO) |
NoteStoringTO |
ExtractBlogsNoteStoringPreProcessor.process(NoteStoringTO noteStoringTO) |
NoteStoringTO |
EditNotificationNoteStoringPreProcessor.process(NoteStoringTO noteStoringTO) |
NoteStoringTO |
AssertNoteContentNotePreProcessor.process(NoteStoringTO noteStoringTO) |
NoteStoringTO |
AssertCommentPreProcessor.process(NoteStoringTO noteStoringTO)
Processing function which is invoked before a new note is created.
|
NoteStoringTO |
RepostNoteStoringPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
RemoveUnsupportedMarkupNotePreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
void |
NoteStoringPreProcessorManagerImpl.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
ExtractUsersNotePreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
ExtractTagsNotePreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
ExtractBlogsNoteStoringPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
EditNotificationNoteStoringPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
AssertNoteContentNotePreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
AssertCommentPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
Modifier and Type | Class and Description |
---|---|
class |
InvalidPermissionForRepostException
This exception is thrown, when a user tries to create a repost of a note she has no access to.
|
Modifier and Type | Method and Description |
---|---|
Class<NoteManagementAuthorizationException> |
NoteManagementAuthorizationExceptionMapper.getExceptionClass() |
Modifier and Type | Method and Description |
---|---|
Status |
NoteManagementAuthorizationExceptionMapper.mapException(NoteManagementAuthorizationException exception)
Maps the given exception to a status.
|
Modifier and Type | Method and Description |
---|---|
protected NoteManagementAuthorizationException |
NotePermissionManagementImpl.createPermissonViolationException(Note entity,
Permission<Note> permission) |
Modifier and Type | Method and Description |
---|---|
NoteStoringTO |
TemplateNoteStoringPreProcessor.process(NoteStoringTO noteStoringTO) |
NoteStoringTO |
TemplateNoteStoringPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
Modifier and Type | Method and Description |
---|---|
NoteModificationResult |
NoteService.createNote(NoteStoringTO noteStoringTO,
Set<String> additionalBlogNameIds)
Creates a note from the supplied transfer object.
|
void |
NoteService.deleteAutosave(Long noteId)
Deletes an autosave identified by the passed ID.
|
void |
NoteService.deleteNote(Long noteId,
boolean deleteSystemPosts,
boolean clientManagerCanDelete)
Deletes a user tagged post and all its comments.
|
NoteModificationResult |
NoteService.updateNote(NoteStoringTO noteStoringTO,
Long noteId,
Set<String> additionalBlogNameIds)
Updates an existing note with the data of the supplied transfer object.
|
Copyright © 2019 Communote team. All rights reserved.