com.atlassian.jira.functest.config.sharing
Class FavouritesCleaner
java.lang.Object
com.atlassian.jira.functest.config.sharing.FavouritesCleaner
- All Implemented Interfaces:
- ConfigSharedEntityCleaner
public class FavouritesCleaner
- extends Object
- implements ConfigSharedEntityCleaner
Class that cleans up share permissions associated with a ConfigSharedEntity
.
- Since:
- v4.2
Method Summary |
boolean |
clean(ConfigSharedEntity entity)
Remove all the sharing data associated with the passed entity. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FavouritesCleaner
public FavouritesCleaner(org.dom4j.Document document)
clean
public boolean clean(ConfigSharedEntity entity)
- Description copied from interface:
ConfigSharedEntityCleaner
- Remove all the sharing data associated with the passed entity.
- Specified by:
clean
in interface ConfigSharedEntityCleaner
- Parameters:
entity
- the shared entity to be cleaned.
- Returns:
- true if something changed, false otherwise.
Copyright © 2002-2012 Atlassian. All Rights Reserved.