Uses of Class
org.flowable.ui.task.model.debugger.BreakpointRepresentation
-
Packages that use BreakpointRepresentation Package Description org.flowable.ui.task.service.debugger -
-
Uses of BreakpointRepresentation in org.flowable.ui.task.service.debugger
Fields in org.flowable.ui.task.service.debugger with type parameters of type BreakpointRepresentation Modifier and Type Field Description protected List<BreakpointRepresentation>DebuggerService. breakpointsMethods in org.flowable.ui.task.service.debugger that return types with arguments of type BreakpointRepresentation Modifier and Type Method Description List<BreakpointRepresentation>DebuggerService. getBreakpoints()Methods in org.flowable.ui.task.service.debugger with parameters of type BreakpointRepresentation Modifier and Type Method Description voidDebuggerService. addBreakpoint(BreakpointRepresentation breakpointRepresentation)voidDebuggerService. removeBreakpoint(BreakpointRepresentation breakpointRepresentation)
-