Uses of Class
com.atlassian.jira.issue.index.EntityWithVersion
Packages that use EntityWithVersion
-
Uses of EntityWithVersion in com.atlassian.jira.index
Methods in com.atlassian.jira.index that return types with arguments of type EntityWithVersionModifier and TypeMethodDescriptiondefault Map<EntityWithVersion<T>,Optional<org.apache.lucene.document.Document>> EntityDocumentFactory.createDocuments(List<EntityWithVersion<T>> entities) Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.atlassian.jira.index with parameters of type EntityWithVersionModifier and TypeMethodDescriptionOptional<org.apache.lucene.document.Document>EntityDocumentFactory.createDocument(EntityWithVersion<T> entity) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in com.atlassian.jira.index with type arguments of type EntityWithVersionModifier and TypeMethodDescriptiondefault Map<EntityWithVersion<T>,Optional<org.apache.lucene.document.Document>> EntityDocumentFactory.createDocuments(List<EntityWithVersion<T>> entities) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.atlassian.jira.index with parameters of type EntityWithVersionModifierConstructorDescriptionprotectedEntityDocumentBuilder(EntityWithVersion<T> entity, String indexName) -
Uses of EntityWithVersion in com.atlassian.jira.issue.index
Methods in com.atlassian.jira.issue.index that return types with arguments of type EntityWithVersionModifier and TypeMethodDescriptionMap<EntityWithVersion<Issue>,Optional<org.apache.lucene.document.Document>> DefaultIssueDocumentFactory.createDocuments(List<EntityWithVersion<Issue>> issuesWithVersions) Deprecated, for removal: This API element is subject to removal in a future version.DefaultChangeHistoryRetriever.retrieve(EntityWithVersion<Issue> issueWithVersion) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCommentRetriever.retrieve(EntityWithVersion<Issue> issueWithVersion) DefaultIssueIndexer.EntityRetriever.retrieve(EntityWithVersion<Issue> issueWithVersion) DefaultWorklogRetriever.retrieve(EntityWithVersion<Issue> issueWithVersion) Methods in com.atlassian.jira.issue.index with parameters of type EntityWithVersionModifier and TypeMethodDescriptionOptional<org.apache.lucene.document.Document>DefaultChangeHistoryDocumentFactory.createDocument(EntityWithVersion<ChangeHistoryGroup> changeHistoryGroupWithVersion) Deprecated, for removal: This API element is subject to removal in a future version.Optional<org.apache.lucene.document.Document>DefaultCommentDocumentFactory.createDocument(EntityWithVersion<Comment> commentWithVersion) Deprecated, for removal: This API element is subject to removal in a future version.Optional<org.apache.lucene.document.Document>DefaultIssueDocumentFactory.createDocument(EntityWithVersion<Issue> issueWithVersion) Deprecated, for removal: This API element is subject to removal in a future version.Optional<org.apache.lucene.document.Document>DefaultWorklogDocumentFactory.createDocument(EntityWithVersion<Worklog> worklogWithVersion) Deprecated, for removal: This API element is subject to removal in a future version.DefaultChangeHistoryRetriever.retrieve(EntityWithVersion<Issue> issueWithVersion) Deprecated, for removal: This API element is subject to removal in a future version.since 10.4, it implements a deprecated interfaceDefaultIssueIndexer.ChangeHistoryRetriever.DefaultCommentRetriever.retrieve(EntityWithVersion<Issue> issueWithVersion) DefaultIssueIndexer.EntityRetriever.retrieve(EntityWithVersion<Issue> issueWithVersion) DefaultWorklogRetriever.retrieve(EntityWithVersion<Issue> issueWithVersion) Method parameters in com.atlassian.jira.issue.index with type arguments of type EntityWithVersionModifier and TypeMethodDescriptionMap<EntityWithVersion<Issue>,Optional<org.apache.lucene.document.Document>> DefaultIssueDocumentFactory.createDocuments(List<EntityWithVersion<Issue>> issuesWithVersions) Deprecated, for removal: This API element is subject to removal in a future version.
DefaultIssueIndexer.ChangeHistoryRetriever.