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, 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 ServiceInvocationResultResponse Modifier and Type Method Description protected 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.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.Methods in com.flowable.serviceregistry.api.runtime that return types with arguments of type ServiceInvocationResultResponse Modifier and Type Method Description List<ServiceInvocationResultResponse>
ServiceInvocationBuilder. invokeList()
-
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)
Methods in com.flowable.serviceregistry.engine that return types with arguments of type ServiceInvocationResultResponse Modifier and Type Method Description List<ServiceInvocationResultResponse>
ServiceRegistryRuntimeServiceImpl. invokeServiceList(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.ServiceInvocationArrayResultResponse
static class
InvokeServiceCmd.ServiceInvocationResultResponseImpl
Methods in com.flowable.serviceregistry.engine.impl.cmd that return ServiceInvocationResultResponse Modifier and Type Method Description 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 ServiceInvocationResultResponse Modifier and Type Method Description protected 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 ServiceInvocationResultResponse Modifier and Type Method Description protected 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 ServiceInvocationResultResponse Modifier and Type Method Description ServiceInvocationResultResponse
ServiceInvocationBuilderImpl. invoke()
Methods in com.flowable.serviceregistry.engine.impl.runtime that return types with arguments of type ServiceInvocationResultResponse Modifier and Type Method Description List<ServiceInvocationResultResponse>
ServiceInvocationBuilderImpl. invokeList()
-