Uses of Enum Class
net.bluemind.core.container.model.acl.Verb
Packages that use Verb
Package
Description
-
Uses of Verb in net.bluemind.calendar.api
Methods in net.bluemind.calendar.api with parameters of type VerbModifier and TypeMethodDescriptionICalendarAutocomplete.calendarLookup
(String pattern, Verb verb) Lookup for calendar containervoid
ICalendarAutocompleteAsync.calendarLookup
(String pattern, Verb verb, AsyncHandler<List<CalendarLookupResponse>> handler) ICalendarAutocompletePromise.calendarLookup
(String pattern, Verb verb) -
Uses of Verb in net.bluemind.core.container.api
Fields in net.bluemind.core.container.api with type parameters of type Verb -
Uses of Verb in net.bluemind.core.container.model
Fields in net.bluemind.core.container.model with type parameters of type Verb -
Uses of Verb in net.bluemind.core.container.model.acl
Fields in net.bluemind.core.container.model.acl declared as VerbMethods in net.bluemind.core.container.model.acl that return VerbModifier and TypeMethodDescriptionAccessControlEntry.getVerb()
static Verb
Returns the enum constant of this class with the specified name.static Verb[]
Verb.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bluemind.core.container.model.acl that return types with arguments of type VerbMethods in net.bluemind.core.container.model.acl with parameters of type VerbModifier and TypeMethodDescriptionboolean
static AccessControlEntry
Creates a new access control entry.Method parameters in net.bluemind.core.container.model.acl with type arguments of type Verb