@RestController
@RequestMapping(value="/rest",
produces={"application/xml","application/json"})
public class SearchIndexActivationRestController
extends HerdBaseController
| Modifier and Type | Field and Description |
|---|---|
static String |
SEARCH_INDEX_ACTIVATION_URI_PREFIX |
| Constructor and Description |
|---|
SearchIndexActivationRestController() |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexActivation |
createSearchIndexActivation(SearchIndexActivationCreateRequest request)
Activates the search index of the specific type.
|
addPagingHttpHeaders, validateNoDuplicateQueryStringParamspublic static final String SEARCH_INDEX_ACTIVATION_URI_PREFIX
@RequestMapping(value="/searchIndexActivations",
method=POST,
consumes={"application/xml","application/json"})
@Secured(value="FN_SEARCH_INDEXES_ACTIVATION_POST")
public SearchIndexActivation createSearchIndexActivation(@RequestBody
SearchIndexActivationCreateRequest request)
request - the information needed to activate a search indexCopyright © 2019. All rights reserved.