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 TypeClassDescriptionclassSupporter 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) CommandsConfiguration.contentCreateCommand(ContentCommandSupport commandSupport, ContentService contentService) CommandsConfiguration.contentPermissionChangeCommand(ContentCommandSupport commandSupport, ContentService contentService) CommandsConfiguration.contentRemoveCommand(ContentCommandSupport commandSupport, ContentService contentService) CommandsConfiguration.contentUpdateCommand(ContentCommandSupport commandSupport, ContentService contentService) CommandsConfiguration.spaceEventsCommand(ContentCommandSupport commandSupport, SpaceService spaceService) CommandsConfiguration.spaceImportCommand(ContentCommandSupport commandSupport, SpaceManagerInternal spaceManager, SpaceService spaceService) CommandsConfiguration.spacePermissionChangeCommand(ContentCommandSupport commandSupport, SpacePermissionOperationKeyConverter spacePermissionOperationKeyConverter, SpaceService spaceService) CommandsConfiguration.spaceRemoveCommand(ContentCommandSupport commandSupport) -
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 ContentCommandSupportContentManagementMultiEventsCommand.commandSupportConstructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with parameters of type ContentCommandSupportModifierConstructorDescriptionAttachmentUpdateCommand(ContentCommandSupport commandSupport, ContentService contentService) ContentCreateCommand(ContentCommandSupport commandSupport, ContentService contentService) protectedContentManagementMultiEventsCommand(ContentCommandSupport commandSupport) ContentPermissionChangeCommand(ContentCommandSupport commandSupport, ContentService contentService) ContentRemoveCommand(ContentCommandSupport commandSupport, ContentService contentService) ContentUpdateCommand(ContentCommandSupport commandSupport, ContentService contentService) SpaceEventsCommand(ContentCommandSupport commandSupport, SpaceService spaceService) SpaceImportCommand(ContentCommandSupport commandSupport, SpaceManagerInternal spaceManager, SpaceService spaceService) SpacePermissionChangeCommand(ContentCommandSupport commandSupport, SpacePermissionOperationKeyConverter spacePermissionOperationKeyConverter, SpaceService spaceService) SpaceRemoveCommand(ContentCommandSupport commandSupport)