Class UserKeyInDraftWorkflowChangeHandler
java.lang.Object
com.atlassian.jira.user.anonymize.handlers.key.AbstractUserKeyInWorkflowChangeHandler
com.atlassian.jira.user.anonymize.handlers.key.UserKeyInDraftWorkflowChangeHandler
- All Implemented Interfaces:
AnonymizationHandler<UserPropertyChangeParameter>
,UserKeyChangeHandler
-
Field Summary
Fields inherited from class com.atlassian.jira.user.anonymize.handlers.key.AbstractUserKeyInWorkflowChangeHandler
workflowManager
Fields inherited from interface com.atlassian.jira.user.anonymize.AnonymizationHandler
DEFAULT_NUMBER_OF_TASKS
-
Constructor Summary
ConstructorsConstructorDescriptionUserKeyInDraftWorkflowChangeHandler
(WorkflowManager workflowManager, JiraAuthenticationContext jiraAuthenticationContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected String
Description key of the currently executed task.protected Collection<JiraWorkflow>
Methods inherited from class com.atlassian.jira.user.anonymize.handlers.key.AbstractUserKeyInWorkflowChangeHandler
getAffectedEntities, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.user.anonymize.AnonymizationHandler
getNumberOfTasks, validateBusinessLogic
-
Constructor Details
-
UserKeyInDraftWorkflowChangeHandler
public UserKeyInDraftWorkflowChangeHandler(WorkflowManager workflowManager, JiraAuthenticationContext jiraAuthenticationContext)
-
-
Method Details
-
getDescriptionKey
- Specified by:
getDescriptionKey
in classAbstractUserKeyInWorkflowChangeHandler
-
getWorkflows
- Specified by:
getWorkflows
in classAbstractUserKeyInWorkflowChangeHandler
-
getTaskDescriptionKey
Description copied from class:AbstractUserKeyInWorkflowChangeHandler
Description key of the currently executed task. Used to report progress to the end user.- Specified by:
getTaskDescriptionKey
in classAbstractUserKeyInWorkflowChangeHandler
- Returns:
- Task description key
-