Interface ProcessProvider

All Known Subinterfaces:
Ticket

public interface ProcessProvider
Represents an object that "knows" or can provide a Process
Since:
10.0.120
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the process
  • Method Details

    • getProcess

      Process getProcess()
      Returns the process
      Returns:
      the Process object
      Since:
      10.0.120