@ParametersAreNonnullByDefault public class ChangeMentionsInProjectDescription extends Object implements AnonymizeMentionsCommand.Worker<ProjectDTO>
Constructor and Description |
---|
ChangeMentionsInProjectDescription(ApplicationProperties applicationProperties,
ProjectManager projectManager) |
Modifier and Type | Method and Description |
---|---|
void |
afterUpdates() |
void |
executeUpdateEntityQuery(ProjectDTO entity,
QueryDslAccessor queryDslAccessor,
MentionAnonymizationContext ctx) |
String |
getSavingErrorMessageKey() |
public ChangeMentionsInProjectDescription(ApplicationProperties applicationProperties, ProjectManager projectManager)
public void executeUpdateEntityQuery(ProjectDTO entity, QueryDslAccessor queryDslAccessor, MentionAnonymizationContext ctx)
executeUpdateEntityQuery
in interface AnonymizeMentionsCommand.Worker<ProjectDTO>
public String getSavingErrorMessageKey()
getSavingErrorMessageKey
in interface AnonymizeMentionsCommand.Worker<ProjectDTO>
public void afterUpdates()
afterUpdates
in interface AnonymizeMentionsCommand.Worker<ProjectDTO>
Copyright © 2002-2022 Atlassian. All Rights Reserved.