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)
           
 AccessType AccessControllable.getGrantedAccess(ID id, String accessId)
           
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> AccessControllable.getGrantedAccesses(ID id)
           
 

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



Copyright © 2012. All Rights Reserved.