Uses of Interface
com.atlassian.confluence.internal.api.impl.service.incrementalsync.ContentCommandSupport
Packages that use ContentCommandSupport
Package
Description
-
Uses of ContentCommandSupport in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Classes in com.atlassian.confluence.internal.api.impl.service.incrementalsync that implement ContentCommandSupportModifier and TypeClassDescriptionclass
Supporter class for Command to serialize and deserialize to JournalMethods in com.atlassian.confluence.internal.api.impl.service.incrementalsync that return ContentCommandSupportModifier and TypeMethodDescriptionIncrementalSyncServiceConfiguration.commandSupportForContentSubscription
(JournalService journalService, SubscriptionJournalStateStore subscriptionJournalStateStore) Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type ContentCommandSupportModifier and TypeMethodDescriptionCommandsConfiguration.attachmentUpdateCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) CommandsConfiguration.contentCreateCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) CommandsConfiguration.contentPermissionChangeCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) CommandsConfiguration.contentRemoveCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) CommandsConfiguration.contentUpdateCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) CommandsConfiguration.labelAddCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) CommandsConfiguration.labelRemoveCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) CommandsConfiguration.likeCreatedCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) CommandsConfiguration.likeRemovedCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) CommandsConfiguration.spaceEventsCommand
(ContentCommandSupport commandSupport, SpaceService spaceService, SpaceFilteringService spaceFilteringService) CommandsConfiguration.spaceImportCommand
(ContentCommandSupport commandSupport, SpaceManagerInternal spaceManager, SpaceService spaceService, SpaceFilteringService spaceFilteringService) CommandsConfiguration.spacePermissionChangeCommand
(ContentCommandSupport commandSupport, SpacePermissionOperationKeyConverter spacePermissionOperationKeyConverter, SpaceService spaceService, SpaceFilteringService spaceFilteringService) CommandsConfiguration.spaceRemoveCommand
(ContentCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) -
Uses of ContentCommandSupport in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Fields in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands declared as ContentCommandSupportModifier and TypeFieldDescriptionprotected final ContentCommandSupport
AbstractLabelCommand.commandSupport
protected final ContentCommandSupport
AbstractLikeCommand.commandSupport
protected final ContentCommandSupport
ContentManagementMultiEventsCommand.commandSupport
Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with parameters of type ContentCommandSupportModifierConstructorDescriptionprotected
AbstractLabelCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) protected
AbstractLikeCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) AttachmentUpdateCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) ContentCreateCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) protected
ContentManagementMultiEventsCommand
(ContentCommandSupport commandSupport) ContentPermissionChangeCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) ContentRemoveCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) ContentUpdateCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) LabelAddCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) LabelRemoveCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) LikeCreatedCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) LikeRemovedCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) SpaceEventsCommand
(ContentCommandSupport commandSupport, SpaceService spaceService, SpaceFilteringService spaceFilteringService) SpaceImportCommand
(ContentCommandSupport commandSupport, SpaceManagerInternal spaceManager, SpaceService spaceService, SpaceFilteringService spaceFilteringService) SpacePermissionChangeCommand
(ContentCommandSupport commandSupport, SpacePermissionOperationKeyConverter spacePermissionOperationKeyConverter, SpaceService spaceService, SpaceFilteringService spaceFilteringService) SpaceRemoveCommand
(ContentCommandSupport commandSupport, SpaceFilteringService spaceFilteringService)