Uses of Class
com.gurock.smartinspect.packets.processflow.ProcessFlowType
-
Packages that use ProcessFlowType Package Description com.gurock.smartinspect.packets.processflow com.gurock.smartinspect.session -
-
Uses of ProcessFlowType in com.gurock.smartinspect.packets.processflow
Fields in com.gurock.smartinspect.packets.processflow declared as ProcessFlowType Modifier and Type Field Description static ProcessFlowTypeProcessFlowType. EnterMethodInstructs the Console to enter a new method.static ProcessFlowTypeProcessFlowType. EnterProcessInstructs the Console to enter a new process.static ProcessFlowTypeProcessFlowType. EnterThreadInstructs the Console to enter a new thread.static ProcessFlowTypeProcessFlowType. LeaveMethodInstructs the Console to leave a method.static ProcessFlowTypeProcessFlowType. LeaveProcessInstructs the Console to leave a process.static ProcessFlowTypeProcessFlowType. LeaveThreadInstructs the Console to leave a thread.Methods in com.gurock.smartinspect.packets.processflow that return ProcessFlowType Modifier and Type Method Description ProcessFlowTypeProcessFlow. getProcessFlowType()Returns the type of this Process Flow entry.Methods in com.gurock.smartinspect.packets.processflow with parameters of type ProcessFlowType Modifier and Type Method Description voidProcessFlow. setProcessFlowType(ProcessFlowType processFlowType)Sets the type of this Process Flow entry.Constructors in com.gurock.smartinspect.packets.processflow with parameters of type ProcessFlowType Constructor Description ProcessFlow(ProcessFlowType processFlowType)Creates and initializes a ProcessFlow instance with a custom process flow type. -
Uses of ProcessFlowType in com.gurock.smartinspect.session
Methods in com.gurock.smartinspect.session with parameters of type ProcessFlowType Modifier and Type Method Description voidSession. sendCustomProcessFlow(Level level, String title, ProcessFlowType pt)Overloaded.voidSession. sendCustomProcessFlow(String title, ProcessFlowType pt)Overloaded.
-