TruxtonEnumeration
This class lets you enumerate things in Truxton.
Contents
Attributes and Methods
addnote(text: str) -> boolean
This adds an investigator's note.
The text parameter is the contents of the note.
It will return
True if the tag was associated with the communication, False on failure.
The note is stored in the [InvestigatorNote] table in the database.
currentfile: TruxtonFileIO
The file that contained whatever is being enumerated.
currentinvestigation: TruxtonInvestigation
The investigation that contained whatever is being enumerated.
currentmedia: TruxtonMedia
The media that contained whatever is being enumerated.
scope: int
This sets the level at which things can be enumerated. The default is a global scope, you want to enumerate everything in Truxton. You can set it to:
- Type_Investigation - This will tell Truxton you wish to enumerate things in a particular investigation
- Type_Media - This will tell Truxton you wish to enumerate things in a particular piece of media
scopeid: str | UUID
This isolates the scope to the particular investigation or media you wish to enumerate.
target: int
These are the things you want to enumerate. It can be one of the following:
- Type_Artifact -
- Type_Camera_Information -
- Type_Event - The enumeration will be TruxtonEvent objects
- Type_File - The enumeration will be TruxtonFileIO objects
- Type_Investigation -
- Type_Location -
- Type_Media -
- Type_Message_Attachment - The enumeration will be TruxtonFileIO objects of message attachments
- Type_Message_Body - The enumeration will be TruxtonFileIO objects of message bodies
- Type_Participant -
- Type_Website_Visit -