Class RestGetJobDetailsAction

java.lang.Object
org.opensearch.rest.BaseRestHandler
org.opensearch.jobscheduler.rest.action.RestGetJobDetailsAction
All Implemented Interfaces:
org.opensearch.rest.RestHandler

public class RestGetJobDetailsAction extends org.opensearch.rest.BaseRestHandler
This class consists of the REST handler to GET job details from extensions.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.opensearch.rest.BaseRestHandler

    org.opensearch.rest.BaseRestHandler.RestChannelConsumer, org.opensearch.rest.BaseRestHandler.StreamingRestChannelConsumer, org.opensearch.rest.BaseRestHandler.Wrapper

    Nested classes/interfaces inherited from interface org.opensearch.rest.RestHandler

    org.opensearch.rest.RestHandler.DeprecatedRoute, org.opensearch.rest.RestHandler.ReplacedRoute, org.opensearch.rest.RestHandler.Route
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
     

    Fields inherited from class org.opensearch.rest.BaseRestHandler

    MULTI_ALLOW_EXPLICIT_INDEX
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected org.opensearch.rest.BaseRestHandler.RestChannelConsumer
    prepareRequest(org.opensearch.rest.RestRequest restRequest, org.opensearch.transport.client.node.NodeClient client)
     
    List<org.opensearch.rest.RestHandler.Route>
     

    Methods inherited from class org.opensearch.rest.BaseRestHandler

    getUsageCount, handleRequest, parseDeprecatedMasterTimeoutParameter, responseParams, sendTask, unrecognized, unrecognizedStrings, validateAndGetPageParams

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.opensearch.rest.RestHandler

    allowsUnsafeBuffers, allowSystemIndexAccessByDefault, canTripCircuitBreaker, deprecatedRoutes, isActionPaginated, replacedRoutes, supportsContentStream, supportsStreaming
  • Field Details

  • Constructor Details

    • RestGetJobDetailsAction

      public RestGetJobDetailsAction(JobDetailsService jobDetailsService)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in class org.opensearch.rest.BaseRestHandler
    • routes

      public List<org.opensearch.rest.RestHandler.Route> routes()
    • prepareRequest

      protected org.opensearch.rest.BaseRestHandler.RestChannelConsumer prepareRequest(org.opensearch.rest.RestRequest restRequest, org.opensearch.transport.client.node.NodeClient client) throws IOException
      Specified by:
      prepareRequest in class org.opensearch.rest.BaseRestHandler
      Throws:
      IOException