Uses of Class
org.jboss.seam.security.EntityAction

Packages that use EntityAction
org.jboss.seam.security Seam Security 
 

Uses of EntityAction in org.jboss.seam.security
 

Methods in org.jboss.seam.security that return EntityAction
static EntityAction EntityAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EntityAction[] EntityAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.seam.security with parameters of type EntityAction
 void EntityPermissionChecker.checkEntityPermission(Object entity, EntityAction action)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.