@PublicApi
public interface ImportDataHolder
Modifier and Type | Method and Description |
---|---|
String |
asPrintableString(boolean includeData) |
boolean |
dataToImport()
Used to indicate if data exist to import.
|
boolean |
hasNext()
Return true if a call to nextEntry will return more data.
|
DataEntry |
nextEntry()
Reads an object entry.
|
int |
numberOfEntries()
Returns the number of entries that this data holder contains
|
ExternalDataParseResult |
parsedResult()
Was all external data parsed? This is a way to inform the import that the data holder may not be complete.
|
String asPrintableString(boolean includeData)
boolean hasNext()
DataEntry nextEntry()
null
to indicate that all data has been processed.
An empty list will be treated as end of data and no more data will be read (the same as with null)int numberOfEntries()
boolean dataToImport()
ExternalDataParseResult parsedResult()
Copyright © 2023 Atlassian. All rights reserved.