public abstract class AbstractOperationContext<TRIGGER extends OperationTrigger> extends Object implements OperationContext<TRIGGER>
Modifier and Type | Class and Description |
---|---|
static class |
AbstractOperationContext.BaseBuilder<T extends AbstractOperationContext.BaseBuilder,TRIGGER extends OperationTrigger> |
Modifier and Type | Field and Description |
---|---|
protected boolean |
suppressNotifications |
Modifier | Constructor and Description |
---|---|
protected |
AbstractOperationContext(AbstractOperationContext.BaseBuilder<?,TRIGGER> builder) |
Modifier and Type | Method and Description |
---|---|
TRIGGER |
getUpdateTrigger() |
boolean |
isEventSuppressed()
Control whether the save should result in an event being published.
|
boolean |
isSuppressNotifications()
Indicates that notifications should not be sent out informing users
of the changes to this content.
|
protected AbstractOperationContext(AbstractOperationContext.BaseBuilder<?,TRIGGER> builder)
public final boolean isEventSuppressed()
OperationContext
isEventSuppressed
in interface OperationContext<TRIGGER extends OperationTrigger>
public final boolean isSuppressNotifications()
OperationContext
isSuppressNotifications
in interface OperationContext<TRIGGER extends OperationTrigger>
public final TRIGGER getUpdateTrigger()
getUpdateTrigger
in interface OperationContext<TRIGGER extends OperationTrigger>
Copyright © 2003–2020 Atlassian. All rights reserved.