Uses of Class
org.silverpeas.components.resourcesmanager.model.ResourceValidator
Packages that use ResourceValidator
Package
Description
-
Uses of ResourceValidator in org.silverpeas.components.resourcesmanager.model
Methods in org.silverpeas.components.resourcesmanager.model that return types with arguments of type ResourceValidatorMethod parameters in org.silverpeas.components.resourcesmanager.model with type arguments of type ResourceValidator -
Uses of ResourceValidator in org.silverpeas.components.resourcesmanager.repository
Methods in org.silverpeas.components.resourcesmanager.repository that return ResourceValidatorModifier and TypeMethodDescriptionResourceValidatorJpaRepository.getResourceValidator(Long currentResourceId, Long currentUserId) ResourceValidatorRepository.getResourceValidator(Long currentResourceId, Long currentUserId) -
Uses of ResourceValidator in org.silverpeas.components.resourcesmanager.service
Methods in org.silverpeas.components.resourcesmanager.service that return types with arguments of type ResourceValidatorModifier and TypeMethodDescriptionResourceService.getManagers(long resourceId) ResourcesManager.getManagers(long resourceId) SimpleResourcesManager.getManagers(long resourceId) Methods in org.silverpeas.components.resourcesmanager.service with parameters of type ResourceValidatorModifier and TypeMethodDescriptionvoidResourceService.addManager(ResourceValidator manager) voidResourceService.removeManager(ResourceValidator manager) Method parameters in org.silverpeas.components.resourcesmanager.service with type arguments of type ResourceValidatorModifier and TypeMethodDescriptionvoidResourceService.addManagers(long resourceId, List<ResourceValidator> managerIds)