Constructor and Description |
---|
PluginContentCreatedEvent(Object source,
CustomContentEntityObject content,
OperationContext<?> context) |
Modifier and Type | Interface and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOperationContext<TRIGGER extends OperationTrigger> |
class |
DefaultDeleteContext |
class |
DefaultSaveContext |
Constructor and Description |
---|
ContentEvent(Object source,
@Nullable OperationContext<?> context) |
Constructor and Description |
---|
BlogPostCreateEvent(Object source,
BlogPost blogPost,
Map<String,Serializable> context,
OperationContext<?> operationContext) |
BlogPostEvent(Object source,
BlogPost blogPost,
OperationContext<?> operationContext) |
BlogPostUpdateEvent(Object source,
BlogPost updatedBlogPost,
@Nullable BlogPost originalBlogPost,
@Nullable OperationContext<PageUpdateTrigger> operationContext) |
Constructor and 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) |
Constructor and Description |
---|
PageCreateEvent(Object source,
Page page,
Map<String,Serializable> context,
@Nullable OperationContext<PageUpdateTrigger> operationContext) |
PageEvent(Object source,
Page page,
OperationContext<?> operationContext) |
PageUpdateEvent(Object source,
Page updatedPage,
@Nullable AbstractPage originalPage,
@Nullable OperationContext<PageUpdateTrigger> operationContext) |
Constructor and Description |
---|
PersonalInformationCreateEvent(Object source,
PersonalInformation personalInformation,
OperationContext<?> context) |
PersonalInformationEvent(Object source,
PersonalInformation personalInformation,
OperationContext<?> context) |
Copyright © 2003–2020 Atlassian. All rights reserved.