|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IssueIndexManager in com.atlassian.jira |
---|
Methods in com.atlassian.jira that return IssueIndexManager | |
---|---|
static IssueIndexManager |
ManagerFactory.getIndexManager()
Deprecated. |
IssueIndexManager |
ComponentManager.getIndexManager()
Retrieves and returns the issue index manager instance |
Methods in com.atlassian.jira with parameters of type IssueIndexManager | |
---|---|
static void |
ManagerFactory.quickRefresh(IssueIndexManager indexManager)
Deprecated. This shit is only being used in "unit" tests that extend from LegacyJiraMockTestCase, don't use this anymore. Please write your unit tests using mocks. |
Uses of IssueIndexManager in com.atlassian.jira.bc.project.version |
---|
Constructors in com.atlassian.jira.bc.project.version with parameters of type IssueIndexManager | |
---|---|
DefaultVersionService(VersionManager versionManager,
PermissionManager permissionManager,
IssueManager issueManager,
IssueIndexManager issueIndexManager,
SearchProvider searchProvider,
IssueFactory issueFactory,
I18nHelper.BeanFactory i18n,
DateFieldFormat dateFieldFormat,
com.atlassian.event.api.EventPublisher eventPublisher)
|
Uses of IssueIndexManager in com.atlassian.jira.charts |
---|
Constructors in com.atlassian.jira.charts with parameters of type IssueIndexManager | |
---|---|
DefaultChartFactory(SearchProvider searchProvider,
VersionManager versionManager,
IssueIndexManager issueIndexManager,
IssueSearcherManager issueSearcherManager,
ConstantsManager constantsManager,
CustomFieldManager customFieldManager,
FieldManager fieldManager,
SearchService searchService,
ApplicationProperties applicationProperties,
ProjectManager projectManager,
TimeZoneManager timeZoneManager)
|
Uses of IssueIndexManager in com.atlassian.jira.component |
---|
Methods in com.atlassian.jira.component that return IssueIndexManager | |
---|---|
static IssueIndexManager |
ComponentAccessor.getIssueIndexManager()
Returns the IssueIndexManager component. |
Uses of IssueIndexManager in com.atlassian.jira.config |
---|
Fields in com.atlassian.jira.config declared as IssueIndexManager | |
---|---|
protected IssueIndexManager |
AbstractIssueConstantsManager.issueIndexManager
|
Uses of IssueIndexManager in com.atlassian.jira.dev.backdoor |
---|
Constructors in com.atlassian.jira.dev.backdoor with parameters of type IssueIndexManager | |
---|---|
JiraSetupResource(ApplicationProperties applicationProperties,
IndexPathManager indexPathManager,
IssueIndexManager issueIndexManager,
AttachmentPathManager attachmentPathManager,
UserService userService,
VelocityRequestContextFactory velocityRequestContextFactory,
com.atlassian.crowd.embedded.api.CrowdService crowdService,
com.atlassian.sal.api.lifecycle.LifecycleManager lifecycleManager)
|
Uses of IssueIndexManager in com.atlassian.jira.dev.reference.plugin.workflow |
---|
Constructors in com.atlassian.jira.dev.reference.plugin.workflow with parameters of type IssueIndexManager | |
---|---|
CreateIssuePostFunction(IssueManager issueManager,
IssueFactory issueFactory,
JiraAuthenticationContext authenticationContext,
OfBizDelegator ofBizDelegator,
IssueIndexManager issueIndexManager)
|
Uses of IssueIndexManager in com.atlassian.jira.gadgets.system |
---|
Constructors in com.atlassian.jira.gadgets.system with parameters of type IssueIndexManager | |
---|---|
TwoDimensionalStatsResource(ChartUtils chartUtils,
JiraAuthenticationContext authenticationContext,
SearchService searchService,
PermissionManager permissionManager,
StatisticTypesResource statisticTypesResource,
SearchProvider searchProvider,
VelocityRequestContextFactory velocityRequestContextFactory,
IssueIndexManager issueIndexManager,
FieldValueToDisplayTransformer<StatsMarkup> fieldValueToDisplayTransformer,
FieldVisibilityManager fieldVisibilityManager,
ApplicationProperties applicationProperties,
ReaderCache readerCache)
|
Uses of IssueIndexManager in com.atlassian.jira.imports.project |
---|
Constructors in com.atlassian.jira.imports.project with parameters of type IssueIndexManager | |
---|---|
DefaultProjectImportPersister(UserUtil userUtil,
ExternalUtils externalUtils,
IssueFactory issueFactory,
OfBizDelegator ofBizDelegator,
IssueIndexManager issueIndexManager,
IssueManager issueManager,
ProjectFactory projectFactory,
ProjectManager projectManager,
VersionManager versionManager,
AssociationManager associationManager,
UserAssociationStore userAssociationStore,
ProjectComponentManager projectComponentManager,
AttachmentManager attachmentManager,
ChangeHistoryManager changeHistoryManager,
IssueLinkTypeManager issueLinkTypeManager,
com.atlassian.crowd.embedded.api.CrowdService crowdService,
ApplicationProperties applicationProperties,
UserPropertyManager userPropertyManager)
|
Uses of IssueIndexManager in com.atlassian.jira.issue.index |
---|
Classes in com.atlassian.jira.issue.index that implement IssueIndexManager | |
---|---|
class |
BulkOnlyIndexManager
This index manager ignores calls to BulkOnlyIndexManager.reIndex(org.ofbiz.core.entity.GenericValue) ,
BulkOnlyIndexManager.deIndex(org.ofbiz.core.entity.GenericValue) and
BulkOnlyIndexManager.reIndexIssues(Collection) . |
class |
DefaultIndexManager
|
Uses of IssueIndexManager in com.atlassian.jira.issue.label |
---|
Constructors in com.atlassian.jira.issue.label with parameters of type IssueIndexManager | |
---|---|
DefaultLabelManager(LabelStore labelStore,
IssueIndexManager issueIndexManager,
IssueManager issueManager,
IssueUpdater issueUpdater)
|
Uses of IssueIndexManager in com.atlassian.jira.issue.link |
---|
Constructors in com.atlassian.jira.issue.link with parameters of type IssueIndexManager | |
---|---|
DefaultIssueLinkManager(OfBizDelegator genericDelegator,
IssueLinkCreator issueLinkCreator,
IssueLinkTypeManager issueLinkTypeManager,
CollectionReorderer collectionReorderer,
IssueUpdater issueUpdater,
IssueIndexManager issueIndexManager,
ApplicationProperties applicationProperties,
com.atlassian.event.api.EventPublisher eventPublisher)
|
Uses of IssueIndexManager in com.atlassian.jira.issue.managers |
---|
Constructors in com.atlassian.jira.issue.managers with parameters of type IssueIndexManager | |
---|---|
DefaultIssueDeleteHelper(IssueIndexManager indexManager,
SubTaskManager subTaskManager,
IssueLinkManager issueLinkManager,
RemoteIssueLinkManager remoteIssueLinkManager,
MailThreadManager mailThreadManager,
CustomFieldManager customFieldManager,
AttachmentManager attachmentManager,
IssueManager issueManager,
AssociationManager associationManager,
WorkflowManager workflowManager,
ChangeHistoryManager changeHistoryManager,
IssueEventManager issueEventManager)
|
Uses of IssueIndexManager in com.atlassian.jira.issue.search |
---|
Constructors in com.atlassian.jira.issue.search with parameters of type IssueIndexManager | |
---|---|
SearchProviderFactoryImpl(IssueIndexManager issueIndexManager)
|
Uses of IssueIndexManager in com.atlassian.jira.issue.vote |
---|
Constructors in com.atlassian.jira.issue.vote with parameters of type IssueIndexManager | |
---|---|
DefaultVoteManager(ApplicationProperties applicationProperties,
UserAssociationStore userAssociationStore,
IssueIndexManager indexManager,
VoteHistoryStore voteHistoryStore)
|
Uses of IssueIndexManager in com.atlassian.jira.issue.watchers |
---|
Constructors in com.atlassian.jira.issue.watchers with parameters of type IssueIndexManager | |
---|---|
DefaultWatcherManager(UserAssociationStore userAssociationStore,
ApplicationProperties applicationProperties,
IssueIndexManager indexManager,
UserManager userManager)
|
Uses of IssueIndexManager in com.atlassian.jira.plugin.report.impl |
---|
Constructors in com.atlassian.jira.plugin.report.impl with parameters of type IssueIndexManager | |
---|---|
SingleLevelGroupByReport(SearchProvider searchProvider,
JiraAuthenticationContext authenticationContext,
SearchRequestService searchRequestService,
IssueFactory issueFactory,
CustomFieldManager customFieldManager,
IssueIndexManager issueIndexManager,
SearchService searchService,
FieldVisibilityManager fieldVisibilityManager,
ReaderCache readerCache)
|
Uses of IssueIndexManager in com.atlassian.jira.project.version |
---|
Fields in com.atlassian.jira.project.version declared as IssueIndexManager | |
---|---|
protected IssueIndexManager |
DefaultVersionManager.issueIndexManager
|
Constructors in com.atlassian.jira.project.version with parameters of type IssueIndexManager | |
---|---|
DefaultVersionManager(IssueManager issueManager,
CollectionReorderer collectionReorderer,
AssociationManager associationManager,
IssueIndexManager issueIndexManager,
ProjectManager projectManager,
VersionStore versionStore)
|
Uses of IssueIndexManager in com.atlassian.jira.util.index |
---|
Constructors in com.atlassian.jira.util.index with parameters of type IssueIndexManager | |
---|---|
CompositeIndexLifecycleManager(IssueIndexManager issueIndexManager,
SharedEntityIndexManager sharedEntityIndexManager)
|
Uses of IssueIndexManager in com.atlassian.jira.util.system |
---|
Constructors in com.atlassian.jira.util.system with parameters of type IssueIndexManager | |
---|---|
ExtendedSystemInfoUtilsImpl(SystemInfoUtils systemInfoUtils,
ServiceManager serviceManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
ApplicationProperties applicationProperties,
TrustedApplicationService trustedAppService,
org.ofbiz.core.entity.GenericDelegator delegator,
I18nHelper i18nHelper,
UserUtil userUtil,
HashRegistryCache registry,
LocaleManager localeManager,
JiraLicenseService jiraLicenseService,
BuildUtilsInfo buildUtilsInfo,
UpgradeManager upgradeManager,
IssueIndexManager indexManager)
|
Uses of IssueIndexManager in com.atlassian.jira.web.action.setup |
---|
Constructors in com.atlassian.jira.web.action.setup with parameters of type IssueIndexManager | |
---|---|
Setup(IssueIndexManager indexManager,
ServiceManager serviceManager,
IndexPathManager indexPathManager,
AttachmentPathManager attachmentPathManager,
JiraHome jiraHome,
JiraLicenseUpdaterService licenseService,
BuildUtilsInfo buildUtilsInfo,
JiraSystemRestarter jiraSystemRestarter,
FileFactory fileFactory,
ExternalLinkUtil externalLinkUtil)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |