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.basicFields in org.apache.openmeetings.db.entity.basic with type parameters of type Client.ActivityModifier and TypeFieldDescriptionprotected final ConcurrentHashMap.KeySetView<Client.Activity,Boolean> StreamDesc.activitiesMethods in org.apache.openmeetings.db.entity.basic that return Client.ActivityModifier and TypeMethodDescriptionstatic Client.ActivityReturns 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 TypeMethodDescriptionvoidStreamDesc.add(Client.Activity a) Client.addStream(Client.StreamType stype, Client.Activity toggle) protected booleanScreenStreamDesc.allowed(Client.Activity a) protected abstract booleanStreamDesc.allowed(Client.Activity a) protected booleanWebcamStreamDesc.allowed(Client.Activity a) booleanClient.has(Client.Activity activity) booleanStreamDesc.has(Client.Activity a) booleanClient.isAllowed(Client.Activity a) StreamDesc.remove(Client.Activity a) WebcamStreamDesc.remove(Client.Activity a) voidWebcamStreamDesc.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)