Class ServiceCall

java.lang.Object
com.lucidworks.cloud.api.call.impl.ServiceCall
All Implemented Interfaces:
Call

public class ServiceCall extends Object implements Call
  • Constructor Details

    • ServiceCall

      public ServiceCall(org.springframework.web.client.RestTemplate restTemplate, com.lucidworks.apollo.common.models.CallParams callParams, String fusionProtocol, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details

    • execute

      public Map<String,Object> execute()
      Description copied from interface: Call
      Execute the call and return result
      Specified by:
      execute in interface Call
    • isAuthorized

      public boolean isAuthorized()
      Description copied from interface: Call
      Check whether this call is permitted according to AuthzSupport
      Specified by:
      isAuthorized in interface Call