Uses of Enum Class
org.duracloud.account.db.model.Role
Packages that use Role
-
Uses of Role in org.duracloud.account.db.model
Methods in org.duracloud.account.db.model that return RoleModifier and TypeMethodDescriptionDuracloudUser.getRoleByAcct(Long accountId) static RoleRole.highestRole(Set<Role> roles) static RoleReturns the enum constant of this class with the specified name.static Role[]Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.duracloud.account.db.model that return types with arguments of type RoleModifier and TypeMethodDescriptionRole.getRoleHierarchy()AccountRights.getRoles()DuracloudUser.getRolesByAcct(Long accountId) Methods in org.duracloud.account.db.model with parameters of type RoleModifier and TypeMethodDescriptionbooleanDuracloudUser.hasRoleForAcct(Long accountId, Role role) Method parameters in org.duracloud.account.db.model with type arguments of type Role -
Uses of Role in org.duracloud.account.db.model.util
Methods in org.duracloud.account.db.model.util that return RoleMethods in org.duracloud.account.db.model.util with parameters of type Role