@Service public class DebuggerService extends Object implements ProcessDebugger, org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
protected List<BreakpointRepresentation> |
breakpoints |
| Constructor and Description |
|---|
DebuggerService() |
protected List<BreakpointRepresentation> breakpoints
protected org.springframework.context.ApplicationContext applicationContext
public void addBreakpoint(BreakpointRepresentation breakpointRepresentation)
public void removeBreakpoint(BreakpointRepresentation breakpointRepresentation)
public List<BreakpointRepresentation> getBreakpoints()
public Collection<String> getBrokenExecutions(String activityId, String processInstanceId)
public List<EventLogEntry> getProcessInstanceEventLog(String processInstanceId)
public void continueExecution(String executionId)
public boolean isBreakpoint(Execution execution)
isBreakpoint in interface ProcessDebuggerprotected ManagementService getManagementService()
protected RuntimeService getRuntimeService()
protected HistoryService getHistoricService()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic List<DebuggerRestVariable> getExecutionVariables(String executionId)
public List<ExecutionRepresentation> getExecutions(String processInstanceId)
Copyright © 2021 Flowable. All rights reserved.