public class DBActiveIssuesIterator extends Object implements CloseableIterator<IssueData>
CloseableIterator.Functions, CloseableIterator.ListResolver<T>| Modifier and Type | Field and Description |
|---|---|
static String[] |
REQUIRED_FIELDS |
| Constructor and Description |
|---|
DBActiveIssuesIterator(OfBizListIterator ofBizListIterator,
Set<Long> archivedProjectIds) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this stream and releases any system resources associated with it.
|
boolean |
hasNext() |
IssueData |
next() |
void |
remove()
Unsupported operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic static String[] REQUIRED_FIELDS
public DBActiveIssuesIterator(OfBizListIterator ofBizListIterator, Set<Long> archivedProjectIds)
public void remove()
CloseableIteratorpublic void close()
Closeableclose in interface Closeableclose in interface AutoCloseableCopyright © 2002-2023 Atlassian. All Rights Reserved.