public class PopulateService extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONTRACT_POPULATE |
static File |
POPULATE_FILE |
static String |
TENANT |
Constructor and Description |
---|
PopulateService(MetadataRepository metadataRepository,
MasterdataRepository masterdataRepository,
LogbookRepository logbookRepository,
UnitGraph unitGraph,
int nThreads) |
Modifier and Type | Method and Description |
---|---|
static String |
getPopulateFileDigest() |
boolean |
inProgress()
Check if a populating task is in progress
|
void |
populateVitam(PopulateModel populateModel)
Populate vitam with data using populateModel
|
public static final String TENANT
public static final String CONTRACT_POPULATE
public static final File POPULATE_FILE
public PopulateService(MetadataRepository metadataRepository, MasterdataRepository masterdataRepository, LogbookRepository logbookRepository, UnitGraph unitGraph, int nThreads)
public void populateVitam(PopulateModel populateModel)
populateModel
- config to usepublic boolean inProgress()
public static String getPopulateFileDigest()
Copyright © 2018 Vitam. All rights reserved.