Uses of Class
org.iternine.jeppetto.dao.AccessType

Packages that use AccessType
org.iternine.jeppetto.dao   
 

Uses of AccessType in org.iternine.jeppetto.dao
 

Methods in org.iternine.jeppetto.dao that return AccessType
static AccessType AccessType.getAccessTypeFromShortName(String shortName)
           
static AccessType AccessType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AccessType[] AccessType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.iternine.jeppetto.dao that return types with arguments of type AccessType
 Map<String,AccessType> AccessControlDAO.getGrantedAccesses(ID id)
           
 Map<String,AccessType> AccessControlDAO.getGrantedAccesses(ID id, AccessControlContext accessControlContext)
           
 

Methods in org.iternine.jeppetto.dao with parameters of type AccessType
 boolean AccessType.allows(AccessType accessType)
           
 void AccessControlDAO.grantAccess(ID id, String accessId, AccessType accessType)
           
 void AccessControlDAO.grantAccess(ID id, String accessId, AccessType accessType, AccessControlContext accessControlContext)
           
 



Copyright © 2012. All Rights Reserved.