Uses of Class
com.flowable.serviceregistry.api.runtime.ServiceInvocationResponse
-
-
Uses of ServiceInvocationResponse in com.flowable.serviceregistry.api.interceptor
Fields in com.flowable.serviceregistry.api.interceptor declared as ServiceInvocationResponse Modifier and Type Field Description protected ServiceInvocationResponse
ServiceInvocationResult. invocationResponse
Methods in com.flowable.serviceregistry.api.interceptor that return ServiceInvocationResponse Modifier and Type Method Description ServiceInvocationResponse
ServiceInvocationResult. getInvocationResponse()
Methods in com.flowable.serviceregistry.api.interceptor with parameters of type ServiceInvocationResponse Modifier and Type Method Description void
ServiceInvocationResult. setInvocationResponse(ServiceInvocationResponse invocationResponse)
Constructors in com.flowable.serviceregistry.api.interceptor with parameters of type ServiceInvocationResponse Constructor Description ServiceInvocationResult(ServiceInvocationResponse invocationResponse)
ServiceInvocationResult(ServiceInvocationResponse invocationResponse, com.fasterxml.jackson.databind.node.ArrayNode resultArrayNode)
ServiceInvocationResult(ServiceInvocationResponse invocationResponse, List<Map<String,Object>> resultListMap)
ServiceInvocationResult(ServiceInvocationResponse invocationResponse, Map<String,Object> resultMap)
-
Uses of ServiceInvocationResponse in com.flowable.serviceregistry.api.runtime
Subclasses of ServiceInvocationResponse in com.flowable.serviceregistry.api.runtime Modifier and Type Class Description class
DatabaseServiceInvocationResponse
class
ExpressionServiceInvocationResponse
class
RestServiceInvocationResponse
Methods in com.flowable.serviceregistry.api.runtime that return ServiceInvocationResponse Modifier and Type Method Description ServiceInvocationResponse
ServiceInvocationResultResponse. getServiceInvocationResponse()
The service invocation response returned by the specific Service Invoker. -
Uses of ServiceInvocationResponse in com.flowable.serviceregistry.engine
Methods in com.flowable.serviceregistry.engine that return ServiceInvocationResponse Modifier and Type Method Description ServiceInvocationResponse
ServiceInvoker. invoke(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext serviceInvocationContext)
Methods in com.flowable.serviceregistry.engine that return types with arguments of type ServiceInvocationResponse Modifier and Type Method Description List<ServiceInvocationResponse>
ServiceInvoker. invokeList(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext serviceInvocationContext)
-
Uses of ServiceInvocationResponse in com.flowable.serviceregistry.engine.impl.cmd
Fields in com.flowable.serviceregistry.engine.impl.cmd declared as ServiceInvocationResponse Modifier and Type Field Description protected ServiceInvocationResponse
InvokeServiceCmd.ServiceInvocationArrayResultResponse. invocationResponse
protected ServiceInvocationResponse
InvokeServiceCmd.ServiceInvocationResultResponseImpl. invocationResponse
Methods in com.flowable.serviceregistry.engine.impl.cmd that return ServiceInvocationResponse Modifier and Type Method Description ServiceInvocationResponse
InvokeServiceCmd.ServiceInvocationArrayResultResponse. getServiceInvocationResponse()
ServiceInvocationResponse
InvokeServiceCmd.ServiceInvocationResultResponseImpl. getServiceInvocationResponse()
Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceInvocationResponse Modifier and Type Method Description protected ServiceInvocationResult
InvokeServiceCmd. convertToServiceInvocationResult(ServiceInvocationResponse invocationResponse, ServiceInvocationResultResponse result)
protected Object
InvokeServiceCmd. getLookupId(ServiceDefinitionModel serviceDefinitionModel, ServiceInvocationResponse invocationResponse, Map<String,Object> resultMap, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Search for the lookup id value in the response according the mapping in the service definition and do proper handling of the response type (e.g.protected ServiceInvocationResultResponse
InvokeServiceCmd. handleServiceInvocationResponse(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvoker serviceInvoker, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResponse invocationResponse)
Constructors in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceInvocationResponse Constructor Description ServiceInvocationArrayResultResponse(Object responseLookupId, com.fasterxml.jackson.databind.node.ArrayNode resultResponse, ServiceInvocationResponse invocationResponse)
ServiceInvocationArrayResultResponse(Object responseLookupId, Collection<Map<String,Object>> resultResponse, ServiceInvocationResponse invocationResponse)
ServiceInvocationResultResponseImpl(Object responseLookupId, Map<String,Object> resultMap, ServiceInvocationResponse invocationResponse)
-
Uses of ServiceInvocationResponse in com.flowable.serviceregistry.engine.impl.invoker.db
Methods in com.flowable.serviceregistry.engine.impl.invoker.db that return types with arguments of type ServiceInvocationResponse Modifier and Type Method Description List<ServiceInvocationResponse>
DbServiceInvoker. invokeList(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext serviceInvocationContext)
-
Uses of ServiceInvocationResponse in com.flowable.serviceregistry.engine.impl.invoker.expression
Methods in com.flowable.serviceregistry.engine.impl.invoker.expression that return ServiceInvocationResponse Modifier and Type Method Description ServiceInvocationResponse
ExpressionInvoker. invoke(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context)
Methods in com.flowable.serviceregistry.engine.impl.invoker.expression that return types with arguments of type ServiceInvocationResponse Modifier and Type Method Description List<ServiceInvocationResponse>
ExpressionInvoker. invokeList(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext serviceInvocationContext)
-
Uses of ServiceInvocationResponse in com.flowable.serviceregistry.engine.impl.invoker.rest
Methods in com.flowable.serviceregistry.engine.impl.invoker.rest that return types with arguments of type ServiceInvocationResponse Modifier and Type Method Description List<ServiceInvocationResponse>
RestServiceInvoker. invokeList(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext serviceInvocationContext)
-