public class

FavouritesCleaner

extends Object
implements ConfigSharedEntityCleaner
java.lang.Object
   ↳ com.atlassian.jira.functest.config.sharing.FavouritesCleaner

Class Overview

Class that cleans up share permissions associated with a ConfigSharedEntity.

Summary

Public Constructors
FavouritesCleaner(Document document)
Public Methods
boolean clean(ConfigSharedEntity entity)
Remove all the sharing data associated with the passed entity.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.functest.config.sharing.ConfigSharedEntityCleaner

Public Constructors

public FavouritesCleaner (Document document)

Public Methods

public boolean clean (ConfigSharedEntity entity)

Remove all the sharing data associated with the passed entity.

Parameters
entity the shared entity to be cleaned.
Returns
  • true if something changed, false otherwise.