Uses of Class
com.atlassian.jira.EventComponent

Packages that use EventComponent
com.atlassian.jira.bc.dataimport.ha   
com.atlassian.jira.bc.project.component   
com.atlassian.jira.bc.project.version.remotelink   
com.atlassian.jira.cluster   
com.atlassian.jira.config   
com.atlassian.jira.config.properties   
com.atlassian.jira.datetime A small set of classes that allow clients to format and parse dates in JIRA, in a way that is time zone and locale aware. 
com.atlassian.jira.event   
com.atlassian.jira.event.listeners   
com.atlassian.jira.event.listeners.cache   
com.atlassian.jira.event.listeners.mention   
com.atlassian.jira.event.listeners.reindex   
com.atlassian.jira.event.listeners.search   
com.atlassian.jira.event.type   
com.atlassian.jira.favourites   
com.atlassian.jira.help   
com.atlassian.jira.index.ha   
com.atlassian.jira.index.property   
com.atlassian.jira.issue.context.persistence   
com.atlassian.jira.issue.customfields.manager   
com.atlassian.jira.issue.fields.config.persistence   
com.atlassian.jira.issue.fields.layout.column   
com.atlassian.jira.issue.fields.layout.field   
com.atlassian.jira.issue.fields.option   
com.atlassian.jira.issue.fields.screen   
com.atlassian.jira.issue.fields.screen.issuetype   
com.atlassian.jira.issue.label   
com.atlassian.jira.issue.link   
com.atlassian.jira.issue.managers   
com.atlassian.jira.issue.search   
com.atlassian.jira.issue.search.managers   
com.atlassian.jira.issue.security   
com.atlassian.jira.license   
com.atlassian.jira.mention.commands   
com.atlassian.jira.plugin   
com.atlassian.jira.plugin.keyboardshortcut   
com.atlassian.jira.plugin.userformat.configuration   
com.atlassian.jira.portal   
com.atlassian.jira.portal.gadgets   
com.atlassian.jira.project   
com.atlassian.jira.project.util   
com.atlassian.jira.project.version   
com.atlassian.jira.propertyset   
com.atlassian.jira.security   
com.atlassian.jira.security.auth.trustedapps   
com.atlassian.jira.security.plugin   
com.atlassian.jira.security.roles   
com.atlassian.jira.service   
com.atlassian.jira.servlet   
com.atlassian.jira.sharing   
com.atlassian.jira.template   
com.atlassian.jira.template.velocity   
com.atlassian.jira.user   
com.atlassian.jira.web.dispatcher   
com.atlassian.jira.web.util   
com.atlassian.jira.workflow   
 

Uses of EventComponent in com.atlassian.jira.bc.dataimport.ha
 

Classes in com.atlassian.jira.bc.dataimport.ha with annotations of type EventComponent
 class ClusterImportListener
          Listens for imports and takes the appropriate actions
 

Uses of EventComponent in com.atlassian.jira.bc.project.component
 

Classes in com.atlassian.jira.bc.project.component with annotations of type EventComponent
 class CachingProjectComponentStore
          Decorates an implementation of the project component delegateStore with caching.
 

Uses of EventComponent in com.atlassian.jira.bc.project.version.remotelink
 

Classes in com.atlassian.jira.bc.project.version.remotelink with annotations of type EventComponent
 class RemoteVersionLinkServiceImpl
           
 

Uses of EventComponent in com.atlassian.jira.cluster
 

Classes in com.atlassian.jira.cluster with annotations of type EventComponent
 class ClusterNodePropertiesImpl
          Responsible for loading the cluster properties from file, if it exists
 class DefaultNodeStateManager
          Manage the state of the current node.
 

Uses of EventComponent in com.atlassian.jira.config
 

Classes in com.atlassian.jira.config with annotations of type EventComponent
 class DefaultConstantsManager
           
 class DefaultReindexMessageManager
          Default implementation of the Reindex Message Manager that uses a simple PropertySet to store the last message pushed.
 

Uses of EventComponent in com.atlassian.jira.config.properties
 

Classes in com.atlassian.jira.config.properties with annotations of type EventComponent
 class ApplicationPropertiesImpl
          A class to manage the interface with a single property set, used for application properties
 

Uses of EventComponent in com.atlassian.jira.datetime
 

Classes in com.atlassian.jira.datetime with annotations of type EventComponent
 class DateTimeFormatterFactoryImpl
          This class is responsible for providing DateTimeFormatter instances to JIRA and plugin code.
 

Uses of EventComponent in com.atlassian.jira.event
 

Classes in com.atlassian.jira.event with annotations of type EventComponent
 class JiraEventExecutorFactory
          This is a thread pool for async events.
 

Uses of EventComponent in com.atlassian.jira.event.listeners
 

Classes in com.atlassian.jira.event.listeners with annotations of type EventComponent
 class ProjectKeyRegexChangeListener
          Listens for ApplicationPropertyChangeEvent events in case the project key regex changes and resets the key matcher accordingly.
 

Uses of EventComponent in com.atlassian.jira.event.listeners.cache
 

Classes in com.atlassian.jira.event.listeners.cache with annotations of type EventComponent
 class JiraExternalLibrariesCacheClearingListener
          Used to clear caches of external libraries that JIRA uses, such as webwork.
 

Uses of EventComponent in com.atlassian.jira.event.listeners.mention
 

Classes in com.atlassian.jira.event.listeners.mention with annotations of type EventComponent
 class MentionEventListener
          Mention event listener that handles comment and edit events to notify any users that were mentioned using either
 

Uses of EventComponent in com.atlassian.jira.event.listeners.reindex
 

Classes in com.atlassian.jira.event.listeners.reindex with annotations of type EventComponent
 class ReindexMessageListener
          Adds a re-index notification whenever a plugin module requiring reindex is enabled.
 

Uses of EventComponent in com.atlassian.jira.event.listeners.search
 

Classes in com.atlassian.jira.event.listeners.search with annotations of type EventComponent
 class IssuePropertyEventListener
           
 

Uses of EventComponent in com.atlassian.jira.event.type
 

Classes in com.atlassian.jira.event.type with annotations of type EventComponent
 class DefaultEventTypeManager
           
 

Uses of EventComponent in com.atlassian.jira.favourites
 

Classes in com.atlassian.jira.favourites with annotations of type EventComponent
 class CachingFavouritesStore
          Cache is keyed on userkey:type.
 

Uses of EventComponent in com.atlassian.jira.help
 

Classes in com.atlassian.jira.help with annotations of type EventComponent
 class CachingHelpUrls
           
 

Uses of EventComponent in com.atlassian.jira.index.ha
 

Classes in com.atlassian.jira.index.ha with annotations of type EventComponent
 class DefaultReplicatedIndexManager
          Manages the replicated index.
 

Uses of EventComponent in com.atlassian.jira.index.property
 

Classes in com.atlassian.jira.index.property with annotations of type EventComponent
 class CachingPluginIndexConfigurationManager
           
 

Uses of EventComponent in com.atlassian.jira.issue.context.persistence
 

Classes in com.atlassian.jira.issue.context.persistence with annotations of type EventComponent
 class CachingFieldConfigContextPersister
          Caching decorator for FieldConfigContextPersister.
 

Uses of EventComponent in com.atlassian.jira.issue.customfields.manager
 

Classes in com.atlassian.jira.issue.customfields.manager with annotations of type EventComponent
 class CachedGenericConfigManager
           
 class CachedOptionsManager
          Cache for Options Manager.
 

Uses of EventComponent in com.atlassian.jira.issue.fields.config.persistence
 

Classes in com.atlassian.jira.issue.fields.config.persistence with annotations of type EventComponent
 class CachedFieldConfigSchemePersister
          A simple caching wrapper

NOTE : you may be wondering about the cache invalidation strategy on this cache.

 

Uses of EventComponent in com.atlassian.jira.issue.fields.layout.column
 

Classes in com.atlassian.jira.issue.fields.layout.column with annotations of type EventComponent
 class DefaultColumnLayoutManager
           
 

Uses of EventComponent in com.atlassian.jira.issue.fields.layout.field
 

Classes in com.atlassian.jira.issue.fields.layout.field with annotations of type EventComponent
 class AbstractFieldLayoutManager
           
 class DefaultFieldLayoutManager
           
 

Uses of EventComponent in com.atlassian.jira.issue.fields.option
 

Classes in com.atlassian.jira.issue.fields.option with annotations of type EventComponent
 class CachedOptionSetManager
           
 

Uses of EventComponent in com.atlassian.jira.issue.fields.screen
 

Classes in com.atlassian.jira.issue.fields.screen with annotations of type EventComponent
 class CachingFieldScreenStore
          Copyright (c) 2002-2004 All rights reserved.
 class DefaultFieldScreenSchemeManager
          Copyright (c) 2002-2004 All rights reserved.
 

Uses of EventComponent in com.atlassian.jira.issue.fields.screen.issuetype
 

Classes in com.atlassian.jira.issue.fields.screen.issuetype with annotations of type EventComponent
 class DefaultIssueTypeScreenSchemeManager
          Copyright (c) 2002-2004 All rights reserved.
 

Uses of EventComponent in com.atlassian.jira.issue.label
 

Classes in com.atlassian.jira.issue.label with annotations of type EventComponent
 class CachingLabelStore
          Caching implementation of the Label store, that caches labels in a weakhashmap based on the issue/field combination.
 

Uses of EventComponent in com.atlassian.jira.issue.link
 

Classes in com.atlassian.jira.issue.link with annotations of type EventComponent
 class DefaultIssueLinkManager
           
 class DefaultIssueLinkTypeManager
           
 

Uses of EventComponent in com.atlassian.jira.issue.managers
 

Classes in com.atlassian.jira.issue.managers with annotations of type EventComponent
 class DefaultRendererManager
          The default implementation of a RendererManager.
 

Uses of EventComponent in com.atlassian.jira.issue.search
 

Classes in com.atlassian.jira.issue.search with annotations of type EventComponent
 class CachingSearchRequestStore
          Caching store for SearchRequest.
 

Uses of EventComponent in com.atlassian.jira.issue.search.managers
 

Classes in com.atlassian.jira.issue.search.managers with annotations of type EventComponent
 class DefaultSearchHandlerManager
          Default JIRA implementation of SearchHandlerManager.
 

Uses of EventComponent in com.atlassian.jira.issue.security
 

Classes in com.atlassian.jira.issue.security with annotations of type EventComponent
 class IssueSecurityLevelManagerImpl
          This class gets a list of all the security that can be part of a issue security scheme
 

Uses of EventComponent in com.atlassian.jira.license
 

Classes in com.atlassian.jira.license with annotations of type EventComponent
 class LicenseRoleGroupsCache
          This is a very basic cache that stores license role to group mappings.
 

Uses of EventComponent in com.atlassian.jira.mention.commands
 

Classes in com.atlassian.jira.mention.commands with annotations of type EventComponent
 class EmailMentionedUsers
          Responsible for sending out a notification email to the users mentioned in an issue.
 

Uses of EventComponent in com.atlassian.jira.plugin
 

Classes in com.atlassian.jira.plugin with annotations of type EventComponent
 class JiraPluginPersistentStateStore
           
 

Uses of EventComponent in com.atlassian.jira.plugin.keyboardshortcut
 

Classes in com.atlassian.jira.plugin.keyboardshortcut with annotations of type EventComponent
 class CachingKeyboardShortcutManager
           
 

Uses of EventComponent in com.atlassian.jira.plugin.userformat.configuration
 

Classes in com.atlassian.jira.plugin.userformat.configuration with annotations of type EventComponent
 class PluginsAwareUserFormatTypeConfiguration
          Reacts to plugin system events and updates the user format configuration accordingly.
 class PropertySetBackedUserFormatTypeConfiguration
          Responsible for storing the configured user format modules for each user format type in a property set.
 

Uses of EventComponent in com.atlassian.jira.portal
 

Classes in com.atlassian.jira.portal with annotations of type EventComponent
 class CachingPortalPageStore
          Caching store for PortalPage.
 class CachingPortletConfigurationStore
          Caching store for Portlet Configurations.
 

Uses of EventComponent in com.atlassian.jira.portal.gadgets
 

Classes in com.atlassian.jira.portal.gadgets with annotations of type EventComponent
 class CachingExternalGadgetStore
          Eagerly caching implementation on the external Gadget store.
 

Uses of EventComponent in com.atlassian.jira.project
 

Classes in com.atlassian.jira.project with annotations of type EventComponent
 class CachingProjectManager
           
 class DefaultProjectManager
          A class to manage interactions with projects
 

Uses of EventComponent in com.atlassian.jira.project.util
 

Classes in com.atlassian.jira.project.util with annotations of type EventComponent
 class CachingProjectKeyStore
           
 

Uses of EventComponent in com.atlassian.jira.project.version
 

Classes in com.atlassian.jira.project.version with annotations of type EventComponent
 class CachingVersionStore
          A caching implementation of the VersionStore that relies on a delegate to do the DB operations.
 

Uses of EventComponent in com.atlassian.jira.propertyset
 

Classes in com.atlassian.jira.propertyset with annotations of type EventComponent
 class CachingOfBizPropertyEntryStore
           
 class DefaultJiraCachingPropertySetManager
          Default implementation of JiraCachingPropertySetManager.
 

Uses of EventComponent in com.atlassian.jira.security
 

Classes in com.atlassian.jira.security with annotations of type EventComponent
 class DefaultGlobalPermissionManager
           
 

Uses of EventComponent in com.atlassian.jira.security.auth.trustedapps
 

Classes in com.atlassian.jira.security.auth.trustedapps with annotations of type EventComponent
 class CachingTrustedApplicationManager
          TrustedApplicationManager that caches the info objects in memory.
 class CachingTrustedApplicationStore
          TrustedApplicationStore that caches the data objects in memory.
 class DefaultCurrentApplicationStore
           
 

Uses of EventComponent in com.atlassian.jira.security.plugin
 

Classes in com.atlassian.jira.security.plugin with annotations of type EventComponent
 class GlobalPermissionTypesManagerImpl
           
 class ProjectPermissionTypesManagerImpl
           
 

Uses of EventComponent in com.atlassian.jira.security.roles
 

Classes in com.atlassian.jira.security.roles with annotations of type EventComponent
 class CachingProjectRoleAndActorStore
          A caching implementation of the ProjectRoleAndActorStore that delegates to another ProjectRoleAndActorStore.
 

Uses of EventComponent in com.atlassian.jira.service
 

Classes in com.atlassian.jira.service with annotations of type EventComponent
 class DefaultServiceManager
           
 

Uses of EventComponent in com.atlassian.jira.servlet
 

Classes in com.atlassian.jira.servlet with annotations of type EventComponent
 class JiraCaptchaServiceImpl
           
 

Uses of EventComponent in com.atlassian.jira.sharing
 

Classes in com.atlassian.jira.sharing with annotations of type EventComponent
 class CachingSharePermissionStore
          Cache is key on entityId:type.
 

Uses of EventComponent in com.atlassian.jira.template
 

Classes in com.atlassian.jira.template with annotations of type EventComponent
 class DefaultTemplateManager
          A manager for the email velocity templates within the system.
 

Uses of EventComponent in com.atlassian.jira.template.velocity
 

Classes in com.atlassian.jira.template.velocity with annotations of type EventComponent
 class VelocityTemplateCache
          Caches per-template information so that we only calculate it at most once.
 

Uses of EventComponent in com.atlassian.jira.user
 

Classes in com.atlassian.jira.user with annotations of type EventComponent
 class CachingUserHistoryStore
          Caching implementation of UserHistoryStore.
 class DefaultSecureUserTokenManager
           
 

Uses of EventComponent in com.atlassian.jira.web.dispatcher
 

Classes in com.atlassian.jira.web.dispatcher with annotations of type EventComponent
static class PluginsAwareViewMapping.Component
          A component that reacts to plugin events and clears the current cache of view mappings when webwork plugin module descriptors are enabled / disabled.
 

Uses of EventComponent in com.atlassian.jira.web.util
 

Classes in com.atlassian.jira.web.util with annotations of type EventComponent
 class OutlookDateManagerImpl
           
 

Uses of EventComponent in com.atlassian.jira.workflow
 

Classes in com.atlassian.jira.workflow with annotations of type EventComponent
 class CachingDraftWorkflowStore
          Provides a caching implementation of the DraftWorkflowStore.
 class CachingWorkflowDescriptorStore
          Used to cache workflowDescriptors in JIRA.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.