Uses of Class
com.flowable.serviceregistry.api.runtime.ServiceInvocationResponse
Packages that use ServiceInvocationResponse
Package
Description
-
Uses of ServiceInvocationResponse in com.flowable.serviceregistry.api.interceptor
Fields in com.flowable.serviceregistry.api.interceptor declared as ServiceInvocationResponseModifier and TypeFieldDescriptionprotected ServiceInvocationResponseServiceInvocationResult.invocationResponseMethods in com.flowable.serviceregistry.api.interceptor that return ServiceInvocationResponseMethods in com.flowable.serviceregistry.api.interceptor with parameters of type ServiceInvocationResponseModifier and TypeMethodDescriptionvoidServiceInvocationResult.setInvocationResponse(ServiceInvocationResponse invocationResponse) Constructors in com.flowable.serviceregistry.api.interceptor with parameters of type ServiceInvocationResponseModifierConstructorDescriptionServiceInvocationResult(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.runtimeModifier and TypeClassDescriptionclassclassclassclassA script service invocation based response object holding the map of output parameters collected during script execution.Methods in com.flowable.serviceregistry.api.runtime that return ServiceInvocationResponseModifier and TypeMethodDescriptionServiceInvocationResultResponse.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 ServiceInvocationResponseModifier and TypeMethodDescriptionServiceInvoker.invoke(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext serviceInvocationContext) Methods in com.flowable.serviceregistry.engine that return types with arguments of type ServiceInvocationResponseModifier and TypeMethodDescriptionServiceInvoker.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 ServiceInvocationResponseModifier and TypeFieldDescriptionprotected final ServiceInvocationResponseInvokeServiceCmd.ServiceInvocationArrayResultResponse.invocationResponseprotected ServiceInvocationResponseInvokeServiceCmd.ServiceInvocationResultResponseImpl.invocationResponseMethods in com.flowable.serviceregistry.engine.impl.cmd that return ServiceInvocationResponseModifier and TypeMethodDescriptionInvokeServiceCmd.ServiceInvocationArrayResultResponse.getServiceInvocationResponse()InvokeServiceCmd.ServiceInvocationResultResponseImpl.getServiceInvocationResponse()Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceInvocationResponseModifier and TypeMethodDescriptionprotected ServiceInvocationResultInvokeServiceCmd.convertToServiceInvocationResult(ServiceInvocationResponse invocationResponse, ServiceInvocationResultResponse result) protected ServiceInvocationResultResponseInvokeServiceCmd.createServiceInvocationResultResponseForJsonNode(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResponse invocationResponse, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Object responseObject) protected InvokeServiceCmd.ValueWrapperInvokeServiceCmd.extractValue(Object responseDataObject, ServiceOutputParameter outputParameter, ServiceInvocationResponse response, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected ObjectInvokeServiceCmd.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.InvokeServiceCmd.handleObjectOutputTypeForArrayResponse(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResponse invocationResponse, Iterable<?> responseObject) Handles service object output for array responses.InvokeServiceCmd.handleOutputParametersValues(Object responseData, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, Collection<ServiceOutputParameter> outputParameters, ServiceInvocationResponse invocationResponse) InvokeServiceCmd.handleOutputParameterValues(Object responseData, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResponse invocationResponse) Verifies and handles output values according the output paramter definition of the service (specially missing and null-value output).protected ServiceInvocationResultResponseInvokeServiceCmd.handleServiceInvocationResponse(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvoker serviceInvoker, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResponse invocationResponse) protected booleanInvokeServiceCmd.isErrorResponse(ServiceInvocationResponse invocationResponse) Constructors in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceInvocationResponseModifierConstructorDescriptionServiceInvocationArrayResultResponse(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 ServiceInvocationResponseModifier and TypeMethodDescriptionDbServiceInvoker.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 ServiceInvocationResponseModifier and TypeMethodDescriptionExpressionInvoker.invoke(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context) Methods in com.flowable.serviceregistry.engine.impl.invoker.expression that return types with arguments of type ServiceInvocationResponseModifier and TypeMethodDescriptionExpressionInvoker.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 ServiceInvocationResponseModifier and TypeMethodDescriptionRestServiceInvoker.invokeList(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext serviceInvocationContext) -
Uses of ServiceInvocationResponse in com.flowable.serviceregistry.engine.impl.invoker.script
Methods in com.flowable.serviceregistry.engine.impl.invoker.script that return ServiceInvocationResponseModifier and TypeMethodDescriptionScriptInvoker.invoke(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext serviceInvocationContext) Methods in com.flowable.serviceregistry.engine.impl.invoker.script that return types with arguments of type ServiceInvocationResponseModifier and TypeMethodDescriptionScriptInvoker.invokeList(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext serviceInvocationContext)