Uses of Interface
com.flowable.serviceregistry.api.runtime.ServiceInvocationResult
Packages that use ServiceInvocationResult
Package
Description
-
Uses of ServiceInvocationResult in com.flowable.dataobject.engine.impl.runtime.datasource
Methods in com.flowable.dataobject.engine.impl.runtime.datasource with parameters of type ServiceInvocationResultModifier and TypeMethodDescriptionprotected Object
DataObjectOperations.getLookupId
(ServiceInvocationResult serviceInvocationResult, DataObjectDefinition dataObjectDefinition, ServiceRegistryDataObjectModel registryDataObjectModel) protected Object
DataObjectOperations.getLookupId
(ServiceInvocationResult serviceInvocationResult, String lookupIdFieldName) protected DataObjectInstanceVariableContainer
DataObjectOperations.toDataObjectInstanceVariableContainer
(ServiceInvocationResultResponse response, ServiceInvocationResult serviceInvocationResult, DataObjectDefinition dataObjectDefinition, ServiceRegistryDataObjectModel registryDataObjectModel) protected void
DataObjectOperations.updateValuesInEntity
(DataObjectInstanceVariableContainer entity, ServiceInvocationResult invocationResult, List<ServiceRegistryFieldMapping> fieldMappings) -
Uses of ServiceInvocationResult in com.flowable.serviceregistry.api.runtime
Methods in com.flowable.serviceregistry.api.runtime that return ServiceInvocationResultModifier and TypeMethodDescriptionServiceInvocationResultResponse.getProcessedResult()
ServiceInvocationResult.getValue
(int index) -
Uses of ServiceInvocationResult in com.flowable.serviceregistry.engine.impl.cmd
Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceInvocationResultModifier and TypeMethodDescriptionprotected ServiceInvocationResult
InvokeServiceCmd.convertToServiceInvocationResult
(ServiceInvocationResultResponse invocationResponse, ServiceInvocationResult processedResult) -
Uses of ServiceInvocationResult in com.flowable.serviceregistry.engine.impl.invoker.db
Methods in com.flowable.serviceregistry.engine.impl.invoker.db that return ServiceInvocationResultModifier and TypeMethodDescriptionprotected ServiceInvocationResult
DatabaseSchemaDataObjectJdbcTemplate.selectSingle
(DatabaseGenericInstanceQuery query) -
Uses of ServiceInvocationResult in com.flowable.serviceregistry.engine.impl.invoker.result
Classes in com.flowable.serviceregistry.engine.impl.invoker.result that implement ServiceInvocationResultModifier and TypeClassDescriptionclass
class
class
class
class
class
Fields in com.flowable.serviceregistry.engine.impl.invoker.result with type parameters of type ServiceInvocationResultModifier and TypeFieldDescriptionprotected List<ServiceInvocationResult>
ListServiceInvocationResult.results
Methods in com.flowable.serviceregistry.engine.impl.invoker.result that return ServiceInvocationResultModifier and TypeMethodDescriptionstatic ServiceInvocationResult
ServiceInvocationResultFactory.createWithArrayNode
(com.fasterxml.jackson.databind.node.ArrayNode arrayNode) static ServiceInvocationResult
ServiceInvocationResultFactory.createWithList
(List<ServiceInvocationResult> serviceInvocationResults) static ServiceInvocationResult
ServiceInvocationResultFactory.createWithListOfMaps
(List<Map<String, Object>> mapList) static ServiceInvocationResult
ServiceInvocationResultFactory.createWithMap
(Map<String, Object> result) static ServiceInvocationResult
ServiceInvocationResultFactory.createWithMapCollection
(Collection<Map<String, Object>> results) static ServiceInvocationResult
ServiceInvocationResultFactory.createWithObjectNode
(com.fasterxml.jackson.databind.node.ObjectNode objectNode) static ServiceInvocationResult
ServiceInvocationResultFactory.createWithVariableContainer
(VariableContainer variableContainer) ArrayNodeServiceInvocationResult.getValue
(int index) ListServiceInvocationResult.getValue
(int index) MapServiceInvocationResult.getValue
(int index) ObjectNodeServiceInvocationResult.getValue
(int index) VariableContainerServiceInvocationResult.getValue
(int index) ArrayNodeServiceInvocationResult.processResultsAccordingToServiceDefinitionModel
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResultResponse invocationResponse, com.fasterxml.jackson.databind.ObjectMapper objectMapper) abstract ServiceInvocationResult
BaseServiceInvocationResult.processResultsAccordingToServiceDefinitionModel
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResultResponse invocationResponse, com.fasterxml.jackson.databind.ObjectMapper objectMapper) ListServiceInvocationResult.processResultsAccordingToServiceDefinitionModel
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResultResponse invocationResponse, com.fasterxml.jackson.databind.ObjectMapper objectMapper) MapServiceInvocationResult.processResultsAccordingToServiceDefinitionModel
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResultResponse invocationResponse, com.fasterxml.jackson.databind.ObjectMapper objectMapper) ObjectNodeServiceInvocationResult.processResultsAccordingToServiceDefinitionModel
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResultResponse invocationResponse, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static ServiceInvocationResult
ServiceInvocationResultProcessor.processResultsAccordingToServiceDefinitionModel
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResultResponse invocationResponse, ServiceInvocationResult serviceInvocationResult, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableContainerServiceInvocationResult.processResultsAccordingToServiceDefinitionModel
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResultResponse invocationResponse, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Methods in com.flowable.serviceregistry.engine.impl.invoker.result that return types with arguments of type ServiceInvocationResultMethods in com.flowable.serviceregistry.engine.impl.invoker.result with parameters of type ServiceInvocationResultModifier and TypeMethodDescriptionvoid
ListServiceInvocationResult.addServiceResult
(ServiceInvocationResult result) ServiceInvocationResultProcessor.handleOutputParameterValues
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResultResponse invocationResponse, ServiceInvocationResult serviceInvocationResult) Verifies and handles output values according the output paramter definition of the service (specially missing and null-value output).static ServiceInvocationResult
ServiceInvocationResultProcessor.processResultsAccordingToServiceDefinitionModel
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResultResponse invocationResponse, ServiceInvocationResult serviceInvocationResult, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Method parameters in com.flowable.serviceregistry.engine.impl.invoker.result with type arguments of type ServiceInvocationResultModifier and TypeMethodDescriptionstatic ServiceInvocationResult
ServiceInvocationResultFactory.createWithList
(List<ServiceInvocationResult> serviceInvocationResults) Constructor parameters in com.flowable.serviceregistry.engine.impl.invoker.result with type arguments of type ServiceInvocationResult -
Uses of ServiceInvocationResult in com.flowable.serviceregistry.engine.impl.runtime
Fields in com.flowable.serviceregistry.engine.impl.runtime declared as ServiceInvocationResultModifier and TypeFieldDescriptionprotected ServiceInvocationResult
ServiceInvocationResultResponseImpl.processedResult
protected ServiceInvocationResult
ServiceInvocationResultResponseImpl.unprocessedResult
Methods in com.flowable.serviceregistry.engine.impl.runtime that return ServiceInvocationResultModifier and TypeMethodDescriptionServiceInvocationResultResponseImpl.getProcessedResult()
ServiceInvocationResultResponseImpl.getUnprocessedResult()
Constructors in com.flowable.serviceregistry.engine.impl.runtime with parameters of type ServiceInvocationResultModifierConstructorDescriptionServiceInvocationResultResponseImpl
(ServiceInvocationResult unprocessedResult, long totalCount, Map<String, Object> metadata) ServiceInvocationResultResponseImpl
(ServiceInvocationResultResponse originalResultResponse, ServiceInvocationResult processedResult) Constructor used after processing the raw response of the service and creating a new instance representing the processed result.ServiceInvocationResultResponseImpl
(ServiceInvocationResult unprocessedResult, Map<String, Object> metadata)