Uses of Class
com.flowable.serviceregistry.api.interceptor.ServiceInvocationResult
-
Packages that use ServiceInvocationResult Package Description com.flowable.serviceregistry.api.interceptor com.flowable.serviceregistry.engine.impl.cmd -
-
Uses of ServiceInvocationResult in com.flowable.serviceregistry.api.interceptor
Methods in com.flowable.serviceregistry.api.interceptor with parameters of type ServiceInvocationResult Modifier and Type Method Description void
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 ServiceInvocationResult Modifier and Type Method Description protected ServiceInvocationResult
InvokeServiceCmd. convertToServiceInvocationResult(ServiceInvocationResponse invocationResponse, ServiceInvocationResultResponse result)
-