Class RestInvoker

java.lang.Object
io.jmix.restds.impl.RestInvoker
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Component("restds_RestInvoker") @Scope("prototype") public class RestInvoker extends Object implements org.springframework.beans.factory.InitializingBean
  • Field Details

  • Constructor Details

    • RestInvoker

      public RestInvoker(String dataStoreName)
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • getRestClient

      public org.springframework.web.client.RestClient getRestClient()
    • load

      @Nullable public String load(RestInvoker.LoadParams params)
    • loadList

      public String loadList(RestInvoker.LoadListParams params)
    • count

      public long count(String entityName, @Nullable String filter)
    • create

      public String create(String entityName, String entityJson)
    • update

      public String update(String entityName, String entityId, String entityJson)
    • delete

      public void delete(String entityName, String entityId)
    • userInfo

      public String userInfo()
    • permissions

      public String permissions()
    • getAuthenticator

      public RestAuthenticator getAuthenticator()