Package org.graylog2.database
Interface MongoEntity
- All Known Subinterfaces:
ExportJob
- All Known Implementing Classes:
CacheDto,DataAdapterDto,DataNodeDto,EventDefinitionDto,FavoritesForUserDTO,IndexFieldTypeProfile,IndexSetTemplate,JobDefinitionDto,JobTriggerDto,LastOpenedForUserDTO,LookupTableDto,MessagesRequestExportJob,MigrationConfiguration,NodeDto,NotificationDto,PipelineDao,RecentActivityDTO,RuleDao,SavedSearch,ScopedEntity,Search,Search,SearchExportJob,SearchSummary,SearchTypeExportJob,ServerNodeDto,StreamDestinationFilterRuleDTO,TrafficDto,View,ViewDTO,ViewSummaryDTO
public interface MongoEntity
Common interface for entities stored in MongoDB.
-
Method Summary
-
Method Details
-
id
ID of the entity. Will be stored as field "_id" with type ObjectId in MongoDB.- Returns:
- Hex string representation of the entity's ID
-