Uses of Enum Class
org.apache.openmeetings.db.entity.basic.Client.Activity
Packages that use Client.Activity
-
Uses of Client.Activity in org.apache.openmeetings.db.entity.basic
Fields in org.apache.openmeetings.db.entity.basic with type parameters of type Client.ActivityModifier and TypeFieldDescriptionprotected final ConcurrentHashMap.KeySetView<Client.Activity,
Boolean> StreamDesc.activities
Methods in org.apache.openmeetings.db.entity.basic that return Client.ActivityModifier 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.Methods in org.apache.openmeetings.db.entity.basic that return types with arguments of type Client.ActivityMethods in org.apache.openmeetings.db.entity.basic with parameters of type Client.ActivityModifier 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) Constructors in org.apache.openmeetings.db.entity.basic with parameters of type Client.ActivityModifierConstructorDescriptionScreenStreamDesc
(Client client, Client.Activity toggle) WebcamStreamDesc
(Client client, Client.Activity toggle)