Class MessagesTabularResponseCreator
java.lang.Object
org.graylog.plugins.views.search.rest.scriptingapi.mapping.MessagesTabularResponseCreator
- All Implemented Interfaces:
TabularResponseCreator
-
Constructor Summary
ConstructorsConstructorDescriptionMessagesTabularResponseCreator(MappedFieldTypesService mappedFieldTypesService, Set<FieldDecorator> decorators) -
Method Summary
Modifier and TypeMethodDescriptionmapToResponse(MessagesRequestSpec messagesRequestSpec, SearchJob searchJob, SearchUser searchUser, org.apache.shiro.subject.Subject subject) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.plugins.views.search.rest.scriptingapi.mapping.TabularResponseCreator
checkDecoratorErrors, decorate, throwErrorIfAnyAvailable
-
Constructor Details
-
MessagesTabularResponseCreator
@Inject public MessagesTabularResponseCreator(MappedFieldTypesService mappedFieldTypesService, Set<FieldDecorator> decorators)
-
-
Method Details
-
mapToResponse
public TabularResponse mapToResponse(MessagesRequestSpec messagesRequestSpec, SearchJob searchJob, SearchUser searchUser, org.apache.shiro.subject.Subject subject) throws QueryFailedException - Throws:
QueryFailedException
-