Uses of Interface
com.atlassian.confluence.core.OperationContext
-
-
Uses of OperationContext in com.atlassian.confluence.content.event
Constructors in com.atlassian.confluence.content.event with parameters of type OperationContext Constructor Description PluginContentCreatedEvent(Object source, CustomContentEntityObject content, OperationContext<?> context)
-
Uses of OperationContext in com.atlassian.confluence.core
Subinterfaces of OperationContext in com.atlassian.confluence.core Modifier and Type Interface Description interface
DeleteContext
Context for managers to call upon when making decisions about how to delete an object.interface
SaveContext
Context for managers to call upon when making decisions about how to save an object.Classes in com.atlassian.confluence.core that implement OperationContext Modifier and Type Class Description class
AbstractOperationContext<TRIGGER extends OperationTrigger>
class
DefaultDeleteContext
class
DefaultSaveContext
-
Uses of OperationContext in com.atlassian.confluence.event.events.content
Constructors in com.atlassian.confluence.event.events.content with parameters of type OperationContext Constructor Description ContentEvent(Object source, @Nullable OperationContext<?> context)
-
Uses of OperationContext in com.atlassian.confluence.event.events.content.blogpost
Constructors in com.atlassian.confluence.event.events.content.blogpost with parameters of type OperationContext Constructor Description BlogPostCreateEvent(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 OperationContext Constructor Description CommentCreateEvent(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 OperationContext Constructor Description PageCreateEvent(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 OperationContext Constructor Description PersonalInformationCreateEvent(Object source, PersonalInformation personalInformation, OperationContext<?> context)
PersonalInformationEvent(Object source, PersonalInformation personalInformation, OperationContext<?> context)
-