Uses of Enum Class
org.apache.openmeetings.db.entity.basic.Client.Activity
-
Uses of Client.Activity in org.apache.openmeetings.db.entity.basic
Modifier and TypeFieldDescriptionprotected final ConcurrentHashMap.KeySetView<Client.Activity,
Boolean> StreamDesc.activities
Modifier and TypeMethodDescriptionstatic Client.Activity
Returns the enum constant of this class with the specified name.static Client.Activity[]
Client.Activity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
StreamDesc.add
(Client.Activity a) Client.addStream
(Client.StreamType stype, Client.Activity toggle) protected boolean
ScreenStreamDesc.allowed
(Client.Activity a) protected abstract boolean
StreamDesc.allowed
(Client.Activity a) protected boolean
WebcamStreamDesc.allowed
(Client.Activity a) boolean
Client.has
(Client.Activity activity) boolean
StreamDesc.has
(Client.Activity a) boolean
Client.isAllowed
(Client.Activity a) StreamDesc.remove
(Client.Activity a) WebcamStreamDesc.remove
(Client.Activity a) void
WebcamStreamDesc.toggle
(Client.Activity toggle) ModifierConstructorDescriptionScreenStreamDesc
(Client client, Client.Activity toggle) WebcamStreamDesc
(Client client, Client.Activity toggle)