Uses of Class
edu.cornell.mannlib.vitro.webapp.utils.threads.VitroBackgroundThread.WorkLevel
-
Packages that use VitroBackgroundThread.WorkLevel Package Description edu.cornell.mannlib.vitro.webapp.utils.threads -
-
Uses of VitroBackgroundThread.WorkLevel in edu.cornell.mannlib.vitro.webapp.utils.threads
Methods in edu.cornell.mannlib.vitro.webapp.utils.threads that return VitroBackgroundThread.WorkLevel Modifier and Type Method Description VitroBackgroundThread.WorkLevelVitroBackgroundThread.WorkLevelStamp. getLevel()static VitroBackgroundThread.WorkLevelVitroBackgroundThread.WorkLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static VitroBackgroundThread.WorkLevel[]VitroBackgroundThread.WorkLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cornell.mannlib.vitro.webapp.utils.threads with parameters of type VitroBackgroundThread.WorkLevel Modifier and Type Method Description voidVitroBackgroundThread. setWorkLevel(VitroBackgroundThread.WorkLevel level, String... flags)Constructors in edu.cornell.mannlib.vitro.webapp.utils.threads with parameters of type VitroBackgroundThread.WorkLevel Constructor Description WorkLevelStamp(VitroBackgroundThread.WorkLevel level, String... flags)
-