public class ProjectPermissionOverrideDescriptorCache extends Object implements Startable
| Constructor and Description | 
|---|
ProjectPermissionOverrideDescriptorCache(com.atlassian.event.api.EventPublisher eventPublisher)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ProjectPermissionOverrideModuleDescriptor> | 
getProjectPermissionOverrideDescriptors()  | 
void | 
onPluginModuleDisabledEvent(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)  | 
void | 
onPluginModuleEnabledEvent(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event)  | 
protected void | 
reloadCache()  | 
void | 
start()
This method will be called after the plugin system is fully initialised and all components added to the
 dependency injection framework. 
 | 
public ProjectPermissionOverrideDescriptorCache(com.atlassian.event.api.EventPublisher eventPublisher)
@EventListener public void onPluginModuleEnabledEvent(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event)
@EventListener public void onPluginModuleDisabledEvent(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)
public List<ProjectPermissionOverrideModuleDescriptor> getProjectPermissionOverrideDescriptors()
public void start()
           throws Exception
Startableprotected void reloadCache()
Copyright © 2002-2017 Atlassian. All Rights Reserved.