Uses of Interface
com.atlassian.jira.ofbiz.OfBizListIterator
Packages that use OfBizListIterator
Package
Description
-
Uses of OfBizListIterator in com.atlassian.jira.health.checks.database
Methods in com.atlassian.jira.health.checks.database that return OfBizListIteratorModifier and TypeMethodDescriptionLockedDatabaseOfBizDelegator.findListIteratorByCondition(String entityType, org.ofbiz.core.entity.EntityCondition condition) LockedDatabaseOfBizDelegator.findListIteratorByCondition(String entityName, org.ofbiz.core.entity.EntityCondition whereEntityCondition, org.ofbiz.core.entity.EntityCondition havingEntityCondition, Collection fieldsToSelect, List orderBy, org.ofbiz.core.entity.EntityFindOptions entityFindOptions) -
Uses of OfBizListIterator in com.atlassian.jira.mock.ofbiz
Classes in com.atlassian.jira.mock.ofbiz that implement OfBizListIteratorFields in com.atlassian.jira.mock.ofbiz with type parameters of type OfBizListIteratorModifier and TypeFieldDescriptionstatic final List<OfBizListIterator>MockOfBizListIterator.openIteratorsMethods in com.atlassian.jira.mock.ofbiz that return OfBizListIteratorModifier and TypeMethodDescriptionMockOfBizDelegator.findListIteratorByCondition(String entityType, org.ofbiz.core.entity.EntityCondition condition) MockOfBizDelegator.findListIteratorByCondition(String entityName, org.ofbiz.core.entity.EntityCondition whereEntityCondition, org.ofbiz.core.entity.EntityCondition havingEntityCondition, Collection<String> fieldsToSelect, List<String> orderBy, org.ofbiz.core.entity.EntityFindOptions entityFindOptions) -
Uses of OfBizListIterator in com.atlassian.jira.ofbiz
Classes in com.atlassian.jira.ofbiz that implement OfBizListIteratorMethods in com.atlassian.jira.ofbiz that return OfBizListIteratorModifier and TypeMethodDescriptionprotected abstract OfBizListIteratorDatabaseIterable.createListIterator()Create a new iterator.protected abstract OfBizListIteratorPagedDatabaseIterable.createListIterator(List<K> ids) Create a new iterator from the subset of ids.DefaultOfBizDelegator.findListIteratorByCondition(String entityType, org.ofbiz.core.entity.EntityCondition condition) DefaultOfBizDelegator.findListIteratorByCondition(String entityName, org.ofbiz.core.entity.EntityCondition whereEntityCondition, org.ofbiz.core.entity.EntityCondition havingEntityCondition, Collection fieldsToSelect, List orderBy, org.ofbiz.core.entity.EntityFindOptions entityFindOptions) Always close the iterator returned from this method when finished.OfBizDelegator.findListIteratorByCondition(String entityType, org.ofbiz.core.entity.EntityCondition condition) Returns a new OfBizListIterator.OfBizDelegator.findListIteratorByCondition(String entityName, org.ofbiz.core.entity.EntityCondition whereEntityCondition, org.ofbiz.core.entity.EntityCondition havingEntityCondition, Collection<String> fieldsToSelect, List<String> orderBy, org.ofbiz.core.entity.EntityFindOptions entityFindOptions) Returns a new OfBizListIterator.WrappingOfBizDelegator.findListIteratorByCondition(String entityType, org.ofbiz.core.entity.EntityCondition condition) WrappingOfBizDelegator.findListIteratorByCondition(String entityName, org.ofbiz.core.entity.EntityCondition whereEntityCondition, org.ofbiz.core.entity.EntityCondition havingEntityCondition, Collection<String> fieldsToSelect, List<String> orderBy, org.ofbiz.core.entity.EntityFindOptions entityFindOptions) -
Uses of OfBizListIterator in com.atlassian.jira.plugins.indexanalyzer.impl
Constructors in com.atlassian.jira.plugins.indexanalyzer.impl with parameters of type OfBizListIteratorModifierConstructorDescriptionDBActiveIssuesIterator(OfBizListIterator ofBizListIterator, Set<Long> archivedProjectIds)