@Path(value="/views/export") public class ExportJobsResource extends RestResource
configuration, userService| Constructor and Description |
|---|
ExportJobsResource(ExportJobService exportJobService,
ExportJobFactory exportJobFactory) |
| Modifier and Type | Method and Description |
|---|---|
String |
create(@Valid MessagesRequest rawrequest) |
String |
createForSearch(String searchId,
@Valid ResultFormat formatFromClient) |
String |
createForSearchType(String searchId,
String searchTypeId,
@Valid ResultFormat formatFromClient) |
checkAnyPermission, checkPermission, checkPermission, getCurrentUser, getIndexSet, getSubject, getUriBuilderToSelf, isAnyPermitted, isAnyPermitted, isPermitted, isPermitted, setPrettyPrint@Inject public ExportJobsResource(ExportJobService exportJobService, ExportJobFactory exportJobFactory)
@POST public String create(@Valid @Valid MessagesRequest rawrequest)
@POST
@Path(value="{searchId}")
public String createForSearch(@PathParam(value="searchId")
String searchId,
@Valid
@Valid ResultFormat formatFromClient)
@POST
@Path(value="{searchId}/{searchTypeId}")
public String createForSearchType(@PathParam(value="searchId")
String searchId,
@PathParam(value="searchTypeId")
String searchTypeId,
@Valid
@Valid ResultFormat formatFromClient)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.