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>>
public class InvokeListServiceCmd extends InvokeServiceCmd<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
Constructors Constructor Description InvokeListServiceCmd(ServiceInvocationBuilder serviceInvocationBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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, createValidateAndCompleteServiceInvocationInputDataMap, execute, extractValue, extractValue, extractValue, getDefaultValue, getLookupId, getNestedMappingOutputParameters, getServiceDefinition, getServiceDefinitionModel, getServiceInvoker, getServiceOperation, handleOutputParametersValues, handleOutputParameterValues, handleServiceInvocationResponse, hasNestedOutputMapping, invokeService, processAndValidateInputParameter, resolveServiceDefinitionByKey, resolveServiceDefinitionByReferenceKey, validateOperationTypeMatchesRequestedType, validateParameters
-
-
-
-
Constructor Detail
-
InvokeListServiceCmd
public InvokeListServiceCmd(ServiceInvocationBuilder serviceInvocationBuilder)
-
-
Method Detail
-
invoke
protected List<ServiceInvocationResultResponse> invoke(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, CommandContext commandContext)
- Specified by:
invoke
in classInvokeServiceCmd<List<ServiceInvocationResultResponse>>
-
-