mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
7673 Allow helpers to call correct Blackboard.postArtifacts() API
This commit is contained in:
parent
68fd499b81
commit
c47acb1fdf
@ -101,11 +101,6 @@ final class CentralRepoIngestModule implements FileIngestModule {
|
|||||||
flagUniqueArtifacts = settings.isFlagUniqueArtifacts();
|
flagUniqueArtifacts = settings.isFlagUniqueArtifacts();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void startUp(IngestJobContext context) throws IngestModuleException {
|
|
||||||
this.context = context;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ProcessResult process(AbstractFile abstractFile) {
|
public ProcessResult process(AbstractFile abstractFile) {
|
||||||
if (CentralRepository.isEnabled() == false) {
|
if (CentralRepository.isEnabled() == false) {
|
||||||
@ -235,6 +230,8 @@ final class CentralRepoIngestModule implements FileIngestModule {
|
|||||||
})
|
})
|
||||||
@Override
|
@Override
|
||||||
public void startUp(IngestJobContext context) throws IngestModuleException {
|
public void startUp(IngestJobContext context) throws IngestModuleException {
|
||||||
|
this.context = context;
|
||||||
|
|
||||||
IngestEventsListener.incrementCorrelationEngineModuleCount();
|
IngestEventsListener.incrementCorrelationEngineModuleCount();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -316,8 +316,8 @@ public class IngestManager implements IngestProgressSnapshotProvider {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
/*
|
/*
|
||||||
* There are four cases where the ingest job ID returned by the
|
* There are four use cases where the ingest job ID returned by
|
||||||
* event is expected be null:
|
* the event is expected be null:
|
||||||
*
|
*
|
||||||
* 1. The artifacts are being posted by a data source proccessor
|
* 1. The artifacts are being posted by a data source proccessor
|
||||||
* (DSP) module that runs before the ingest job is created,
|
* (DSP) module that runs before the ingest job is created,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user