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 ObjectDataObjectOperations.getLookupId(ServiceInvocationResult serviceInvocationResult, DataObjectDefinition dataObjectDefinition, ServiceRegistryDataObjectModel registryDataObjectModel) protected ObjectDataObjectOperations.getLookupId(ServiceInvocationResult serviceInvocationResult, String lookupIdFieldName) protected DataObjectInstanceVariableContainerDataObjectOperations.toDataObjectInstanceVariableContainer(ServiceInvocationResultResponse response, ServiceInvocationResult serviceInvocationResult, DataObjectDefinition dataObjectDefinition, ServiceRegistryDataObjectModel registryDataObjectModel) protected voidDataObjectOperations.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 ServiceInvocationResultAbstractInvokeServiceCmd.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 ServiceInvocationResultDatabaseSchemaDataObjectJdbcTemplate.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 TypeClassDescriptionclassclassclassclassclassclassFields in com.flowable.serviceregistry.engine.impl.invoker.result with type parameters of type ServiceInvocationResultModifier and TypeFieldDescriptionprotected List<ServiceInvocationResult> ListServiceInvocationResult.resultsMethods in com.flowable.serviceregistry.engine.impl.invoker.result that return ServiceInvocationResultModifier and TypeMethodDescriptionstatic ServiceInvocationResultServiceInvocationResultFactory.createWithArrayNode(com.fasterxml.jackson.databind.node.ArrayNode arrayNode) static ServiceInvocationResultServiceInvocationResultFactory.createWithArrayNode(com.fasterxml.jackson.databind.node.ArrayNode arrayNode, Map<String, Object> requestResponseParameters) static ServiceInvocationResultServiceInvocationResultFactory.createWithList(List<ServiceInvocationResult> serviceInvocationResults) static ServiceInvocationResultServiceInvocationResultFactory.createWithListOfMaps(List<Map<String, Object>> mapList) static ServiceInvocationResultServiceInvocationResultFactory.createWithMap(Map<String, Object> result) static ServiceInvocationResultServiceInvocationResultFactory.createWithMapCollection(Collection<Map<String, Object>> results) static ServiceInvocationResultServiceInvocationResultFactory.createWithObjectNode(com.fasterxml.jackson.databind.node.ObjectNode objectNode) static ServiceInvocationResultServiceInvocationResultFactory.createWithVariableContainer(org.flowable.common.engine.api.variable.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 ServiceInvocationResultBaseServiceInvocationResult.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 ServiceInvocationResultServiceInvocationResultProcessor.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 TypeMethodDescriptionvoidListServiceInvocationResult.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 ServiceInvocationResultServiceInvocationResultProcessor.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 ServiceInvocationResultServiceInvocationResultFactory.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 ServiceInvocationResultServiceInvocationResultResponseImpl.processedResultprotected ServiceInvocationResultServiceInvocationResultResponseImpl.unprocessedResultMethods 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)