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 RestServiceInvocationResponse
DataObjectOperations.RestServiceInvocationResponseBpmnErrorVariableContainer.response
Methods in com.flowable.dataobject.engine.impl.runtime.datasource with parameters of type RestServiceInvocationResponseModifier and TypeMethodDescriptionprotected BpmnError
DataObjectOperations.createBpmnError
(String code, String message, RestServiceInvocationResponse response, String tenantId) Constructors in com.flowable.dataobject.engine.impl.runtime.datasource with parameters of type RestServiceInvocationResponseModifierConstructorDescriptionprotected
RestServiceInvocationResponseBpmnErrorVariableContainer
(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 RestServiceInvocationResponse
RestServiceInvoker.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 RestServiceInvocationResponse
RestServiceInvoker.createCopy
(RestServiceInvocationResponse response, com.fasterxml.jackson.databind.node.ObjectNode responseData)