Uses of Enum Class
org.languagetool.server.GroupRoles
Packages that use GroupRoles
-
Uses of GroupRoles in org.languagetool.server
Methods in org.languagetool.server that return GroupRolesModifier and TypeMethodDescriptionstatic GroupRolesReturns the enum constant of this class with the specified name.static GroupRoles[]GroupRoles.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.languagetool.server that return types with arguments of type GroupRolesMethods in org.languagetool.server with parameters of type GroupRolesModifier and TypeMethodDescriptionstatic booleanGroupRoles.hasPermissions(String role, GroupRoles... roles) Method parameters in org.languagetool.server with type arguments of type GroupRolesConstructors in org.languagetool.server with parameters of type GroupRolesConstructor parameters in org.languagetool.server with type arguments of type GroupRolesModifierConstructorDescriptionDBGroupMember(Long id, Long groupId, Long userId, List<GroupRoles> roles)