Uses of Class
com.atlassian.crowd.embedded.api.OperationType

Packages that use OperationType
com.atlassian.crowd.embedded.api   
 

Uses of OperationType in com.atlassian.crowd.embedded.api
 

Methods in com.atlassian.crowd.embedded.api that return OperationType
 OperationType OperationType.fromName(String name)
           
static OperationType OperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationType[] OperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.crowd.embedded.api that return types with arguments of type OperationType
 Set<OperationType> PermissionOption.getAllowedOperations()
           
 Set<OperationType> Directory.getAllowedOperations()
          Returns the operations allowed to be performed on this directory.
 

Method parameters in com.atlassian.crowd.embedded.api with type arguments of type OperationType
static PermissionOption PermissionOption.fromAllowedOperations(Set<OperationType> allowedOperations)
           
 



Copyright © 2014 Atlassian. All Rights Reserved.