Uses of Class
org.flowable.engine.test.profiler.CommandExecutionResult
-
Uses of CommandExecutionResult in org.flowable.engine.test.profiler
Modifier and TypeFieldDescriptionprotected CommandExecutionResult
ProfilingDbSqlSession.commandExecutionResult
Modifier and TypeFieldDescriptionprotected Map<String,
List<CommandExecutionResult>> ProfileSession.commandExecutionResults
protected ThreadLocal<CommandExecutionResult>
ProfileSession.currentCommandExecution
Modifier and TypeMethodDescriptionProfileSession.getCurrentCommandExecution()
ProfilingDbSqlSession.getCurrentCommandExecution()
Modifier and TypeMethodDescriptionvoid
ProfileSession.addCommandExecution
(String classFqn, CommandExecutionResult commandExecutionResult) void
ProfileSession.setCurrentCommandExecution
(CommandExecutionResult commandExecutionResult) Modifier and TypeMethodDescriptionvoid
ProfileSession.setCommandExecutions
(Map<String, List<CommandExecutionResult>> commandExecutionResults)