Sleuth Kit Java Bindings (JNI)  4.6
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.IngestJobInfo Class Reference

Classes

enum  IngestJobStatusType
 

Public Member Functions

Date getEndDateTime ()
 
String getHostName ()
 
long getIngestJobId ()
 
List< IngestModuleInfogetIngestModuleInfo ()
 
long getObjectId ()
 
String getSettingsDir ()
 
Date getStartDateTime ()
 
IngestJobStatusType getStatus ()
 
void setEndDateTime (Date endDateTime) throws TskCoreException
 
void setIngestJobStatus (IngestJobStatusType status) throws TskCoreException
 

Detailed Description

Represents information for an ingest job.

Definition at line 28 of file IngestJobInfo.java.

Member Function Documentation

Date org.sleuthkit.datamodel.IngestJobInfo.getEndDateTime ( )
Returns
the end date time of the job (equal to the epoch if it has not been set yet).

Definition at line 123 of file IngestJobInfo.java.

String org.sleuthkit.datamodel.IngestJobInfo.getHostName ( )
Returns
the hostName

Definition at line 180 of file IngestJobInfo.java.

long org.sleuthkit.datamodel.IngestJobInfo.getIngestJobId ( )
List<IngestModuleInfo> org.sleuthkit.datamodel.IngestJobInfo.getIngestModuleInfo ( )
Returns
the ingestModuleInfo

Definition at line 201 of file IngestJobInfo.java.

long org.sleuthkit.datamodel.IngestJobInfo.getObjectId ( )
Returns
the objectId

Definition at line 173 of file IngestJobInfo.java.

String org.sleuthkit.datamodel.IngestJobInfo.getSettingsDir ( )
Returns
the settingsDir

Definition at line 194 of file IngestJobInfo.java.

Date org.sleuthkit.datamodel.IngestJobInfo.getStartDateTime ( )
Returns
the startDateTime

Definition at line 187 of file IngestJobInfo.java.

IngestJobStatusType org.sleuthkit.datamodel.IngestJobInfo.getStatus ( )
Returns
the status

Definition at line 208 of file IngestJobInfo.java.

Referenced by org.sleuthkit.datamodel.IngestJobInfo.setIngestJobStatus().

void org.sleuthkit.datamodel.IngestJobInfo.setEndDateTime ( Date  endDateTime) throws TskCoreException

Sets the end date for the ingest job info, and updates the database.

Parameters
endDateTimethe endDateTime to set
Exceptions
org.sleuthkit.datamodel.TskCoreException

Definition at line 134 of file IngestJobInfo.java.

References org.sleuthkit.datamodel.IngestJobInfo.getIngestJobId().

void org.sleuthkit.datamodel.IngestJobInfo.setIngestJobStatus ( IngestJobStatusType  status) throws TskCoreException

Sets the ingest status for the ingest job info, and updates the database.

Parameters
statusThe new status
Exceptions
TskCoreException

Definition at line 152 of file IngestJobInfo.java.

References org.sleuthkit.datamodel.IngestJobInfo.getIngestJobId(), and org.sleuthkit.datamodel.IngestJobInfo.getStatus().


The documentation for this class was generated from the following file:

Copyright © 2011-2018 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.