Sleuth Kit Java Bindings (JNI)
4.11.1
Java bindings for using The Sleuth Kit
|
Inherits org.sleuthkit.datamodel.CommunicationsFilter.SubFilter.
Public Member Functions | |
AccountTypeFilter (Collection< Account.Type > accountTypes) | |
Set< Account.Type > | getAccountTypes () |
String | getDescription () |
String | getSQL (CommunicationsManager commsManager) |
![]() | |
abstract String | getDescription () |
Filter accounts and relationships by account type.
Definition at line 217 of file CommunicationsFilter.java.
org.sleuthkit.datamodel.CommunicationsFilter.AccountTypeFilter.AccountTypeFilter | ( | Collection< Account.Type > | accountTypes | ) |
Constructs a AccountTypeFilter.
accountTypes | set of account types to filter on. |
Definition at line 226 of file CommunicationsFilter.java.
Set<Account.Type> org.sleuthkit.datamodel.CommunicationsFilter.AccountTypeFilter.getAccountTypes | ( | ) |
Get the selected Account Types.
Definition at line 236 of file CommunicationsFilter.java.
String org.sleuthkit.datamodel.CommunicationsFilter.AccountTypeFilter.getDescription | ( | ) |
Definition at line 241 of file CommunicationsFilter.java.
String org.sleuthkit.datamodel.CommunicationsFilter.AccountTypeFilter.getSQL | ( | CommunicationsManager | commsManager | ) |
Get the SQL string for the filter.
commsManager | Communications manager. |
Definition at line 253 of file CommunicationsFilter.java.
Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.