com.atlassian.jira.functest.config.sharing
Interface ConfigSharedEntityCleaner

All Known Implementing Classes:
DefaultConfigSharedEntityCleaner, FavouritesCleaner, SharePermissionsCleaner

public interface ConfigSharedEntityCleaner

Cleans the sharing data associated with a ConfigSharedEntity.

Since:
v4.2

Method Summary
 boolean clean(ConfigSharedEntity entity)
          Remove all the sharing data associated with the passed entity.
 

Method Detail

clean

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.


Copyright © 2002-2013 Atlassian. All Rights Reserved.