Uses of Class
com.flowable.serviceregistry.api.runtime.RestServiceInvocationResponse
Packages that use RestServiceInvocationResponse
Package
Description
-
Uses of RestServiceInvocationResponse in com.flowable.dataobject.engine.impl.runtime.datasource
Fields in com.flowable.dataobject.engine.impl.runtime.datasource declared as RestServiceInvocationResponseModifier and TypeFieldDescriptionprotected final RestServiceInvocationResponseDataObjectOperations.RestServiceInvocationResponseBpmnErrorVariableContainer.responseMethods in com.flowable.dataobject.engine.impl.runtime.datasource with parameters of type RestServiceInvocationResponseModifier and TypeMethodDescriptionprotected BpmnErrorDataObjectOperations.createBpmnError(String code, String message, RestServiceInvocationResponse response, String tenantId) Constructors in com.flowable.dataobject.engine.impl.runtime.datasource with parameters of type RestServiceInvocationResponseModifierConstructorDescriptionprotectedRestServiceInvocationResponseBpmnErrorVariableContainer(RestServiceInvocationResponse response, String tenantId) -
Uses of RestServiceInvocationResponse in com.flowable.serviceregistry.engine.impl.invoker.rest
Methods in com.flowable.serviceregistry.engine.impl.invoker.rest that return RestServiceInvocationResponseModifier and TypeMethodDescriptionprotected RestServiceInvocationResponseRestServiceInvoker.createCopy(RestServiceInvocationResponse response, com.fasterxml.jackson.databind.node.ObjectNode responseData) RestServiceInvoker.invoke(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContext context) Methods in com.flowable.serviceregistry.engine.impl.invoker.rest with parameters of type RestServiceInvocationResponseModifier and TypeMethodDescriptionprotected RestServiceInvocationResponseRestServiceInvoker.createCopy(RestServiceInvocationResponse response, com.fasterxml.jackson.databind.node.ObjectNode responseData)