Uses of Class
com.flowable.serviceregistry.api.runtime.RestServiceInvocationResponse
-
Packages that use RestServiceInvocationResponse Package Description com.flowable.dataobject.engine.impl.runtime.datasource com.flowable.serviceregistry.engine.impl.invoker.rest -
-
Uses of RestServiceInvocationResponse in com.flowable.dataobject.engine.impl.runtime.datasource
Fields in com.flowable.dataobject.engine.impl.runtime.datasource declared as RestServiceInvocationResponse Modifier and Type Field Description protected RestServiceInvocationResponse
DataObjectOperations.RestServiceInvocationResponseBpmnErrorVariableContainer. response
Methods in com.flowable.dataobject.engine.impl.runtime.datasource with parameters of type RestServiceInvocationResponse Modifier and Type Method Description protected BpmnError
DataObjectOperations. createBpmnError(String code, String message, RestServiceInvocationResponse response, String tenantId)
Constructors in com.flowable.dataobject.engine.impl.runtime.datasource with parameters of type RestServiceInvocationResponse Constructor Description 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 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)
-