Uses of Class
org.activiti.engine.test.profiler.CommandExecutionResult
-
Packages that use CommandExecutionResult Package Description org.activiti.engine.test.profiler -
-
Uses of CommandExecutionResult in org.activiti.engine.test.profiler
Fields in org.activiti.engine.test.profiler declared as CommandExecutionResult Modifier and Type Field Description protected CommandExecutionResultProfilingDbSqlSession. commandExecutionResultFields in org.activiti.engine.test.profiler with type parameters of type CommandExecutionResult Modifier and Type Field Description protected java.util.Map<java.lang.String,java.util.List<CommandExecutionResult>>ProfileSession. commandExecutionResultsprotected java.lang.ThreadLocal<CommandExecutionResult>ProfileSession. currentCommandExecutionMethods in org.activiti.engine.test.profiler that return CommandExecutionResult Modifier and Type Method Description CommandExecutionResultProfileSession. getCurrentCommandExecution()CommandExecutionResultProfilingDbSqlSession. getCurrentCommandExecution()Methods in org.activiti.engine.test.profiler that return types with arguments of type CommandExecutionResult Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<CommandExecutionResult>>ProfileSession. getCommandExecutions()Methods in org.activiti.engine.test.profiler with parameters of type CommandExecutionResult Modifier and Type Method Description voidProfileSession. addCommandExecution(java.lang.String classFqn, CommandExecutionResult commandExecutionResult)voidProfileSession. setCurrentCommandExecution(CommandExecutionResult commandExecutionResult)Method parameters in org.activiti.engine.test.profiler with type arguments of type CommandExecutionResult Modifier and Type Method Description voidProfileSession. setCommandExecutions(java.util.Map<java.lang.String,java.util.List<CommandExecutionResult>> commandExecutionResults)Constructor parameters in org.activiti.engine.test.profiler with type arguments of type CommandExecutionResult Constructor Description CommandStats(java.util.List<CommandExecutionResult> executions)
-