public class SearchFacade extends ViewFacade
Modifier and Type | Field and Description |
---|---|
static ModelType |
TYPE_V1 |
userService
Constructor and Description |
---|
SearchFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
SearchDbService searchDbService,
ViewService viewService,
UserService userService) |
Modifier and Type | Method and Description |
---|---|
ViewDTO.Type |
getDTOType() |
ModelType |
getModelType() |
createExcerpt, createNativeEntity, decode, delete, ensureV1, exportEntity, getNativeViews, listEntityExcerpts, loadNativeEntity, resolveForInstallation, resolveNativeEntity, resolveViewEntity
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findExisting
public static final ModelType TYPE_V1
@Inject public SearchFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SearchDbService searchDbService, ViewService viewService, UserService userService)
public ModelType getModelType()
getModelType
in class ViewFacade
public ViewDTO.Type getDTOType()
getDTOType
in class ViewFacade
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.