Uses of Class
de.deepamehta.plugins.accesscontrol.model.Operation

Packages that use Operation
de.deepamehta.plugins.accesscontrol.model   
 

Uses of Operation in de.deepamehta.plugins.accesscontrol.model
 

Methods in de.deepamehta.plugins.accesscontrol.model that return Operation
 Operation ACLEntry.getOperation()
           
static Operation Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Operation[] Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.deepamehta.plugins.accesscontrol.model with parameters of type Operation
 Permissions Permissions.add(Operation operation, boolean allowed)
           
 UserRole[] AccessControlList.getUserRoles(Operation operation)
           
 

Constructors in de.deepamehta.plugins.accesscontrol.model with parameters of type Operation
ACLEntry(Operation operation, UserRole... userRoles)
           
 



Copyright © 2014. All rights reserved.