Uses of Interface
com.flowable.serviceregistry.api.runtime.ServiceInvocationResultResponse
Package
Description
-
Uses of ServiceInvocationResultResponse in com.flowable.dataobject.engine.impl.runtime.datasource
Modifier and TypeMethodDescriptionprotected ServiceInvocationResultResponse
DataObjectOperations.invokeServiceAndGetResult
(DataObjectInstanceVariableContainer entity, ServiceRegistryDataObjectModel objectModel, String operationKey, String operationType, String tenantId, Map<String, ServiceRegistryFieldMapping> fieldMappingsByName, boolean logMissingProperties) Modifier 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
Modifier and TypeMethodDescriptionServiceInvocationResultResponseResponse.create
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ServiceInvocationResultResponse invocationResult) -
Uses of ServiceInvocationResultResponse in com.flowable.serviceregistry.api.runtime
Modifier 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. -
Uses of ServiceInvocationResultResponse in com.flowable.serviceregistry.engine
Modifier and TypeMethodDescriptionServiceRegistryRuntimeServiceImpl.invokeService
(ServiceInvocationBuilder serviceInvocationBuilder) Modifier and TypeMethodDescriptionServiceRegistryRuntimeServiceImpl.invokeServiceList
(ServiceInvocationBuilder serviceInvocationBuilder) -
Uses of ServiceInvocationResultResponse in com.flowable.serviceregistry.engine.impl.cmd
Modifier and TypeClassDescriptionstatic class
static class
Modifier 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) Modifier and TypeMethodDescriptionprotected List<ServiceInvocationResultResponse>
InvokeListServiceCmd.invoke
(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, CommandContext commandContext) Modifier and TypeMethodDescriptionprotected ServiceInvocationResult
InvokeServiceCmd.convertToServiceInvocationResult
(ServiceInvocationResponse invocationResponse, ServiceInvocationResultResponse result) -
Uses of ServiceInvocationResultResponse in com.flowable.serviceregistry.engine.impl.runtime