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 ServiceInvocationResponseServiceInvocationResult. invocationResponseMethods in com.flowable.serviceregistry.api.interceptor that return ServiceInvocationResponse Modifier and Type Method Description ServiceInvocationResponseServiceInvocationResult. getInvocationResponse()Methods in com.flowable.serviceregistry.api.interceptor with parameters of type ServiceInvocationResponse Modifier and Type Method Description voidServiceInvocationResult. setInvocationResponse(ServiceInvocationResponse invocationResponse)Constructors in com.flowable.serviceregistry.api.interceptor with parameters of type ServiceInvocationResponse Constructor Description ServiceInvocationResult(ServiceInvocationResponse invocationResponse, java.util.Map<java.lang.String,java.lang.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 classDatabaseServiceInvocationResponseclassExpressionServiceInvocationResponseclassRestServiceInvocationResponseMethods in com.flowable.serviceregistry.api.runtime that return ServiceInvocationResponse Modifier and Type Method Description ServiceInvocationResponseServiceInvocationResultResponse. 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 ServiceInvocationResponseServiceInvoker. invoke(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 ServiceInvocationResponseInvokeServiceCmd.ServiceInvocationResultResponseImpl. invocationResponseMethods in com.flowable.serviceregistry.engine.impl.cmd that return ServiceInvocationResponse Modifier and Type Method Description ServiceInvocationResponseInvokeServiceCmd.ServiceInvocationResultResponseImpl. getServiceInvocationResponse()Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceInvocationResponse Modifier and Type Method Description protected java.lang.ObjectInvokeServiceCmd. getLookupId(ServiceDefinitionModel serviceDefinitionModel, ServiceInvocationResponse invocationResponse)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 java.lang.ObjectInvokeServiceCmd. getValue(ServiceInvocationResponse invocationResponse, java.lang.String parameterName, java.lang.String parameterType, com.fasterxml.jackson.databind.ObjectMapper objectMapper)protected java.util.Map<java.lang.String,java.lang.Object>InvokeServiceCmd. handleOutputParameterValues(ServiceInvocationResponse invocationResponse, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContext context, org.flowable.common.engine.impl.el.ExpressionManager expressionManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Verifies and handles output values according the output paramter definition of the service (specially missing and null-value output).protected booleanInvokeServiceCmd. hasMissingValue(ServiceInvocationResponse invocationResponse, java.lang.String parameterName)protected booleanInvokeServiceCmd. hasNullValue(ServiceInvocationResponse invocationResponse, java.lang.String parameterName)Constructors in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceInvocationResponse Constructor Description ServiceInvocationResultResponseImpl(java.lang.Object responseLookupId, java.util.Map<java.lang.String,java.lang.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 ServiceInvocationResponse Modifier and Type Method Description ServiceInvocationResponseDbServiceInvoker. invoke(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContext context) -
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 ServiceInvocationResponseExpressionInvoker. invoke(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context) -
Uses of ServiceInvocationResponse in com.flowable.serviceregistry.engine.impl.invoker.rest
Methods in com.flowable.serviceregistry.engine.impl.invoker.rest that return ServiceInvocationResponse Modifier and Type Method Description ServiceInvocationResponseRestServiceInvoker. invoke(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContext context)
-