Class SearchFacade
java.lang.Object
org.graylog2.contentpacks.facades.ViewFacade
org.graylog2.contentpacks.facades.SearchFacade
- All Implemented Interfaces:
EntityWithExcerptFacade<ViewDTO,ViewSummaryDTO>
-
Field Summary
FieldsFields inherited from class org.graylog2.contentpacks.facades.ViewFacade
userService -
Constructor Summary
ConstructorsConstructorDescriptionSearchFacade(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.EntityWithExcerptFacade
findExisting, usesScopedEntities
-
Field Details
-
TYPE_V1
-
-
Constructor Details
-
Method Details
-
getModelType
- Specified by:
getModelTypein classViewFacade
-
getDTOType
- Specified by:
getDTOTypein classViewFacade
-