public final class BaseDebuggerService extends Object implements org.flowable.engine.runtime.ProcessDebugger, org.springframework.context.ApplicationContextAware
Debugger implementation based on anyWorkObject services and work object as a break points storage
Constructor and Description |
---|
BaseDebuggerService(String dashboardName) |
Modifier and Type | Method and Description |
---|---|
String |
getDebuggerWorkObjectId() |
boolean |
isBreakpoint(org.flowable.engine.runtime.Execution execution) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public BaseDebuggerService(String dashboardName)
public String getDebuggerWorkObjectId()
public boolean isBreakpoint(org.flowable.engine.runtime.Execution execution)
isBreakpoint
in interface org.flowable.engine.runtime.ProcessDebugger
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.