Uses of Class
org.eaglei.repository.Access

Packages that use Access
org.eaglei.repository   
 

Uses of Access in org.eaglei.repository
 

Methods in org.eaglei.repository 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 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 patternGroup, Access pred, 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 - general permission test.
 



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