Interface CPMBean

All Known Subinterfaces:
ControlledProcessManager

@Description("Controlled Process Management") @ProviderType public interface CPMBean
Provide details about running tasks
  • Method Details

    • getStatistics

      @Description("Processes") TabularDataSupport getStatistics() throws OpenDataException
      Throws:
      OpenDataException
    • haltProcessById

      @Description("Halt process by id") void haltProcessById(@Name("ID") @Description("Process ID") String id)
    • haltProcessByPath

      @Description("Halt process by JCR path") void haltProcessByPath(@Name("Path") @Description("Process Path") String path)
    • haltActiveProcesses

      @Description("Halt any current or queued up processes") void haltActiveProcesses()
    • purgeCompletedProcesses

      @Description("Remove record of completed processes") void purgeCompletedProcesses()