Uses of Class
org.activiti.engine.test.profiler.ProfileSession
-
Packages that use ProfileSession Package Description org.activiti.engine.test.profiler -
-
Uses of ProfileSession in org.activiti.engine.test.profiler
Fields in org.activiti.engine.test.profiler declared as ProfileSession Modifier and Type Field Description protected ProfileSessionActivitiProfiler. currentProfileSessionFields in org.activiti.engine.test.profiler with type parameters of type ProfileSession Modifier and Type Field Description protected java.util.List<ProfileSession>ActivitiProfiler. profileSessionsMethods in org.activiti.engine.test.profiler that return ProfileSession Modifier and Type Method Description ProfileSessionActivitiProfiler. getCurrentProfileSession()Methods in org.activiti.engine.test.profiler that return types with arguments of type ProfileSession Modifier and Type Method Description java.util.List<ProfileSession>ActivitiProfiler. getProfileSessions()Methods in org.activiti.engine.test.profiler with parameters of type ProfileSession Modifier and Type Method Description voidActivitiProfiler. setCurrentProfileSession(ProfileSession currentProfileSession)Method parameters in org.activiti.engine.test.profiler with type arguments of type ProfileSession Modifier and Type Method Description voidActivitiProfiler. setProfileSessions(java.util.List<ProfileSession> profileSessions)
-