public interface ConditionRpcService
Modifier and Type | Method and Description |
---|---|
boolean |
executeCondition(ScheduleConditionDto scheduleCondition) |
java.util.List<Condition> |
getConditions(ReportDto report) |
java.util.List<java.lang.String> |
getReplacementsFor(ReportConditionDto condition) |
java.util.List<Condition> getConditions(ReportDto report) throws ServerCallFailedException, ExpectedException
java.util.List<java.lang.String> getReplacementsFor(ReportConditionDto condition) throws ServerCallFailedException, ExpectedException
boolean executeCondition(ScheduleConditionDto scheduleCondition) throws ServerCallFailedException, ExpectedException