Uses of Class
com.flowable.serviceregistry.engine.ServiceInvocationContextImpl
-
Packages that use ServiceInvocationContextImpl Package Description com.flowable.serviceregistry.engine.impl.cmd com.flowable.serviceregistry.engine.impl.util -
-
Uses of ServiceInvocationContextImpl in com.flowable.serviceregistry.engine.impl.cmd
Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceInvocationContextImpl Modifier and Type Method Description protected Collection<ServiceOutputParameter>InvokeServiceCmd. getNestedMappingOutputParameters(NestedOutputMapping nestedOutputMapping, ServiceRegistryEngineConfiguration engineConfiguration, ServiceInvocationContextImpl context)protected Map<String,Object>InvokeServiceCmd. handleOutputParametersValues(Object invocationResponse, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, Collection<ServiceOutputParameter> outputParameters)protected Map<String,Object>InvokeServiceCmd. handleOutputParameterValues(Object invocationResponse, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration)Verifies and handles output values according the output paramter definition of the service (specially missing and null-value output).protected ServiceInvocationResultResponseInvokeServiceCmd. handleServiceInvocationResponse(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvoker serviceInvoker, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResponse invocationResponse)protected List<ServiceInvocationResultResponse>InvokeListServiceCmd. invoke(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, CommandContext commandContext)protected abstract TInvokeServiceCmd. invoke(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, CommandContext commandContext)protected ServiceInvocationResultResponseInvokeSingleServiceCmd. invoke(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, CommandContext commandContext)protected TInvokeServiceCmd. invokeService(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvoker serviceInvoker, ServiceInvocationContextImpl context, CommandContext commandContext) -
Uses of ServiceInvocationContextImpl in com.flowable.serviceregistry.engine.impl.util
Methods in com.flowable.serviceregistry.engine.impl.util with parameters of type ServiceInvocationContextImpl Modifier and Type Method Description static Collection<ServiceOutputParameter>ServiceParameterUtil. extractServiceOutputParameters(ServiceDefinitionModel model, ServiceOperation operation, ServiceInvocationContextImpl context)static Collection<ServiceOutputParameter>ServiceParameterUtil. extractServiceOutputParameters(ServiceDefinitionModel model, ServiceInvocationContextImpl context)
-