Class ObjectsToImport
java.lang.Object
com.riadalabs.jira.plugins.insight.services.model.imports.ObjectsToImport
Abstraction to have the list of all objects to be imported
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectsToImport
create
(List<ExternalIdToObjectImportMapping> externalIdToObjectImportMappings) static ObjectsToImport
void
filterList
(Predicate<ObjectBean> predicate) boolean
int
size()
-
Method Details
-
createEmpty
-
create
public static ObjectsToImport create(List<ExternalIdToObjectImportMapping> externalIdToObjectImportMappings) -
noDataFound
public boolean noDataFound() -
size
public int size() -
getExternalIdToObjectImportMappingList
-
filterList
-