Uses of Interface
com.flowable.serviceregistry.api.runtime.ServiceInvocationResultResponse
-
-
Uses of ServiceInvocationResultResponse in com.flowable.dataobject.engine.impl.runtime.datasource
Methods in com.flowable.dataobject.engine.impl.runtime.datasource that return ServiceInvocationResultResponse Modifier and Type Method Description protected ServiceInvocationResultResponse
DataObjectOperations. invokeServiceAndGetResult(DataObjectInstanceVariableContainer entity, ServiceRegistryDataObjectModel objectModel, java.lang.String operationKey, java.lang.String tenantId, java.util.Map<java.lang.String,ServiceRegistryFieldMapping> fieldMappingsByName, boolean logMissingProperties)
Methods in com.flowable.dataobject.engine.impl.runtime.datasource with parameters of type ServiceInvocationResultResponse Modifier and Type Method Description protected void
DataObjectOperations. updateValuesInEntity(DataObjectInstanceVariableContainer entity, ServiceInvocationResultResponse invocationResult, java.util.List<ServiceRegistryFieldMapping> fieldMappings)
-
Uses of ServiceInvocationResultResponse in com.flowable.serviceregistry.api.runtime
Methods in com.flowable.serviceregistry.api.runtime that return ServiceInvocationResultResponse Modifier and Type Method Description ServiceInvocationResultResponse
ServiceInvocationBuilder. 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
Methods in com.flowable.serviceregistry.engine that return ServiceInvocationResultResponse Modifier and Type Method Description ServiceInvocationResultResponse
ServiceRegistryRuntimeServiceImpl. invokeService(ServiceInvocationBuilder serviceInvocationBuilder)
-
Uses of ServiceInvocationResultResponse in com.flowable.serviceregistry.engine.impl.cmd
Classes in com.flowable.serviceregistry.engine.impl.cmd that implement ServiceInvocationResultResponse Modifier and Type Class Description static class
InvokeServiceCmd.ServiceInvocationResultResponseImpl
Methods in com.flowable.serviceregistry.engine.impl.cmd that return ServiceInvocationResultResponse Modifier and Type Method Description ServiceInvocationResultResponse
InvokeServiceCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected ServiceInvocationResultResponse
InvokeServiceCmd. invokeService(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvoker serviceInvoker, ServiceInvocationContextImpl context, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.common.engine.impl.el.ExpressionManager expressionManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Uses of ServiceInvocationResultResponse in com.flowable.serviceregistry.engine.impl.runtime
Methods in com.flowable.serviceregistry.engine.impl.runtime that return ServiceInvocationResultResponse Modifier and Type Method Description ServiceInvocationResultResponse
ServiceInvocationBuilderImpl. invoke()
-