E
- the type of anonymized entitiesS
- the type of streaming retriever used, derieved from BaseStreamingRetriever
public class AnonymizeMentionsCommand<E,S extends BaseStreamingRetriever<?,String,E>> extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
AnonymizeMentionsCommand.Worker<E> |
Modifier and Type | Field and Description |
---|---|
protected JiraAuthenticationContext |
authContext |
static int |
BATCH_SIZE |
protected QueryDslAccessor |
db |
Constructor and Description |
---|
AnonymizeMentionsCommand(S streamingRetriever,
AnonymizeMentionsCommand.Worker<E> worker,
QueryDslAccessor db,
JiraAuthenticationContext authContext) |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
execute(UserPropertyChangeParameter changeParameter) |
public static final int BATCH_SIZE
protected final QueryDslAccessor db
protected final JiraAuthenticationContext authContext
public AnonymizeMentionsCommand(S streamingRetriever, AnonymizeMentionsCommand.Worker<E> worker, QueryDslAccessor db, JiraAuthenticationContext authContext)
public ServiceResult execute(UserPropertyChangeParameter changeParameter)
Copyright © 2002-2023 Atlassian. All Rights Reserved.