Class ServiceCall
java.lang.Object
com.lucidworks.cloud.api.call.impl.ServiceCall
- All Implemented Interfaces:
Call
-
Constructor Summary
ConstructorsConstructorDescriptionServiceCall(org.springframework.web.client.RestTemplate restTemplate, com.lucidworks.apollo.common.models.CallParams callParams, String fusionProtocol, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionexecute()Execute the call and return resultbooleanCheck whether this call is permitted according toAuthzSupport
-
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
Description copied from interface:CallExecute the call and return result -
isAuthorized
public boolean isAuthorized()Description copied from interface:CallCheck whether this call is permitted according toAuthzSupport- Specified by:
isAuthorizedin interfaceCall
-