Interface ContractAgreementApi

All Known Implementing Classes:
ContractAgreementApiController

public interface ContractAgreementApi
  • Method Details

    • queryAllAgreements

      jakarta.json.JsonArray queryAllAgreements(jakarta.json.JsonObject querySpecJson)
    • getAgreementById

      jakarta.json.JsonObject getAgreementById(String id)
    • getNegotiationByAgreementId

      jakarta.json.JsonObject getNegotiationByAgreementId(String id)