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>
public class InvokeSingleServiceCmd extends InvokeServiceCmd<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 InvokeSingleServiceCmd(ServiceInvocationBuilder serviceInvocationBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
InvokeSingleServiceCmd
public InvokeSingleServiceCmd(ServiceInvocationBuilder serviceInvocationBuilder)
-
-
Method Detail
-
invoke
protected ServiceInvocationResultResponse invoke(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, CommandContext commandContext)
- Specified by:
invoke
in classInvokeServiceCmd<ServiceInvocationResultResponse>
-
-