Interface AnonymizeMentionsCommand.Worker<E>
- All Known Implementing Classes:
ChangeMentionsInComments,ChangeMentionsInCustomFields,ChangeMentionsInIssue,ChangeMentionsInIssueHistory,ChangeMentionsInProjectDescription,ChangeMentionsInTextCustomFieldsDefaultValue,ChangeMentionsInWorklog
- Enclosing class:
AnonymizeMentionsCommand<E,S extends BaseStreamingRetriever<?, String, E>>
public static interface AnonymizeMentionsCommand.Worker<E>
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidvoidexecuteUpdateEntityQuery(E entity, QueryDslAccessor queryDslAccessor, MentionAnonymizationContext ctx)
-
Method Details
-
executeUpdateEntityQuery
void executeUpdateEntityQuery(E entity, QueryDslAccessor queryDslAccessor, MentionAnonymizationContext ctx) -
getSavingErrorMessageKey
String getSavingErrorMessageKey() -
afterUpdates
default void afterUpdates()
-