Class InvokeListServiceCmd
java.lang.Object
com.flowable.serviceregistry.engine.impl.cmd.InvokeServiceCmd<List<ServiceInvocationResultResponse>>
com.flowable.serviceregistry.engine.impl.cmd.InvokeListServiceCmd
- All Implemented Interfaces:
Command<List<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 List<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
-
InvokeListServiceCmd
-
-
Method Details
-
invoke
protected List<ServiceInvocationResultResponse> invoke(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, CommandContext commandContext) - Specified by:
invoke
in classInvokeServiceCmd<List<ServiceInvocationResultResponse>>
-