Uses of Interface
com.atlassian.confluence.internal.api.service.incrementalsync.Command
Packages that use Command
Package
Description
- 
Uses of Command in com.atlassian.confluence.internal.api.impl.service.incrementalsyncClasses in com.atlassian.confluence.internal.api.impl.service.incrementalsync that implement CommandModifier and TypeClassDescriptionclassMultiEventsCommand<E,M extends IncrementalSyncModel, J> Based command for all command which could handle multiple eventsMethods in com.atlassian.confluence.internal.api.impl.service.incrementalsync that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandFactoryImpl.createCommand(JournalEntry journalEntry) CommandFactoryImpl.createCommand(Class<?> eventClass, T event) 
- 
Uses of Command in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commandsClasses in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands that implement CommandModifier and TypeClassDescriptionclassAbstractLabelCommand<E extends LabelEvent>Abstract command class to handle LabelEventclassAbstractLikeCommand<E extends AbstractLikeEvent>Abstract command class to handle AbstractLikeEventclassA command to handle AttachmentUpdateEventclassA command which handles common space content create events (PageCreateEvent, BlogPostCreateEvent, CommentCreateEvent)classBased multi command class for Content ManagementclassHandling content permission change for current content and descendants content as well This will listen on eventContentPermissionEventandContentTreePermissionReindexEventclassA command which handles common space content Remove events (PageRemoveEvent, BlogPostRemoveEvent, CommentRemoveEvent)classA command which handles common space content update events (PageUpdateEvent, BlogPostUpdateEvent, CommentUpdateEvent, PageMoveEvent)classA command to handle LabelAddEventclassA command to handle LabelRemoveEventclassA command to handle LikeCreatedEventclassA command to handle LikeRemovedEventclassA command which handles common Space Events (Created, Archived, Unarchived)classCommand to process Space restore finish event for content managementclassCommand which handlesSpacePermissionChangeEventclassCommand which handlesSpaceRemoveEventMethods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands that return types with arguments of type CommandModifier and TypeMethodDescriptionAbstractLabelCommand.newCommand(JournalEntry journalEntry) AbstractLikeCommand.newCommand(JournalEntry journalEntry) AttachmentUpdateCommand.newCommand(JournalEntry journalEntry) AttachmentUpdateCommand.newCommand(AttachmentUpdateEvent event) ContentCreateCommand.newCommand(JournalEntry journalEntry) ContentCreateCommand.newCommand(ContentEvent event) ContentManagementMultiEventsCommand.newCommand(JournalEntry journalEntry, Command<T, ContentManagementIncSyncModel> command) ContentPermissionChangeCommand.newCommand(JournalEntry journalEntry) ContentPermissionChangeCommand.newCommand(ContentEvent event) ContentRemoveCommand.newCommand(JournalEntry journalEntry) ContentRemoveCommand.newCommand(ContentEvent event) ContentUpdateCommand.newCommand(JournalEntry journalEntry) ContentUpdateCommand.newCommand(ContentEvent event) LabelAddCommand.newCommand(LabelAddEvent event) LabelRemoveCommand.newCommand(LabelRemoveEvent event) LikeCreatedCommand.newCommand(LikeCreatedEvent event) LikeRemovedCommand.newCommand(LikeRemovedEvent event) SpaceEventsCommand.newCommand(JournalEntry journalEntry) SpaceEventsCommand.newCommand(SpaceEvent event) SpaceImportCommand.newCommand(JournalEntry journalEntry) SpaceImportCommand.newCommand(AsyncImportFinishedEvent event) SpacePermissionChangeCommand.newCommand(JournalEntry journalEntry) SpacePermissionChangeCommand.newCommand(SpacePermissionChangeEvent event) SpaceRemoveCommand.newCommand(JournalEntry journalEntry) SpaceRemoveCommand.newCommand(SpaceRemoveEvent event) Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with parameters of type CommandModifier and TypeMethodDescriptionContentManagementMultiEventsCommand.newCommand(JournalEntry journalEntry, Command<T, ContentManagementIncSyncModel> command) 
- 
Uses of Command in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commandsClasses in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commands that implement CommandModifier and TypeClassDescriptionclassCommand for handlingGlobalPermissionRemoveEventandGlobalPermissionSaveEventclassCommand for handlingSpaceFilteringUpdatedEventBefore version9.2.8this class name wasSpaceExclusionCommandMethods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commands that return types with arguments of type CommandModifier and TypeMethodDescriptionGlobalPermissionCommand.newCommand(JournalEntry journalEntry) GlobalPermissionCommand.newCommand(GlobalPermissionChangeEvent event) SpaceFilteringCommand.newCommand(JournalEntry journalEntry) SpaceFilteringCommand.newCommand(SpaceFilteringUpdatedEvent event) 
- 
Uses of Command in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commandsClasses in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands that implement CommandModifier and TypeClassDescriptionclassCommand to process ApplicationUpdatedEventclassA Command which handlesUserCreatedEventclassCommand for handlingDirectoryCreatedEvent.classCommand class forGroupCreatedEventclassParent class for commands that process group eventsclassclassclassGroupMembershipsEventCommand<T extends com.atlassian.crowd.event.DirectoryEvent>classCommand class forGroupRemovingEventclassclassclassclassBase class for user management related events.classA Command which handlesUserRemovingEventin different scenarios: Removing a canonical user who exists in only one directory. Removing a canonical user in one directory un-shadows another user another directory. Removing a shadowed user in one directory.classCommand to process Space restore finish event for user managementMethods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands that return types with arguments of type CommandModifier and TypeMethodDescriptionOptional<Command<com.atlassian.crowd.event.application.ApplicationUpdatedEvent, UserManagementInSyncModel>> ApplicationUpdatedEventCommand.newCommand(JournalEntry journalEntry) Optional<Command<com.atlassian.crowd.event.application.ApplicationUpdatedEvent, UserManagementInSyncModel>> ApplicationUpdatedEventCommand.newCommand(com.atlassian.crowd.event.application.ApplicationUpdatedEvent event) Optional<Command<com.atlassian.crowd.event.user.UserCreatedEvent, UserManagementInSyncModel>> CrowdUserCreatedCommand.newCommand(JournalEntry journalEntry) Optional<Command<com.atlassian.crowd.event.user.UserCreatedEvent, UserManagementInSyncModel>> CrowdUserCreatedCommand.newCommand(com.atlassian.crowd.event.user.UserCreatedEvent event) Optional<Command<com.atlassian.crowd.event.DirectoryEvent, UserManagementInSyncModel>> DirectoryEventCommandUserManagement.newCommand(JournalEntry journalEntry) Optional<Command<com.atlassian.crowd.event.DirectoryEvent, UserManagementInSyncModel>> DirectoryEventCommandUserManagement.newCommand(com.atlassian.crowd.event.DirectoryEvent event) Optional<Command<com.atlassian.crowd.event.group.GroupCreatedEvent, UserManagementInSyncModel>> GroupCreatedEventCommand.newCommand(JournalEntry journalEntry) Optional<Command<com.atlassian.crowd.event.group.GroupCreatedEvent, UserManagementInSyncModel>> GroupCreatedEventCommand.newCommand(com.atlassian.crowd.event.group.GroupCreatedEvent event) Optional<Command<com.atlassian.crowd.event.group.GroupMembershipsCreatedEvent, UserManagementInSyncModel>> GroupMembershipsCreatedEventCommand.newCommand(JournalEntry journalEntry) Optional<Command<com.atlassian.crowd.event.group.GroupMembershipsCreatedEvent, UserManagementInSyncModel>> GroupMembershipsCreatedEventCommand.newCommand(com.atlassian.crowd.event.group.GroupMembershipsCreatedEvent event) Optional<Command<com.atlassian.crowd.event.group.GroupMembershipsDeletedEvent, UserManagementInSyncModel>> GroupMembershipsDeletedEventCommand.newCommand(JournalEntry journalEntry) Optional<Command<com.atlassian.crowd.event.group.GroupMembershipsDeletedEvent, UserManagementInSyncModel>> GroupMembershipsDeletedEventCommand.newCommand(com.atlassian.crowd.event.group.GroupMembershipsDeletedEvent event) GroupRemovingEventCommand.newCommand(JournalEntry journalEntry) GroupRemovingEventCommand.newCommand(GroupRemovingEvent event) PostUserRenamedEventCommand.newCommand(JournalEntry journalEntry) PostUserRenamedEventCommand.newCommand(PostUserRenamedEvent event) Optional<Command<com.atlassian.crowd.event.user.UserEditedEvent, UserManagementInSyncModel>> UserActivationEventCommandUserManagement.newCommand(JournalEntry journalEntry) Optional<Command<com.atlassian.crowd.event.user.UserEditedEvent, UserManagementInSyncModel>> UserActivationEventCommandUserManagement.newCommand(com.atlassian.crowd.event.user.UserEditedEvent event) UserManagementMultiEventsCommand.newCommand(JournalEntry journalEntry, Command<T, UserManagementInSyncModel> command) UserRemovingEventCommand.newCommand(JournalEntry journalEntry) UserRemovingEventCommand.newCommand(UserRemovingEvent event) UserSpaceImportCommand.newCommand(JournalEntry journalEntry) UserSpaceImportCommand.newCommand(AsyncImportFinishedEvent event) Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands with parameters of type CommandModifier and TypeMethodDescriptionUserManagementMultiEventsCommand.newCommand(JournalEntry journalEntry, Command<T, UserManagementInSyncModel> command) 
- 
Uses of Command in com.atlassian.confluence.internal.api.incrementalsync.modelMethods in com.atlassian.confluence.internal.api.incrementalsync.model that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandFactory.createCommand(JournalEntry journalEntry) Create aCommandbased on input journal entryCommandFactory.createCommand(Class<?> eventClass, T event) Create aCommandbased on input event
- 
Uses of Command in com.atlassian.confluence.internal.api.service.incrementalsyncMethods in com.atlassian.confluence.internal.api.service.incrementalsync that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandCreator.newCommand(JournalEntry journalEntry) Create new command from a journal entry.CommandCreator.newCommand(E event) Create new command from an event