java.lang.Object |
↳ |
com.atlassian.jira.security.ProjectPermissionOverrideDescriptorCache |
Class Overview
Simple cache for Project Permission Override Module Descriptors (@see ProjectPermissionOverrideModuleDescriptor)
Modules being enabled / disabled trigger cache reload
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.atlassian.jira.extension.Startable
void
|
start()
This method will be called after the plugin system is fully initialised and all components added to the
dependency injection framework.
|
|
Public Constructors
public
ProjectPermissionOverrideDescriptorCache
(EventPublisher eventPublisher)
Public Methods
public
void
start
()
This method will be called after the plugin system is fully initialised and all components added to the
dependency injection framework.
Protected Methods
protected
synchronized
void
reloadCache
()