Uses of Class
org.flowable.engine.test.profiler.CommandExecutionResult
Packages that use CommandExecutionResult
-
Uses of CommandExecutionResult in org.flowable.engine.test.profiler
Fields in org.flowable.engine.test.profiler declared as CommandExecutionResultModifier and TypeFieldDescriptionprotected CommandExecutionResult
ProfilingDbSqlSession.commandExecutionResult
Fields in org.flowable.engine.test.profiler with type parameters of type CommandExecutionResultModifier and TypeFieldDescriptionprotected Map<String,
List<CommandExecutionResult>> ProfileSession.commandExecutionResults
protected ThreadLocal<CommandExecutionResult>
ProfileSession.currentCommandExecution
Methods in org.flowable.engine.test.profiler that return CommandExecutionResultModifier and TypeMethodDescriptionProfileSession.getCurrentCommandExecution()
ProfilingDbSqlSession.getCurrentCommandExecution()
Methods in org.flowable.engine.test.profiler that return types with arguments of type CommandExecutionResultMethods in org.flowable.engine.test.profiler with parameters of type CommandExecutionResultModifier and TypeMethodDescriptionvoid
ProfileSession.addCommandExecution
(String classFqn, CommandExecutionResult commandExecutionResult) void
ProfileSession.setCurrentCommandExecution
(CommandExecutionResult commandExecutionResult) Method parameters in org.flowable.engine.test.profiler with type arguments of type CommandExecutionResultModifier and TypeMethodDescriptionvoid
ProfileSession.setCommandExecutions
(Map<String, List<CommandExecutionResult>> commandExecutionResults) Constructor parameters in org.flowable.engine.test.profiler with type arguments of type CommandExecutionResult