Package com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Class LikeRemovedCommand
java.lang.Object
com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.AbstractLikeCommand<LikeRemovedEvent>
com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.LikeRemovedCommand
- All Implemented Interfaces:
Command<LikeRemovedEvent,
,ContentManagementIncSyncModel> CommandCreator<LikeRemovedEvent,
ContentManagementIncSyncModel>
A command to handle LikeRemovedEvent
- Since:
- 9.2.7
-
Field Summary
Fields inherited from class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.AbstractLikeCommand
commandSupport, contentService, logger, spaceFilteringService
-
Constructor Summary
ConstructorsConstructorDescriptionLikeRemovedCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) -
Method Summary
Modifier and TypeMethodDescriptionnewCommand
(LikeRemovedEvent event) Create new command from an eventMethods inherited from class com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands.AbstractLikeCommand
newCommand, processEvent, processJournalEntries, shouldProcess
-
Constructor Details
-
LikeRemovedCommand
public LikeRemovedCommand(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService)
-
-
Method Details
-
newCommand
public Optional<Command<LikeRemovedEvent,ContentManagementIncSyncModel>> newCommand(LikeRemovedEvent event) Description copied from interface:CommandCreator
Create new command from an event- Parameters:
event
-- Returns:
-