Uses of Class
com.logicaldoc.core.RunLevel
-
Packages that use RunLevel Package Description com.logicaldoc.core Core plug-in that contains the most important domain objects -
-
Uses of RunLevel in com.logicaldoc.core
Methods in com.logicaldoc.core that return RunLevel Modifier and Type Method Description static RunLevel
RunLevel. current()
static RunLevel
RunLevel. fromString(String event)
static RunLevel
RunLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static RunLevel[]
RunLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-