Uses of Class
org.graylog.grn.GRNType
Packages that use GRNType
Package
Description
-
Uses of GRNType in org.graylog.grn
Fields in org.graylog.grn declared as GRNTypeModifier and TypeFieldDescriptionstatic final GRNTypeGRNTypes.BUILTIN_TEAMstatic final GRNTypeGRNTypes.COLLECTIONstatic final GRNTypeGRNTypes.DASHBOARDstatic final GRNTypeGRNTypes.EVENT_DEFINITIONstatic final GRNTypeGRNTypes.EVENT_NOTIFICATIONstatic final GRNTypeGRNTypes.FAVORITEstatic final GRNTypeGRNTypes.GRANTstatic final GRNTypeGRNTypes.LAST_OPENEDstatic final GRNTypeGRNTypes.OUTPUTstatic final GRNTypeGRNTypes.REPORTstatic final GRNTypeGRNTypes.ROLEstatic final GRNTypeGRNTypes.SEARCHstatic final GRNTypeGRNTypes.SEARCH_FILTERstatic final GRNTypeGRNTypes.STREAMstatic final GRNTypeGRNTypes.TEAMstatic final GRNTypeGRNTypes.USERMethods in org.graylog.grn that return GRNTypeMethods in org.graylog.grn that return types with arguments of type GRNTypeModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableSet<GRNType>GRNTypes.builtinTypes()Returns the set of builtin GRN types.Methods in org.graylog.grn with parameters of type GRNTypeModifier and TypeMethodDescriptionabstract GRN.BuilderReturns theGRNfor the given type and entity.GRNRegistry.newGRNBuilder(GRNType type) Returns a newGRN.Builderfor the given type string.voidGRNRegistry.registerType(GRNType type) Registers the given GRN type.Method parameters in org.graylog.grn with type arguments of type GRNTypeModifier and TypeMethodDescriptionstatic GRNRegistryGRNRegistry.createWithTypes(Collection<GRNType> types) Returns a registry that has been initialized with the given GRN types.Constructor parameters in org.graylog.grn with type arguments of type GRNTypeModifierConstructorDescriptionGRNDescriptorService(Map<GRNType, GRNDescriptorProvider> descriptorProviders) -
Uses of GRNType in org.graylog.plugins.views.startpage.recentActivities
Methods in org.graylog.plugins.views.startpage.recentActivities with parameters of type GRNTypeModifier and TypeMethodDescriptionvoidRecentActivityService.create(String id, GRNType grn, SearchUser user) voidvoidRecentActivityService.delete(String id, GRNType grn, String title, SearchUser user) voidvoidRecentActivityService.update(String id, GRNType grn, SearchUser user) void -
Uses of GRNType in org.graylog.security.entities
Methods in org.graylog.security.entities with parameters of type GRNTypeModifier and TypeMethodDescriptionvoidEntityOwnershipService.registerNewEntity(String id, User user, GRNType grnType) voidEntityOwnershipService.unregisterEntity(String id, GRNType grnType) -
Uses of GRNType in org.graylog2.migrations.V20200803120800_GrantsMigrations
Constructors in org.graylog2.migrations.V20200803120800_GrantsMigrations with parameters of type GRNType -
Uses of GRNType in org.graylog2.plugin
Methods in org.graylog2.plugin with parameters of type GRNTypeModifier and TypeMethodDescriptionprotected voidPluginModule.addGRNType(GRNType type, Class<? extends GRNDescriptorProvider> descriptorProvider)