19 package org.sleuthkit.autopsy.featureaccess;
 
   22 import java.nio.file.Paths;
 
   66         boolean dataSourceDeletionAllowed = 
false;
 
   69             dataSourceDeletionAllowed
 
   73         return dataSourceDeletionAllowed;
 
  111         File accessLimitingFile = 
new File(MULTIUSER_CASE_RESTRICTED_FILE_PATH);
 
  112         return !accessLimitingFile.exists();
 
static boolean canDeleteDataSources()
 
static final int DATA_SRC_DEL_MIN_DB_MINOR_VER
 
CaseDbSchemaVersionNumber getDBSchemaCreationVersion()
 
static boolean getIsMultiUserModeEnabled()
 
static final int DATA_SRC_DEL_MIN_DB_MAJOR_VER
 
static boolean canAddDataSources()
 
static boolean currentCaseIsSingleUserCase()
 
static boolean multiUserCaseRestrictionsFileAbsent()
 
SleuthkitCase getSleuthkitCase()
 
static boolean canCreateMultiUserCases()
 
static final String MULTIUSER_CASE_RESTRICTED_FILE_NAME
 
static boolean canAddHashSetsToCentralRepo()
 
static final String MULTIUSER_CASE_RESTRICTED_FILE_PATH
 
static Case getCurrentCase()
 
static boolean isCaseOpen()
 
static boolean canDeleteCurrentCase()