Uses of Enum Class
org.apache.openmeetings.db.entity.room.Room.Right
Package
Description
-
Uses of Room.Right in org.apache.openmeetings.db.entity.basic
Modifier and TypeMethodDescriptionClient.allow
(Room.Right... inRights) void
Client.deny
(Room.Right... inRights) boolean
Client.hasRight
(Room.Right right) -
Uses of Room.Right in org.apache.openmeetings.db.entity.room
Modifier and TypeMethodDescriptionstatic Room.Right
Returns the enum constant of this class with the specified name.static Room.Right[]
Room.Right.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Room.Right in org.apache.openmeetings.db.util
Modifier and TypeMethodDescriptionstatic Set<Room.Right>
AuthLevelUtil.getRoomRight
(User u, Room r, Appointment a, int userCount)