Uses of Class
org.silverpeas.components.resourcesmanager.model.ResourceValidator
-
-
Uses of ResourceValidator in org.silverpeas.components.resourcesmanager.control
Methods in org.silverpeas.components.resourcesmanager.control that return types with arguments of type ResourceValidator Modifier and Type Method Description List<ResourceValidator>
ResourcesManagerSessionController. listValidators(Long resourceId)
-
Uses of ResourceValidator in org.silverpeas.components.resourcesmanager.model
Methods in org.silverpeas.components.resourcesmanager.model that return types with arguments of type ResourceValidator Modifier and Type Method Description List<ResourceValidator>
Resource. getManagers()
Method parameters in org.silverpeas.components.resourcesmanager.model with type arguments of type ResourceValidator Modifier and Type Method Description void
Resource. setManagers(List<ResourceValidator> managers)
-
Uses of ResourceValidator in org.silverpeas.components.resourcesmanager.repository
Methods in org.silverpeas.components.resourcesmanager.repository that return ResourceValidator Modifier and Type Method Description ResourceValidator
ResourceValidatorJpaRepository. getResourceValidator(Long currentResourceId, Long currentUserId)
ResourceValidator
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 ResourceValidator Modifier and Type Method Description List<ResourceValidator>
ResourceService. getManagers(long resourceId)
List<ResourceValidator>
ResourcesManager. getManagers(long resourceId)
List<ResourceValidator>
SimpleResourcesManager. getManagers(long resourceId)
Methods in org.silverpeas.components.resourcesmanager.service with parameters of type ResourceValidator Modifier and Type Method Description void
ResourceService. addManager(ResourceValidator manager)
void
ResourceService. removeManager(ResourceValidator manager)
Method parameters in org.silverpeas.components.resourcesmanager.service with type arguments of type ResourceValidator Modifier and Type Method Description void
ResourceService. addManagers(long resourceId, List<ResourceValidator> managerIds)
-