public class CommandFactory extends Object
| Constructor and Description |
|---|
CommandFactory(QueryStringDecorator queryStringDecorator) |
| Modifier and Type | Method and Description |
|---|---|
ExportMessagesCommand |
buildFromRequest(MessagesRequest request) |
ExportMessagesCommand |
buildWithMessageList(Search search,
String messageListId,
ResultFormat resultFormat) |
ExportMessagesCommand |
buildWithSearchOnly(Search search,
ResultFormat resultFormat) |
@Inject public CommandFactory(QueryStringDecorator queryStringDecorator)
public ExportMessagesCommand buildFromRequest(MessagesRequest request)
public ExportMessagesCommand buildWithSearchOnly(Search search, ResultFormat resultFormat)
public ExportMessagesCommand buildWithMessageList(Search search, String messageListId, ResultFormat resultFormat)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.