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(java.lang.String name)
           
static OperationType OperationType.valueOf(java.lang.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're declared.
 

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



Copyright © 2011 Atlassian. All Rights Reserved.