Uses of Interface
net.datenwerke.rs.condition.client.condition.Condition
Packages that use Condition
Package
Description
-
Uses of Condition in net.datenwerke.rs.condition.client.condition
Methods in net.datenwerke.rs.condition.client.condition with parameters of type ConditionModifier and TypeMethodDescriptionvoidConditionDao.getReplacementsFor(Condition condition, <any> callback) -
Uses of Condition in net.datenwerke.rs.condition.client.condition.dto
Classes in net.datenwerke.rs.condition.client.condition.dto that implement Condition -
Uses of Condition in net.datenwerke.rs.condition.client.condition.rpc
Methods in net.datenwerke.rs.condition.client.condition.rpc that return types with arguments of type ConditionModifier and TypeMethodDescriptionConditionRpcService.getAvailableReportConditions(ReportDto report) Returns the conditions available for scheduling the specified report. -
Uses of Condition in net.datenwerke.rs.condition.server.condition
Methods in net.datenwerke.rs.condition.server.condition that return types with arguments of type ConditionModifier and TypeMethodDescriptionConditionRpcServiceImpl.getAvailableReportConditions(ReportDto reportDto) Returns the conditions available to the requesting user for scheduling the specified report. -
Uses of Condition in net.datenwerke.rs.condition.service.condition
Methods in net.datenwerke.rs.condition.service.condition with parameters of type ConditionModifier and TypeMethodDescriptionbooleanConditionService.executeCondition(Condition condition, String expression) booleanConditionService.executeCondition(Condition condition, String expression, User user) booleanConditionServiceImpl.executeCondition(Condition condition, String expression) booleanConditionServiceImpl.executeCondition(Condition condition, String expression, User user) -
Uses of Condition in net.datenwerke.rs.condition.service.condition.entity
Classes in net.datenwerke.rs.condition.service.condition.entity that implement Condition