public interface DebuggerManager
This class provides an interface to manage debug session
| Modifier and Type | Method and Description | 
|---|---|
Object | 
evaluateExpression(String executionId,
                  String expressionString)
Evaluate given expression in the context of the execution 
 | 
Object | 
evaluateWorkObjectByGlobalIdExpression(String workObjectGlobalId,
                                      String expressionString)
Evaluate given expression in the context of the workobject 
 | 
Object | 
evaluateWorkObjectExpression(String ambiguousId,
                            String expressionString)
Evaluate given expression in the context of the workobject 
 | 
List<Map<String,String>> | 
getExecutions()
Get executions ready for debugging 
 | 
void | 
setExecutionToActivity(String executionId,
                      String activityId)
Set activity in the execution to the defined step. 
 | 
void | 
signalExecution(String executionId,
               String signalName)
Signal execution to continue in the process execution. 
 | 
void signalExecution(String executionId, String signalName) throws Exception
Signal execution to continue in the process execution.
executionId - execution to continue insignalName - signal specifies the way in which process will continue (e.g. resume, step inside…)ExceptionList<Map<String,String>> getExecutions()
Get executions ready for debugging
Object evaluateExpression(String executionId, String expressionString) throws Exception
Evaluate given expression in the context of the execution
executionId - context in which expression is evaluatedexpressionString - expression to evaluateExceptionObject evaluateWorkObjectExpression(String ambiguousId, String expressionString) throws Exception
Evaluate given expression in the context of the workobject
ambiguousId - work object ID for the context in which expression is evaluated
                   (either work object ID value or global ID value)expressionString - expression to evaluateExceptionObject evaluateWorkObjectByGlobalIdExpression(String workObjectGlobalId, String expressionString) throws Exception
Evaluate given expression in the context of the workobject
workObjectGlobalId - context in which expression is evaluatedexpressionString - expression to evaluateExceptionCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.