Uses of Interface
com.atlassian.jira.util.collect.EnclosedIterable
Packages that use EnclosedIterable
Package
Description
-
Uses of EnclosedIterable in com.atlassian.jira.index.ha
Classes in com.atlassian.jira.index.ha that implement EnclosedIterable -
Uses of EnclosedIterable in com.atlassian.jira.issue.attachment
Methods in com.atlassian.jira.issue.attachment that return EnclosedIterableModifier and TypeMethodDescriptionBulkAttachmentOperations.getAllAttachments()Retrieve all the attachments of the system.DefaultBulkAttachmentOperations.getAllAttachments()BulkAttachmentOperations.getAttachmentOfIssue(Issue issue) Retrieve all the attachments of an issue.DefaultBulkAttachmentOperations.getAttachmentOfIssue(Issue issue) -
Uses of EnclosedIterable in com.atlassian.jira.issue.index
Methods in com.atlassian.jira.issue.index with parameters of type EnclosedIterableModifier and TypeMethodDescriptionDefaultIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) Deprecated, for removal: This API element is subject to removal in a future version.IssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) Add documents for the supplied issues.DefaultIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams, boolean conditionalUpdate, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.IssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams, boolean conditionalUpdate, boolean shouldReplicate) Re-index the given issues, delete any existing documents and add new ones. -
Uses of EnclosedIterable in com.atlassian.jira.issue.search
Methods in com.atlassian.jira.issue.search that return EnclosedIterableModifier and TypeMethodDescriptionCachingSearchRequestStore.get(SharedEntityAccessor.RetrievalDescriptor descriptor) DefaultSearchRequestManager.get(SharedEntityAccessor.RetrievalDescriptor descriptor) DefaultSearchRequestManager.get(ApplicationUser user, SharedEntityAccessor.RetrievalDescriptor descriptor) OfBizSearchRequestStore.get(SharedEntityAccessor.RetrievalDescriptor descriptor) SearchRequestStore.get(SharedEntityAccessor.RetrievalDescriptor descriptor) Get aEnclosedIterableof SearchRequests for the specified List of ids.CachingSearchRequestStore.getAll()DefaultSearchRequestManager.getAll()OfBizSearchRequestStore.getAll()SearchRequestManager.getAll()Deprecated.SearchRequestStore.getAll()Get aEnclosedIterableof all SearchRequests in the database.CachingSearchRequestStore.getAllIndexableSharedEntities()DefaultSearchRequestManager.getAllIndexableSharedEntities()OfBizSearchRequestStore.getAllIndexableSharedEntities()SearchRequestStore.getAllIndexableSharedEntities()Get aEnclosedIterableof all IndexableSharedEntities representing SearchRequests in the database.CachingSearchRequestStore.getSearchRequests(com.atlassian.crowd.embedded.api.Group group) CachingSearchRequestStore.getSearchRequests(Project project) DefaultSearchRequestAdminManager.getSearchRequests(com.atlassian.crowd.embedded.api.Group group) Called from the admin section.DefaultSearchRequestAdminManager.getSearchRequests(Project project) Called from the admin section.DefaultSearchRequestManager.getSearchRequests(ApplicationUser user, SharedEntityAccessor.RetrievalDescriptor descriptor) OfBizSearchRequestStore.getSearchRequests(com.atlassian.crowd.embedded.api.Group group) OfBizSearchRequestStore.getSearchRequests(Project project) SearchRequestAdminManager.getSearchRequests(com.atlassian.crowd.embedded.api.Group group) Gets allSearchRequests that are explicitly shared with a group.SearchRequestAdminManager.getSearchRequests(Project project) Get all SearchRequests associate with a given project.SearchRequestManager.getSearchRequests(ApplicationUser searcher, SharedEntityAccessor.RetrievalDescriptor descriptor) Used to getsharable entitiesfrom a search result filtered to only those that are shared with the searcher.SearchRequestStore.getSearchRequests(com.atlassian.crowd.embedded.api.Group group) Get allsearch requestsassociated with a givenGroup.SearchRequestStore.getSearchRequests(Project project) Get allsearch requestsassociate with a givenProject. -
Uses of EnclosedIterable in com.atlassian.jira.issue.util
Subinterfaces of EnclosedIterable in com.atlassian.jira.issue.utilClasses in com.atlassian.jira.issue.util that implement EnclosedIterableModifier and TypeClassDescriptionclassThisEnclosedIterableis used to iterate over all issues in the database.classclassclass -
Uses of EnclosedIterable in com.atlassian.jira.mock.issue.index
Methods in com.atlassian.jira.mock.issue.index with parameters of type EnclosedIterableModifier and TypeMethodDescriptionMockIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) MockIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams, boolean conditionalUpdate, boolean shouldReplicate) -
Uses of EnclosedIterable in com.atlassian.jira.ofbiz
Classes in com.atlassian.jira.ofbiz that implement EnclosedIterableModifier and TypeClassDescriptionclassA abstract implementation ofEnclosedIterablethat defers to anOfBizListIterator.classA abstract implementation ofEnclosedIterablethat takes a list of ids and then pages them by opening anOfBizListIteratorfor each page. -
Uses of EnclosedIterable in com.atlassian.jira.portal
Methods in com.atlassian.jira.portal that return EnclosedIterableModifier and TypeMethodDescriptionCachingPortalPageStore.get(SharedEntityAccessor.RetrievalDescriptor ids) DefaultPortalPageManager.get(SharedEntityAccessor.RetrievalDescriptor descriptor) DefaultPortalPageManager.get(ApplicationUser user, SharedEntityAccessor.RetrievalDescriptor ids) OfBizPortalPageStore.get(SharedEntityAccessor.RetrievalDescriptor descriptor) PortalPageStore.get(SharedEntityAccessor.RetrievalDescriptor descriptor) Get aEnclosedIterableof PortalPages for the specified List of ids.CachingPortalPageStore.getAll()DefaultPortalPageManager.getAll()OfBizPortalPageStore.getAll()PortalPageManager.getAll()Get all PortalPages.PortalPageStore.getAll()Get aEnclosedIterableof all PortalPages in the database.DefaultPortalPageManager.getAllIndexableSharedEntities()CachingPortletConfigurationStore.getAllPortletConfigurations()This is a non-caching call.OfbizPortletConfigurationStore.getAllPortletConfigurations()PortletConfigurationStore.getAllPortletConfigurations()Returns an iterable over all PortletConfigurations available in the database. -
Uses of EnclosedIterable in com.atlassian.jira.search.opensearch
Methods in com.atlassian.jira.search.opensearch with parameters of type EnclosedIterableModifier and TypeMethodDescriptionOpenSearchIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) OpenSearchIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams, boolean conditionalUpdate, boolean shouldReplicate) -
Uses of EnclosedIterable in com.atlassian.jira.sharing
Classes in com.atlassian.jira.sharing that implement EnclosedIterableModifier and TypeClassDescriptionclassSharedEntityBatcherIterable<S extends SharedEntity>An iterable that fetches shared entities in batches from the database.Methods in com.atlassian.jira.sharing that return EnclosedIterableModifier and TypeMethodDescriptionSharedEntityAccessor.get(SharedEntityAccessor.RetrievalDescriptor descriptor) Used to getsharable entitiesfrom a search result.SharedEntityAccessor.get(ApplicationUser searcher, SharedEntityAccessor.RetrievalDescriptor descriptor) Used to getsharable entitiesfrom a search result.SharedEntityAccessor.getAll()Deprecated.This has been moved to the PortalPageManager and deprecated for SearchRequestManager.SharedEntityAccessor.getAllIndexableSharedEntities()Get allsharable entitiesthis accessor can see for use in indexing. -
Uses of EnclosedIterable in com.atlassian.jira.sharing.search
Classes in com.atlassian.jira.sharing.search that implement EnclosedIterableModifier and TypeClassDescriptionclassSharedEntitySearchResult<E extends SharedEntity>A pair that contains the result status of SharedEntity search.Constructors in com.atlassian.jira.sharing.search with parameters of type EnclosedIterableModifierConstructorDescriptionSharedEntitySearchResult(EnclosedIterable<E> results, boolean hasNext, int totalResultCount) -
Uses of EnclosedIterable in com.atlassian.jira.util.collect
Classes in com.atlassian.jira.util.collect that implement EnclosedIterableMethods in com.atlassian.jira.util.collect that return EnclosedIterableModifier and TypeMethodDescriptionCollectionBuilder.asEnclosedIterable()Deprecated.static <T> EnclosedIterable<T>CollectionEnclosedIterable.copy(Collection<? extends T> collection) static <I,E> EnclosedIterable<E> Transformed.enclosedIterable(EnclosedIterable<I> iterable, Function<I, E> transformer) static <T> EnclosedIterable<T>CollectionEnclosedIterable.from(Collection<? extends T> collection) Create anEnclosedIterablefrom the supplied Collection.Methods in com.atlassian.jira.util.collect with parameters of type EnclosedIterableModifier and TypeMethodDescriptionstatic <T> voidEnclosedIterable.Functions.apply(EnclosedIterable<T> iterable, Consumer<T> sink) Pass all the elements of the iterable to the suppliedConsumer.EnclosedIterable.ListResolver.apply(EnclosedIterable<T> iterable) Get anArrayListof the contents of the suppliedEnclosedIterablestatic <I,E> EnclosedIterable<E> Transformed.enclosedIterable(EnclosedIterable<I> iterable, Function<I, E> transformer) static <I,O> List<O> EnclosedIterable.Functions.toList(EnclosedIterable<I> iterable, Function<I, O> transformer) Get anArrayListof the contents of the suppliedEnclosedIterabletransformed by the supplied transform function into the new type O.static <T> List<T>EnclosedIterable.Functions.toList(EnclosedIterable<T> iterable) Get anArrayListof the contents of the suppliedEnclosedIterableConstructors in com.atlassian.jira.util.collect with parameters of type EnclosedIterable
SearchRequestManager.visitAll(Visitor)instead.