Uses of Class
org.graylog.security.events.EntitySharesUpdateEvent.Share
Packages that use EntitySharesUpdateEvent.Share
-
Uses of EntitySharesUpdateEvent.Share in org.graylog.security.events
Methods in org.graylog.security.events that return EntitySharesUpdateEvent.ShareModifier and TypeMethodDescriptionEntitySharesUpdateEvent.Share.create(GRN grantee, Capability capability, Capability formerCapability) Methods in org.graylog.security.events that return types with arguments of type EntitySharesUpdateEvent.ShareModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableList<EntitySharesUpdateEvent.Share>EntitySharesUpdateEvent.creates()abstract com.google.common.collect.ImmutableList.Builder<EntitySharesUpdateEvent.Share>EntitySharesUpdateEvent.Builder.createsBuilder()abstract com.google.common.collect.ImmutableList<EntitySharesUpdateEvent.Share>EntitySharesUpdateEvent.deletes()abstract com.google.common.collect.ImmutableList.Builder<EntitySharesUpdateEvent.Share>EntitySharesUpdateEvent.Builder.deletesBuilder()abstract com.google.common.collect.ImmutableList<EntitySharesUpdateEvent.Share>EntitySharesUpdateEvent.updates()abstract com.google.common.collect.ImmutableList.Builder<EntitySharesUpdateEvent.Share>EntitySharesUpdateEvent.Builder.updatesBuilder()Method parameters in org.graylog.security.events with type arguments of type EntitySharesUpdateEvent.ShareModifier and TypeMethodDescriptionstatic EntitySharesUpdateEventEntitySharesUpdateEvent.create(User user, GRN entity, List<EntitySharesUpdateEvent.Share> creates, List<EntitySharesUpdateEvent.Share> deletes, List<EntitySharesUpdateEvent.Share> updates) abstract EntitySharesUpdateEvent.BuilderEntitySharesUpdateEvent.Builder.creates(List<EntitySharesUpdateEvent.Share> creates) abstract EntitySharesUpdateEvent.BuilderEntitySharesUpdateEvent.Builder.deletes(List<EntitySharesUpdateEvent.Share> deletes) abstract EntitySharesUpdateEvent.BuilderEntitySharesUpdateEvent.Builder.updates(List<EntitySharesUpdateEvent.Share> updates)