Interface ConditionRpcServiceAsync


public interface ConditionRpcServiceAsync
Asynchronous RPC service for retrieving and evaluating scheduling conditions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    executeCondition(ScheduleConditionDto scheduleCondition, <any> callback)
     
    void
    getAvailableReportConditions(ReportDto report, <any> callback)
    Retrieves the conditions available for scheduling the specified report.
    void
    getReplacementsFor(ReportConditionDto condition, <any> callback)
     
  • Method Details

    • getAvailableReportConditions

      void getAvailableReportConditions(ReportDto report, <any> callback)
      Retrieves the conditions available for scheduling the specified report.
      Parameters:
      report - the report for which conditions are requested
      callback - receives the available conditions
    • getReplacementsFor

      void getReplacementsFor(ReportConditionDto condition, <any> callback)
    • executeCondition

      void executeCondition(ScheduleConditionDto scheduleCondition, <any> callback)