Uses of Interface
com.atlassian.confluence.core.OperationTrigger
-
Packages that use OperationTrigger Package Description com.atlassian.confluence.core com.atlassian.confluence.pages -
-
Uses of OperationTrigger in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core with type parameters of type OperationTrigger Modifier and Type Class Description class
AbstractOperationContext<TRIGGER extends OperationTrigger>
static class
AbstractOperationContext.BaseBuilder<T extends AbstractOperationContext.BaseBuilder,TRIGGER extends OperationTrigger>
interface
OperationContext<TRIGGER extends OperationTrigger>
Context for managers to call upon when making decisions on how to handle a given object operation (create,delete,save) -
Uses of OperationTrigger in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement OperationTrigger Modifier and Type Class Description class
PageDeleteTrigger
Used to specify how a page delete was triggered.class
PageUpdateTrigger
Used to specify how a page update was triggered.
-