Interface IOpenapiService4Subscription

All Known Implementing Classes:
OpenapiService

public interface IOpenapiService4Subscription
Author:
xezzon
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Openapi
    getByCode(String openapiCode)
    根据编码查询对外接口
    org.springframework.data.domain.Page<Openapi>
    listPublishedOpenapi(io.github.xezzon.zeroweb.core.odata.ODataQueryOption odata)
    查询符合条件的OpenAPI列表
  • Method Details

    • getByCode

      @Nullable @Nullable Openapi getByCode(String openapiCode)
      根据编码查询对外接口
      Parameters:
      openapiCode - 接口编码
      Returns:
      对外接口编码
    • listPublishedOpenapi

      org.springframework.data.domain.Page<Openapi> listPublishedOpenapi(io.github.xezzon.zeroweb.core.odata.ODataQueryOption odata)
      查询符合条件的OpenAPI列表
      Parameters:
      odata - OData查询参数,用于指定查询条件、排序方式、分页信息等
      Returns:
      符合查询条件的OpenAPI分页结果