Class DashboardFacade
java.lang.Object
org.graylog2.contentpacks.facades.ViewFacade
org.graylog2.contentpacks.facades.DashboardFacade
- All Implemented Interfaces:
DashboardEntityCreator,EntityWithExcerptFacade<ViewDTO,ViewSummaryDTO>
-
Field Summary
FieldsFields inherited from class org.graylog2.contentpacks.facades.ViewFacade
userService -
Constructor Summary
ConstructorsConstructorDescriptionDashboardFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SearchDbService searchDbService, ViewService viewService, ViewSummaryService viewSummaryService, UserService userService) -
Method Summary
Methods inherited from class org.graylog2.contentpacks.facades.ViewFacade
createExcerpt, createNativeEntity, decode, delete, ensureV1, exportEntity, getNativeViews, listEntityExcerpts, loadNativeEntity, resolveForInstallation, resolveNativeEntity, resolveViewEntityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.contentpacks.facades.DashboardEntityCreator
createNativeEntityMethods inherited from interface org.graylog2.contentpacks.facades.EntityWithExcerptFacade
findExisting, usesScopedEntities
-
Field Details
-
TYPE_V2
-
-
Constructor Details
-
Method Details
-
getModelType
- Specified by:
getModelTypein classViewFacade
-
getDTOType
- Specified by:
getDTOTypein classViewFacade
-