Uses of Class
com.flowable.serviceregistry.api.interceptor.ServiceInvocationResult
Packages that use ServiceInvocationResult
Package
Description
-
Uses of ServiceInvocationResult in com.flowable.platform.engine.impl.sandbox.service
Methods in com.flowable.platform.engine.impl.sandbox.service with parameters of type ServiceInvocationResultModifier and TypeMethodDescriptionvoid
ServiceInvocationLimiterServiceInvokerInterceptor.afterServiceInvocation
(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context, ServiceInvocationResult result) -
Uses of ServiceInvocationResult in com.flowable.serviceregistry.api.interceptor
Methods in com.flowable.serviceregistry.api.interceptor with parameters of type ServiceInvocationResultModifier and TypeMethodDescriptionvoid
ServiceInvokerInterceptor.afterServiceInvocation
(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context, ServiceInvocationResult result) -
Uses of ServiceInvocationResult in com.flowable.serviceregistry.engine.impl.cmd
Methods in com.flowable.serviceregistry.engine.impl.cmd that return ServiceInvocationResultModifier and TypeMethodDescriptionprotected ServiceInvocationResult
InvokeServiceCmd.convertToServiceInvocationResult
(ServiceInvocationResultResponse invocationResponse, ServiceInvocationResult processedResult) Methods in com.flowable.serviceregistry.engine.impl.cmd that return types with arguments of type ServiceInvocationResultModifier and TypeMethodDescriptionprotected Collection<ServiceInvocationResult>
InvokeServiceCmd.convertToServiceInvocationResults
(ServiceInvocationResultResponse invocationResponse, ServiceInvocationResultResponse result) -
Uses of ServiceInvocationResult in com.flowable.serviceregistry.engine.impl.observation
Methods in com.flowable.serviceregistry.engine.impl.observation with parameters of type ServiceInvocationResultModifier and TypeMethodDescriptionvoid
ObservationServiceInvokerInterceptor.afterServiceInvocation
(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context, ServiceInvocationResult result)