public interface DataFilteringService
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasReadPermissions(Object object)
That method will tell if the security system allows such object to be shipped to the end user.
|
boolean |
isAllowedByUser(org.squashtest.tm.domain.project.ProjectResource object)
That method will tell if the user actually wants that data, or if he discards it.
|
boolean |
isFullyAllowed(Object object)
if that interface is modified in the future because of more filtering options, at least you can rely
on that one to be always present.
|
boolean isFullyAllowed(Object object)
object - to checkboolean hasReadPermissions(Object object)
object - the object to check.boolean isAllowedByUser(org.squashtest.tm.domain.project.ProjectResource object)
object - the object to check.Copyright © 2010–2017 Henix, henix.fr. All rights reserved.