Package | Description |
---|---|
com.edgeti.VisibilityServer.Database | |
com.edgeti.VisibilityServer.Ingestor |
Modifier and Type | Method and Description |
---|---|
boolean |
DatabaseIf.saveAutoIngest(FlexAutoIngestRowObject autoIngest) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FlexAutoIngestRowObject> |
IngestManager.getAutoIngests()
Return list of cron jobs from the database
|
private java.util.List<FlexAutoIngestRowObject> |
AutoIngestor.getAutoIngests()
return list of data from the autoingests table in the database
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IngestManager.deleteAutoIngest(FlexAutoIngestRowObject autoIngest)
Delete auto ingest in the database
|
java.lang.String |
IngestManager.runAutoIngest(FlexAutoIngestRowObject autoIngest)
Run auto ingest and update time
|
java.lang.String |
IngestManager.saveAutoIngest(FlexAutoIngestRowObject autoIngest)
Save auto ingest in the database
check table_info againt table name and id, return error if user id != owner id
create new table_info record if no existing table name found
delete existing classification and roles, update with new
|
java.lang.String |
IngestManager.validate(FlexAutoIngestRowObject ingestFile)
Make sure the file actually exists in the specified location
|