Uses of Interface
com.atlassian.confluence.core.OperationContext
Packages that use OperationContext
Package
Description
-
Uses of OperationContext in com.atlassian.confluence.content.event
Constructors in com.atlassian.confluence.content.event with parameters of type OperationContextModifierConstructorDescriptionPluginContentCreatedEvent
(Object source, CustomContentEntityObject content, OperationContext<?> context) -
Uses of OperationContext in com.atlassian.confluence.core
Subinterfaces of OperationContext in com.atlassian.confluence.coreModifier and TypeInterfaceDescriptioninterface
Context for managers to call upon when making decisions about how to delete an object.interface
Context for managers to call upon when making decisions about how to save an object.Classes in com.atlassian.confluence.core that implement OperationContextModifier and TypeClassDescriptionclass
AbstractOperationContext<TRIGGER extends OperationTrigger>
class
class
-
Uses of OperationContext in com.atlassian.confluence.event.events.content
Constructors in com.atlassian.confluence.event.events.content with parameters of type OperationContext -
Uses of OperationContext in com.atlassian.confluence.event.events.content.blogpost
Constructors in com.atlassian.confluence.event.events.content.blogpost with parameters of type OperationContextModifierConstructorDescriptionBlogPostCreateEvent
(Object source, BlogPost blogPost, Map<String, Serializable> context, @Nullable OperationContext<?> operationContext) BlogPostEvent
(Object source, BlogPost blogPost, @Nullable OperationContext<?> operationContext) BlogPostUpdateEvent
(Object source, BlogPost updatedBlogPost, @Nullable BlogPost originalBlogPost, @Nullable OperationContext<PageUpdateTrigger> operationContext) -
Uses of OperationContext in com.atlassian.confluence.event.events.content.comment
Constructors in com.atlassian.confluence.event.events.content.comment with parameters of type OperationContextModifierConstructorDescriptionCommentCreateEvent
(Object source, Comment comment, OperationContext<?> context) CommentEvent
(Object source, Comment comment, @Nullable OperationContext<?> context) CommentUpdateEvent
(Object source, Comment comment, @Nullable Comment originalComment, @Nullable OperationContext<?> operationContext) -
Uses of OperationContext in com.atlassian.confluence.event.events.content.page
Constructors in com.atlassian.confluence.event.events.content.page with parameters of type OperationContextModifierConstructorDescriptionPageCreateEvent
(Object source, Page page, Map<String, Serializable> context, @Nullable OperationContext<PageUpdateTrigger> operationContext) PageEvent
(Object source, Page page, @Nullable OperationContext<?> operationContext) PageUpdateEvent
(Object source, Page updatedPage, @Nullable AbstractPage originalPage, @Nullable OperationContext<PageUpdateTrigger> operationContext) -
Uses of OperationContext in com.atlassian.confluence.event.events.content.user
Constructors in com.atlassian.confluence.event.events.content.user with parameters of type OperationContextModifierConstructorDescriptionPersonalInformationCreateEvent
(Object source, PersonalInformation personalInformation, OperationContext<?> context) PersonalInformationEvent
(Object source, PersonalInformation personalInformation, OperationContext<?> context)