Uses of Interface
com.flowable.serviceregistry.api.runtime.ServiceInvocationResultResponse
Packages that use ServiceInvocationResultResponse
Package
Description
-
Uses of ServiceInvocationResultResponse in com.flowable.dataobject.engine.impl.runtime.datasource
Methods in com.flowable.dataobject.engine.impl.runtime.datasource that return ServiceInvocationResultResponseModifier and TypeMethodDescriptionprotected ServiceInvocationResultResponse
DataObjectOperations.invokeServiceAndGetResult
(DataObjectInstanceVariableContainer entity, ServiceRegistryDataObjectModel objectModel, String operationKey, String operationType, String tenantId, Map<String, ServiceRegistryFieldMapping> fieldMappingsByName, boolean logMissingProperties) Methods in com.flowable.dataobject.engine.impl.runtime.datasource with parameters of type ServiceInvocationResultResponseModifier and TypeMethodDescriptionprotected DataObjectInstanceVariableContainer
DataObjectOperations.toDataObjectInstanceVariableContainer
(ServiceInvocationResultResponse invocationResult, DataObjectDefinition dataObjectDefinition, ServiceRegistryDataObjectModel registryDataObjectModel) protected void
DataObjectOperations.updateValuesInEntity
(DataObjectInstanceVariableContainer entity, ServiceInvocationResultResponse invocationResult, List<ServiceRegistryFieldMapping> fieldMappings) -
Uses of ServiceInvocationResultResponse in com.flowable.platform.service.form.invocation
Methods in com.flowable.platform.service.form.invocation with parameters of type ServiceInvocationResultResponseModifier and TypeMethodDescriptionServiceInvocationResultResponseResponse.create
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ServiceInvocationResultResponse invocationResult) -
Uses of ServiceInvocationResultResponse in com.flowable.serviceregistry.api.runtime
Methods in com.flowable.serviceregistry.api.runtime that return ServiceInvocationResultResponseModifier and TypeMethodDescriptionServiceInvocationBuilder.invoke()
To make sure everything is serializable into proper case/process variables (also important for indexing), the return type is fixed to a json representation.Methods in com.flowable.serviceregistry.api.runtime that return types with arguments of type ServiceInvocationResultResponse -
Uses of ServiceInvocationResultResponse in com.flowable.serviceregistry.engine
Methods in com.flowable.serviceregistry.engine that return ServiceInvocationResultResponseModifier and TypeMethodDescriptionServiceRegistryRuntimeServiceImpl.invokeService
(ServiceInvocationBuilder serviceInvocationBuilder) Methods in com.flowable.serviceregistry.engine that return types with arguments of type ServiceInvocationResultResponseModifier and TypeMethodDescriptionServiceRegistryRuntimeServiceImpl.invokeServiceList
(ServiceInvocationBuilder serviceInvocationBuilder) -
Uses of ServiceInvocationResultResponse in com.flowable.serviceregistry.engine.impl.cmd
Classes in com.flowable.serviceregistry.engine.impl.cmd that implement ServiceInvocationResultResponseModifier and TypeClassDescriptionstatic class
static class
Methods in com.flowable.serviceregistry.engine.impl.cmd that return ServiceInvocationResultResponseModifier and TypeMethodDescriptionprotected ServiceInvocationResultResponse
InvokeServiceCmd.createServiceInvocationResultResponseForJsonNode
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResponse invocationResponse, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Object responseObject) protected ServiceInvocationResultResponse
InvokeServiceCmd.handleServiceInvocationResponse
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvoker serviceInvoker, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResponse invocationResponse) protected ServiceInvocationResultResponse
InvokeSingleServiceCmd.invoke
(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, CommandContext commandContext) Methods in com.flowable.serviceregistry.engine.impl.cmd that return types with arguments of type ServiceInvocationResultResponseModifier and TypeMethodDescriptionprotected List<ServiceInvocationResultResponse>
InvokeListServiceCmd.invoke
(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, CommandContext commandContext) Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceInvocationResultResponseModifier and TypeMethodDescriptionprotected ServiceInvocationResult
InvokeServiceCmd.convertToServiceInvocationResult
(ServiceInvocationResponse invocationResponse, ServiceInvocationResultResponse result) -
Uses of ServiceInvocationResultResponse in com.flowable.serviceregistry.engine.impl.runtime
Methods in com.flowable.serviceregistry.engine.impl.runtime that return ServiceInvocationResultResponseMethods in com.flowable.serviceregistry.engine.impl.runtime that return types with arguments of type ServiceInvocationResultResponse