Uses of Class
org.gcube.portlets.user.homelibrary.home.workspace.acl.Operation

Packages that use Operation
org.gcube.portlets.user.homelibrary.home.workspace.acl   
 

Uses of Operation in org.gcube.portlets.user.homelibrary.home.workspace.acl
 

Methods in org.gcube.portlets.user.homelibrary.home.workspace.acl that return Operation
 Operation Capability.getOperation()
           
static Operation Operation.valueOf(java.lang.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're declared.
 

Methods in org.gcube.portlets.user.homelibrary.home.workspace.acl with parameters of type Operation
 boolean Capabilities.checkCapability(User user, Operation operation)