Class ChangeMentionsInCustomFields
java.lang.Object
com.atlassian.jira.user.anonymize.handlers.username.mention.issue.ChangeMentionsInCustomFields
- All Implemented Interfaces:
AnonymizeMentionsCommand.Worker<CustomFieldValueDTO>
@ParametersAreNonnullByDefault
public class ChangeMentionsInCustomFields
extends Object
implements AnonymizeMentionsCommand.Worker<CustomFieldValueDTO>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteUpdateEntityQuery(CustomFieldValueDTO entity, QueryDslAccessor queryDslAccessor, MentionAnonymizationContext ctx) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.user.anonymize.handlers.username.mention.AnonymizeMentionsCommand.Worker
afterUpdates
-
Constructor Details
-
ChangeMentionsInCustomFields
public ChangeMentionsInCustomFields()
-
-
Method Details
-
executeUpdateEntityQuery
public void executeUpdateEntityQuery(CustomFieldValueDTO entity, QueryDslAccessor queryDslAccessor, MentionAnonymizationContext ctx) - Specified by:
executeUpdateEntityQueryin interfaceAnonymizeMentionsCommand.Worker<CustomFieldValueDTO>
-
getSavingErrorMessageKey
- Specified by:
getSavingErrorMessageKeyin interfaceAnonymizeMentionsCommand.Worker<CustomFieldValueDTO>
-