Uses of Enum Class
org.apache.openmeetings.db.entity.room.Room.Right
Packages that use Room.Right
Package
Description
- 
Uses of Room.Right in org.apache.openmeetings.db.entity.basicMethods in org.apache.openmeetings.db.entity.basic with parameters of type Room.RightModifier and TypeMethodDescriptionClient.allow(Room.Right... inRights) voidClient.deny(Room.Right... inRights) booleanClient.hasRight(Room.Right right) Method parameters in org.apache.openmeetings.db.entity.basic with type arguments of type Room.Right
- 
Uses of Room.Right in org.apache.openmeetings.db.entity.roomMethods in org.apache.openmeetings.db.entity.room that return Room.RightModifier and TypeMethodDescriptionstatic Room.RightReturns 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.utilMethods in org.apache.openmeetings.db.util that return types with arguments of type Room.RightModifier and TypeMethodDescriptionstatic Set<Room.Right>AuthLevelUtil.getRoomRight(User u, Room r, Appointment a, int userCount)