| Package | Description |
|---|---|
| org.flowable.ui.task.rest.runtime | |
| org.flowable.ui.task.service.debugger |
| Modifier and Type | Method and Description |
|---|---|
Collection<BreakpointRepresentation> |
DebuggerResource.getBreakpoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
DebuggerResource.addBreakPoints(BreakpointRepresentation breakpointRepresentation) |
void |
DebuggerResource.deleteBreakPoints(BreakpointRepresentation breakpointRepresentation) |
| Modifier and Type | Field and Description |
|---|---|
protected List<BreakpointRepresentation> |
DebuggerService.breakpoints |
| Modifier and Type | Method and Description |
|---|---|
List<BreakpointRepresentation> |
DebuggerService.getBreakpoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
DebuggerService.addBreakpoint(BreakpointRepresentation breakpointRepresentation) |
void |
DebuggerService.removeBreakpoint(BreakpointRepresentation breakpointRepresentation) |
Copyright © 2023 Flowable. All rights reserved.