Uses of Class
com.flowable.serviceregistry.api.runtime.RestServiceInvocationResponse
-
Packages that use RestServiceInvocationResponse Package Description com.flowable.serviceregistry.engine.impl.invoker.rest -
-
Uses of RestServiceInvocationResponse in com.flowable.serviceregistry.engine.impl.invoker.rest
Methods in com.flowable.serviceregistry.engine.impl.invoker.rest that return RestServiceInvocationResponse Modifier and Type Method Description protected RestServiceInvocationResponse
RestServiceInvoker. createCopy(RestServiceInvocationResponse response, com.fasterxml.jackson.databind.node.ObjectNode responseData)
RestServiceInvocationResponse
RestServiceInvoker. invoke(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContext context)
Methods in com.flowable.serviceregistry.engine.impl.invoker.rest with parameters of type RestServiceInvocationResponse Modifier and Type Method Description protected RestServiceInvocationResponse
RestServiceInvoker. createCopy(RestServiceInvocationResponse response, com.fasterxml.jackson.databind.node.ObjectNode responseData)
-