Class AnonymizeMentionsCommand<E,S extends BaseStreamingRetriever<?,String,E>>
java.lang.Object
com.atlassian.jira.user.anonymize.handlers.username.mention.AnonymizeMentionsCommand<E,S>
- Type Parameters:
E
- the type of anonymized entitiesS
- the type of streaming retriever used, derieved fromBaseStreamingRetriever
public class AnonymizeMentionsCommand<E,S extends BaseStreamingRetriever<?,String,E>>
extends Object
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final JiraAuthenticationContext
static final int
protected final QueryDslAccessor
-
Constructor Summary
ConstructorsConstructorDescriptionAnonymizeMentionsCommand
(S streamingRetriever, AnonymizeMentionsCommand.Worker<E> worker, QueryDslAccessor db, JiraAuthenticationContext authContext) -
Method Summary
-
Field Details
-
BATCH_SIZE
public static final int BATCH_SIZE- See Also:
-
db
-
authContext
-
-
Constructor Details
-
AnonymizeMentionsCommand
public AnonymizeMentionsCommand(S streamingRetriever, AnonymizeMentionsCommand.Worker<E> worker, QueryDslAccessor db, JiraAuthenticationContext authContext)
-
-
Method Details
-
execute
-