Uses of Interface
com.atlassian.jira.index.ha.WithIdAndVersion
Packages that use WithIdAndVersion
Package
Description
-
Uses of WithIdAndVersion in com.atlassian.jira.index.ha
Classes in com.atlassian.jira.index.ha that implement WithIdAndVersionMethods in com.atlassian.jira.index.ha that return WithIdAndVersionModifier and TypeMethodDescriptionstatic WithIdAndVersionWithIdAndVersion.fromDocument(IndexDirectoryFactory.Name indexName, org.apache.lucene.document.Document document) Deprecated, for removal: This API element is subject to removal in a future version.since 10.4, for removal.static WithIdAndVersionMethods in com.atlassian.jira.index.ha that return types with arguments of type WithIdAndVersionModifier and TypeMethodDescriptionstatic Collection<WithIdAndVersion>WithIdAndVersion.fromDocuments(IndexDirectoryFactory.Name indexName, Collection<org.apache.lucene.document.Document> documents) Deprecated, for removal: This API element is subject to removal in a future version.since 10.4, for removal.Methods in com.atlassian.jira.index.ha with parameters of type WithIdAndVersionModifier and TypeMethodDescriptionvoidDefaultReplicatedIndexManager.deIndexComment(WithIdAndVersion commentWithVersion) voidNullReplicatedIndexManager.deIndexComment(WithIdAndVersion commentWithVersion) voidReplicatedIndexManager.deIndexComment(WithIdAndVersion commentWithVersion) voidDefaultReplicatedIndexManager.deIndexIssue(WithIdAndVersion issueWithVersion) Removes the specified issues from the replicated index (we only need the ids for deindexing).voidNullReplicatedIndexManager.deIndexIssue(WithIdAndVersion issueWithVersion) voidReplicatedIndexManager.deIndexIssue(WithIdAndVersion issueWithVersion) voidDefaultReplicatedIndexManager.deIndexWorklog(WithIdAndVersion worklogWithVersion) voidNullReplicatedIndexManager.deIndexWorklog(WithIdAndVersion worklogWithVersion) voidReplicatedIndexManager.deIndexWorklog(WithIdAndVersion worklogWithVersion) Method parameters in com.atlassian.jira.index.ha with type arguments of type WithIdAndVersionModifier and TypeMethodDescriptionvoidDefaultReplicatedIndexManager.reindexComments(Collection<? extends WithIdAndVersion> comments) Reindexes the set of provided comments in the replicated index.voidNullReplicatedIndexManager.reindexComments(Collection<? extends WithIdAndVersion> comments) voidReplicatedIndexManager.reindexComments(Collection<? extends WithIdAndVersion> comments) voidDefaultReplicatedIndexManager.reindexIssues(Collection<? extends WithIdAndVersion> issues) Reindexes the set of provided issues in the replicated index.voidNullReplicatedIndexManager.reindexIssues(Collection<? extends WithIdAndVersion> issues) voidReplicatedIndexManager.reindexIssues(Collection<? extends WithIdAndVersion> issues) voidDefaultReplicatedIndexManager.reindexWorklogs(Collection<? extends WithIdAndVersion> worklogs) Reindexes the set of provided worklogs in the replicated index.voidNullReplicatedIndexManager.reindexWorklogs(Collection<? extends WithIdAndVersion> worklogs) voidReplicatedIndexManager.reindexWorklogs(Collection<? extends WithIdAndVersion> worklogs) -
Uses of WithIdAndVersion in com.atlassian.jira.issue.index
Classes in com.atlassian.jira.issue.index that implement WithIdAndVersion -
Uses of WithIdAndVersion in com.atlassian.jira.versioning
Classes in com.atlassian.jira.versioning that implement WithIdAndVersion