Uses of Interface
com.atlassian.jira.bc.project.component.ProjectComponentStore
Packages that use ProjectComponentStore
Package
Description
-
Uses of ProjectComponentStore in com.atlassian.jira.bc.project.component
Classes in com.atlassian.jira.bc.project.component that implement ProjectComponentStoreModifier and TypeClassDescriptionclassDecorates an implementation of the project component delegateStore with caching.classOfbiz non-caching implementation ofProjectComponentStore.Constructors in com.atlassian.jira.bc.project.component with parameters of type ProjectComponentStoreModifierConstructorDescriptionCachingProjectComponentStore(ProjectComponentStore delegateStore, com.atlassian.beehive.ClusterLockService clusterLockService, com.atlassian.cache.CacheManager cacheManager) DefaultProjectComponentManager(ProjectComponentStore store, IssueManager issueManager, com.atlassian.event.api.EventPublisher eventPublisher, UserManager userManager, NodeAssociationStore nodeAssociationStore, DbConnectionManager dbConnectionManager) Creates a new instance of this class and sets the store that will be used for persistence. -
Uses of ProjectComponentStore in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return ProjectComponentStoreModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.CachingProjectComponentStore(OfBizProjectComponentStore delegateStore, com.atlassian.beehive.ClusterLockService clusterLockService, com.atlassian.cache.CacheManager cacheManager) Methods in com.atlassian.jira.component.spring.registrar with parameters of type ProjectComponentStoreModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.projectComponentManager(ProjectComponentStore store, IssueManager issueManager, com.atlassian.event.api.EventPublisher eventPublisher, UserManager userManager, NodeAssociationStore nodeAssociationStore, DbConnectionManager dbConnectionManager) -
Uses of ProjectComponentStore in com.atlassian.jira.user.anonymize.handlers.ownership
Constructors in com.atlassian.jira.user.anonymize.handlers.ownership with parameters of type ProjectComponentStoreModifierConstructorDescriptionComponentLeadOwnershipTransferHandler(ProjectComponentStore projectComponentStore, JiraAuthenticationContext jiraAuthenticationContext)