Uses of Class
org.eaglei.repository.model.Access

Packages that use Access
org.eaglei.repository.model   
 

Uses of Access in org.eaglei.repository.model
 

Methods in org.eaglei.repository.model that return Access
static Access Access.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Access[] Access.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eaglei.repository.model with parameters of type Access
static void Access.filterByPermission(javax.servlet.http.HttpServletRequest request, org.openrdf.model.URI aprincipal, java.lang.String name, java.lang.String results, java.lang.String patternGroup, Access pred, org.openrdf.query.Dataset dataset, org.openrdf.query.BindingSet bindings, org.openrdf.query.TupleQueryResultHandler handler)
          Filters results of query by what the current user has indicated permission on..
static boolean Access.hasPermission(javax.servlet.http.HttpServletRequest request, org.openrdf.model.Resource subject, Access pred)
          hasPermission - predicate, general permission test.
 



Copyright © 2009-2011 Eagle-I. All Rights Reserved.