Interface ConditionRpcServiceAsync
public interface ConditionRpcServiceAsync
Asynchronous RPC service for retrieving and evaluating scheduling conditions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteCondition(ScheduleConditionDto scheduleCondition, <any> callback) voidgetAvailableReportConditions(ReportDto report, <any> callback) Retrieves the conditions available for scheduling the specified report.voidgetReplacementsFor(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 requestedcallback- receives the available conditions
-
getReplacementsFor
void getReplacementsFor(ReportConditionDto condition, <any> callback) -
executeCondition
void executeCondition(ScheduleConditionDto scheduleCondition, <any> callback)
-