Uses of Interface
de.trustable.ca3s.core.repository.AlgorithmRestrictionRepository
-
Packages that use AlgorithmRestrictionRepository Package Description de.trustable.ca3s.core.service.impl de.trustable.ca3s.core.web.rest Spring MVC REST controllers. -
-
Uses of AlgorithmRestrictionRepository in de.trustable.ca3s.core.service.impl
Constructors in de.trustable.ca3s.core.service.impl with parameters of type AlgorithmRestrictionRepository Constructor Description AlgorithmRestrictionServiceImpl(AlgorithmRestrictionRepository algorithmRestrictionRepository) -
Uses of AlgorithmRestrictionRepository in de.trustable.ca3s.core.web.rest
Constructors in de.trustable.ca3s.core.web.rest with parameters of type AlgorithmRestrictionRepository Constructor Description AlgorithmRestrictionResource(AlgorithmRestrictionService algorithmRestrictionService, AlgorithmRestrictionRepository algorithmRestrictionRepository)
-