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

Classes

class  AccountTypeFilter
 
class  DateRangeFilter
 
class  DeviceFilter
 
class  MostRecentFilter
 
class  RelationshipTypeFilter
 
class  SubFilter
 

Public Member Functions

 CommunicationsFilter ()
 
void addAndFilter (SubFilter subFilter)
 
List< SubFiltergetAndFilters ()
 

Detailed Description

Defines an aggregate of filters to apply to a CommunicationsManager query.

Definition at line 33 of file CommunicationsFilter.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.CommunicationsFilter.CommunicationsFilter ( )

Create a new empty CommunicationsFilter.

Definition at line 43 of file CommunicationsFilter.java.

Member Function Documentation

void org.sleuthkit.datamodel.CommunicationsFilter.addAndFilter ( SubFilter  subFilter)

Adds a filter to list of filters that will be ANDed together when applied to a query.

Parameters
subFilterThe SubFilter to add.

Definition at line 70 of file CommunicationsFilter.java.

List<SubFilter> org.sleuthkit.datamodel.CommunicationsFilter.getAndFilters ( )

Returns the list of filters that will be ANDed together when applied to a query.

NOTE: The returned list is unmodifiable, new filters should be added via addAndFilter.

Returns
An unmodifiable list of the filter.

Definition at line 60 of file CommunicationsFilter.java.


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

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.