Uses of Enum Class
com.atlassian.crowd.embedded.api.OperationType
Packages that use OperationType
-
Uses of OperationType in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api that return OperationTypeModifier and TypeMethodDescriptionstatic OperationTypeReturns the enum constant of this class with the specified name.static OperationType[]OperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.crowd.embedded.api that return types with arguments of type OperationTypeModifier and TypeMethodDescriptionDirectory.getAllowedOperations()Returns the operations allowed to be performed on this directory.PermissionOption.getAllowedOperations()Method parameters in com.atlassian.crowd.embedded.api with type arguments of type OperationTypeModifier and TypeMethodDescriptionstatic PermissionOptionPermissionOption.fromAllowedOperations(Set<OperationType> allowedOperations) -
Uses of OperationType in com.atlassian.crowd.embedded.impl
Methods in com.atlassian.crowd.embedded.impl that return types with arguments of type OperationTypeMethod parameters in com.atlassian.crowd.embedded.impl with type arguments of type OperationTypeModifier and TypeMethodDescriptionvoidImmutableDirectory.Builder.setAllowedOperations(Set<OperationType> allowedOperations) Constructor parameters in com.atlassian.crowd.embedded.impl with type arguments of type OperationTypeModifierConstructorDescriptionImmutableDirectory(Long id, String name, boolean active, String description, String encryptionType, DirectoryType type, String implementationClass, Date createdDate, Date updatedDate, Set<OperationType> allowedOperations, Map<String, String> attributes)