Autopsy  4.6.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.DeletedContent.DeletedContentFilter Enum Reference

Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.

Public Member Functions

public< T > T accept (AutopsyItemVisitor< T > visitor)
 
String getDisplayName ()
 
int getId ()
 
String getName ()
 

Public Attributes

 ALL_DELETED_FILTER
 
 FS_DELETED_FILTER
 

Private Member Functions

 DeletedContentFilter (int id, String name, String displayName)
 

Private Attributes

String displayName
 
int id
 
String name
 

Detailed Description

Definition at line 67 of file DeletedContent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.DeletedContent.DeletedContentFilter.DeletedContentFilter ( int  id,
String  name,
String  displayName 
)
private

Definition at line 78 of file DeletedContent.java.

Member Function Documentation

public<T> T org.sleuthkit.autopsy.datamodel.DeletedContent.DeletedContentFilter.accept ( AutopsyItemVisitor< T >  visitor)

visitor pattern support

Parameters
vvisitor
Returns
visitor return value

Implements org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.

Definition at line 98 of file DeletedContent.java.

References org.sleuthkit.autopsy.datamodel.AutopsyItemVisitor< T >.visit().

String org.sleuthkit.autopsy.datamodel.DeletedContent.DeletedContentFilter.getDisplayName ( )

Definition at line 93 of file DeletedContent.java.

int org.sleuthkit.autopsy.datamodel.DeletedContent.DeletedContentFilter.getId ( )

Definition at line 89 of file DeletedContent.java.

String org.sleuthkit.autopsy.datamodel.DeletedContent.DeletedContentFilter.getName ( )

Definition at line 85 of file DeletedContent.java.

Member Data Documentation

org.sleuthkit.autopsy.datamodel.DeletedContent.DeletedContentFilter.ALL_DELETED_FILTER
Initial value:
=(1, "ALL_DELETED_FILTER",
Bundle.DeletedContent_allDelFilter_text())

Definition at line 71 of file DeletedContent.java.

String org.sleuthkit.autopsy.datamodel.DeletedContent.DeletedContentFilter.displayName
private

Definition at line 76 of file DeletedContent.java.

org.sleuthkit.autopsy.datamodel.DeletedContent.DeletedContentFilter.FS_DELETED_FILTER
Initial value:
=(0, "FS_DELETED_FILTER",
Bundle.DeletedContent_fsDelFilter_text())

Definition at line 69 of file DeletedContent.java.

int org.sleuthkit.autopsy.datamodel.DeletedContent.DeletedContentFilter.id
private

Definition at line 74 of file DeletedContent.java.

String org.sleuthkit.autopsy.datamodel.DeletedContent.DeletedContentFilter.name
private

Definition at line 75 of file DeletedContent.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.