Uses of Interface
com.atlassian.confluence.core.OperationContext
Packages that use OperationContext
Package
Description
- 
Uses of OperationContext in com.atlassian.confluence.content.eventConstructors in com.atlassian.confluence.content.event with parameters of type OperationContextModifierConstructorDescriptionPluginContentCreatedEvent(Object source, CustomContentEntityObject content, OperationContext<?> context) 
- 
Uses of OperationContext in com.atlassian.confluence.coreSubinterfaces of OperationContext in com.atlassian.confluence.coreModifier and TypeInterfaceDescriptioninterfaceContext for managers to call upon when making decisions about how to delete an object.interfaceContext for managers to call upon when making decisions about how to save an object.Classes in com.atlassian.confluence.core that implement OperationContextModifier and TypeClassDescriptionclassAbstractOperationContext<TRIGGER extends OperationTrigger>classclass
- 
Uses of OperationContext in com.atlassian.confluence.event.events.contentConstructors in com.atlassian.confluence.event.events.content with parameters of type OperationContext
- 
Uses of OperationContext in com.atlassian.confluence.event.events.content.blogpostConstructors 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.commentConstructors 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.pageConstructors 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.userConstructors 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)