Class ApplicationState
java.lang.Object
com.flowable.platform.common.appstate.ApplicationState
public class ApplicationState
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.lang.ThreadLocal<java.lang.Boolean>
BREAKPOINT_STEP_MODE_ACTIVE
-
Constructor Summary
Constructors Constructor Description ApplicationState()
-
Method Summary
Modifier and Type Method Description static void
disableBreakpointStepMode()
static void
enableBreakpointStepMode()
static boolean
isBreakpointStepModeEnabled()
-
Field Details
-
BREAKPOINT_STEP_MODE_ACTIVE
public static final java.lang.ThreadLocal<java.lang.Boolean> BREAKPOINT_STEP_MODE_ACTIVE
-
-
Constructor Details
-
ApplicationState
public ApplicationState()
-
-
Method Details
-
enableBreakpointStepMode
public static void enableBreakpointStepMode() -
disableBreakpointStepMode
public static void disableBreakpointStepMode() -
isBreakpointStepModeEnabled
public static boolean isBreakpointStepModeEnabled()
-