com.atlassian.jira.issue.search.parameters.filter
Class NoBrowsePermissionPredicate
java.lang.Object
com.atlassian.jira.issue.search.parameters.filter.NoBrowsePermissionPredicate
- All Implemented Interfaces:
- Predicate<org.ofbiz.core.entity.GenericValue>
public class NoBrowsePermissionPredicate
- extends Object
- implements Predicate<org.ofbiz.core.entity.GenericValue>
Method Summary |
boolean |
evaluate(org.ofbiz.core.entity.GenericValue issue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoBrowsePermissionPredicate
public NoBrowsePermissionPredicate(com.atlassian.crowd.embedded.api.User searcher)
evaluate
public boolean evaluate(org.ofbiz.core.entity.GenericValue issue)
- Specified by:
evaluate
in interface Predicate<org.ofbiz.core.entity.GenericValue>
- Returns:
- true if the user does not have permission to browse this issue; false otherwise.
Copyright © 2002-2012 Atlassian. All Rights Reserved.