com.atlassian.jira.functest.config.sharing
Class SharePermissionsCleaner

java.lang.Object
  extended by com.atlassian.jira.functest.config.sharing.SharePermissionsCleaner
All Implemented Interfaces:
ConfigSharedEntityCleaner

public class SharePermissionsCleaner
extends Object
implements ConfigSharedEntityCleaner

Class that cleans up share permissions associated with a ConfigSharedEntity.

Since:
v4.2

Constructor Summary
SharePermissionsCleaner(org.dom4j.Document document)
           
 
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
 

Constructor Detail

SharePermissionsCleaner

public SharePermissionsCleaner(org.dom4j.Document document)
Method Detail

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-2013 Atlassian. All Rights Reserved.