Interface ObjectEntryOpenAPIResource


public interface ObjectEntryOpenAPIResource
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<String,com.liferay.portal.vulcan.batch.engine.Field>
    getFields(javax.ws.rs.core.UriInfo uriInfo)
     
    javax.ws.rs.core.Response
    getOpenAPI(javax.servlet.http.HttpServletRequest httpServletRequest, String type, javax.ws.rs.core.UriInfo uriInfo)
     
    Map<String,io.swagger.v3.oas.models.media.Schema>
     
  • Method Details

    • getFields

      Map<String,com.liferay.portal.vulcan.batch.engine.Field> getFields(javax.ws.rs.core.UriInfo uriInfo) throws Exception
      Throws:
      Exception
    • getOpenAPI

      javax.ws.rs.core.Response getOpenAPI(javax.servlet.http.HttpServletRequest httpServletRequest, String type, javax.ws.rs.core.UriInfo uriInfo) throws Exception
      Throws:
      Exception
    • getSchemas

      Map<String,io.swagger.v3.oas.models.media.Schema> getSchemas() throws Exception
      Throws:
      Exception