Uses of Enum Class
tigase.meet.IMeetLogic.Action
Packages that use IMeetLogic.Action
-
Uses of IMeetLogic.Action in tigase.meet
Subclasses with type arguments of type IMeetLogic.Action in tigase.meetMethods in tigase.meet that return IMeetLogic.ActionModifier and TypeMethodDescriptionstatic IMeetLogic.ActionReturns the enum constant of this class with the specified name.static IMeetLogic.Action[]IMeetLogic.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.meet with parameters of type IMeetLogic.ActionModifier and TypeMethodDescriptionvoidDefaultMeetLogic.checkPermission(Meet meet, tigase.xmpp.jid.JID senderJID, IMeetLogic.Action action) voidIMeetLogic.checkPermission(Meet meet, tigase.xmpp.jid.JID senderJID, IMeetLogic.Action action) default CompletableFuture<Meet> IMeetLogic.checkPermissionFuture(Meet meet, tigase.xmpp.jid.JID senderJID, IMeetLogic.Action action)