Uses of Class
de.deepamehta.core.service.accesscontrol.Operation

Packages that use Operation
de.deepamehta.core.impl   
de.deepamehta.core.service.accesscontrol   
de.deepamehta.plugins.accesscontrol   
 

Uses of Operation in de.deepamehta.core.impl
 

Methods in de.deepamehta.core.impl with parameters of type Operation
private  boolean AccessControlImpl._hasPermission(String username, Operation operation, long workspaceId)
           
 boolean AccessControlImpl.hasPermission(String username, Operation operation, long objectId)
           
 

Uses of Operation in de.deepamehta.core.service.accesscontrol
 

Methods in de.deepamehta.core.service.accesscontrol that return Operation
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.core.service.accesscontrol with parameters of type Operation
 Permissions Permissions.add(Operation operation, boolean allowed)
           
 boolean AccessControl.hasPermission(String username, Operation operation, long objectId)
          Checks if a user is permitted to perform an operation on an object (topic or association).
 

Uses of Operation in de.deepamehta.plugins.accesscontrol
 

Methods in de.deepamehta.plugins.accesscontrol with parameters of type Operation
private  boolean AccessControlPlugin.hasPermission(String username, Operation operation, long objectId)
          Checks if a user is permitted to perform an operation on an object (topic or association).
 



Copyright © 2015. All Rights Reserved.