<Request extends org.elasticsearch.action.ActionRequest,Response extends org.elasticsearch.action.ActionResponse> void |
ExtendedActionHandlingService.apply(ActionConfig actionConfig,
User currentUser,
org.elasticsearch.tasks.Task task,
String action,
Request actionRequest,
org.elasticsearch.action.ActionListener<Response> actionListener,
org.elasticsearch.action.support.ActionFilterChain<Request,Response> chain) |
|
<R extends org.elasticsearch.action.ActionResponse> org.elasticsearch.action.ActionListener<R> |
ResourceOwnerService.applyCreatePostAction(ActionConfig actionConfig,
User currentUser,
org.elasticsearch.action.ActionListener<R> actionListener) |
|
<Request extends org.elasticsearch.action.ActionRequest,R extends org.elasticsearch.action.ActionResponse> org.elasticsearch.action.ActionListener<R> |
ResourceOwnerService.applyDeletePostAction(ActionConfig actionConfig,
ActionConfig.Resource resource,
User currentUser,
org.elasticsearch.tasks.Task task,
String action,
Request actionRequest,
org.elasticsearch.action.ActionListener<R> actionListener) |
|
<Request extends org.elasticsearch.action.ActionRequest,Response extends org.elasticsearch.action.ActionResponse> org.elasticsearch.action.support.ActionFilterChain<Request,Response> |
ResourceOwnerService.applyOwnerCheckPreAction(ActionConfig actionConfig,
User currentUser,
org.elasticsearch.tasks.Task task,
String action,
Request actionRequest,
org.elasticsearch.action.ActionListener<Response> listener,
org.elasticsearch.action.support.ActionFilterChain<Request,Response> chain) |
|
<Request extends org.elasticsearch.action.ActionRequest,R extends org.elasticsearch.action.ActionResponse> org.elasticsearch.action.ActionListener<R> |
ExtendedActionHandlingService.applyPostAction(ActionConfig actionConfig,
User currentUser,
org.elasticsearch.tasks.Task task,
String action,
Request actionRequest,
org.elasticsearch.action.ActionListener<R> actionListener) |
|
<Request extends org.elasticsearch.action.ActionRequest,Response extends org.elasticsearch.action.ActionResponse> void |
ExtendedActionHandlingService.applyPreAction(ActionConfig actionConfig,
User currentUser,
org.elasticsearch.tasks.Task task,
String action,
Request actionRequest,
org.elasticsearch.action.ActionListener<Response> listener,
org.elasticsearch.action.support.ActionFilterChain<Request,Response> chain) |
|