Class InvokeSingleServiceCmd
java.lang.Object
com.flowable.serviceregistry.engine.impl.cmd.InvokeServiceCmd<ServiceInvocationResultResponse>
com.flowable.serviceregistry.engine.impl.cmd.InvokeSingleServiceCmd
- All Implemented Interfaces:
Command<ServiceInvocationResultResponse>
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested classes/interfaces inherited from class com.flowable.serviceregistry.engine.impl.cmd.InvokeServiceCmd
InvokeServiceCmd.ServiceInvocationArrayResultResponse, InvokeServiceCmd.ServiceInvocationResultResponseImpl, InvokeServiceCmd.ValuePresence, InvokeServiceCmd.ValueWrapper
-
Field Summary
Fields inherited from class com.flowable.serviceregistry.engine.impl.cmd.InvokeServiceCmd
serviceInvocationBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ServiceInvocationResultResponse
invoke
(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, CommandContext commandContext) Methods inherited from class com.flowable.serviceregistry.engine.impl.cmd.InvokeServiceCmd
convertToServiceInvocationResult, createServiceInvocationResultResponseForJsonNode, createValidateAndCompleteServiceInvocationInputDataMap, execute, extractValue, extractValue, extractValue, extractValue, getDefaultValue, getHeaderValue, getLookupId, getNestedMappingOutputParameters, getServiceDefinition, getServiceDefinitionModel, getServiceInvoker, getServiceOperation, handleObjectOutputTypeForArrayResponse, handleOutputParametersValues, handleOutputParameterValues, handleServiceInvocationResponse, hasNestedOutputMapping, invokeService, isErrorResponse, processAndValidateInputParameter, resolveServiceDefinitionByKey, resolveServiceDefinitionByReferenceKey, shouldMapParameter, validateOperationTypeMatchesRequestedType, validateParameters
-
Constructor Details
-
InvokeSingleServiceCmd
-
-
Method Details
-
invoke
protected ServiceInvocationResultResponse invoke(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, CommandContext commandContext) - Specified by:
invoke
in classInvokeServiceCmd<ServiceInvocationResultResponse>
-