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 TypeMethodDescriptionvoidServiceInvocationLimiterServiceInvokerInterceptor.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 TypeMethodDescriptionvoidServiceInvokerInterceptor.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 ServiceInvocationResultInvokeServiceCmd.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 TypeMethodDescriptionvoidObservationServiceInvokerInterceptor.afterServiceInvocation(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context, ServiceInvocationResult result)