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 ServiceInvocationResultResponseDataObjectOperations. 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 voidDataObjectOperations. 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 ServiceInvocationResultResponseServiceInvocationBuilder. 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 ServiceInvocationResultResponseServiceRegistryRuntimeServiceImpl. 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 classInvokeServiceCmd.ServiceInvocationResultResponseImplMethods in com.flowable.serviceregistry.engine.impl.cmd that return ServiceInvocationResultResponse Modifier and Type Method Description ServiceInvocationResultResponseInvokeServiceCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)protected ServiceInvocationResultResponseInvokeServiceCmd. 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 ServiceInvocationResultResponseServiceInvocationBuilderImpl. invoke()
-