Uses of Interface
com.flowable.serviceregistry.api.repository.ServiceOutputParameter
Packages that use ServiceOutputParameter
Package
Description
-
Uses of ServiceOutputParameter in com.flowable.serviceregistry.api.repository
Methods in com.flowable.serviceregistry.api.repository that return types with arguments of type ServiceOutputParameterModifier and TypeMethodDescriptionNestedOutputMapping.getOutputParameters()
ServiceDefinitionModel.getOutputParameters()
ServiceOperation.getOutputParameters()
-
Uses of ServiceOutputParameter in com.flowable.serviceregistry.engine.impl.deployer
Method parameters in com.flowable.serviceregistry.engine.impl.deployer with type arguments of type ServiceOutputParameterModifier and TypeMethodDescriptionprotected void
ServiceResourceConverterImpl.processOutputParameters
(List<ServiceOutputParameter> outputParameters, Map<String, ColumnMapping> columnMappingsByName) -
Uses of ServiceOutputParameter in com.flowable.serviceregistry.engine.impl.invoker.result
Methods in com.flowable.serviceregistry.engine.impl.invoker.result that return types with arguments of type ServiceOutputParameterModifier and TypeMethodDescriptionprotected static Collection<ServiceOutputParameter>
ServiceInvocationResultProcessor.getNestedMappingOutputParameters
(NestedOutputMapping nestedOutputMapping, ServiceRegistryEngineConfiguration engineConfiguration, ServiceInvocationContextImpl context) Methods in com.flowable.serviceregistry.engine.impl.invoker.result with parameters of type ServiceOutputParameterModifier and TypeMethodDescriptionArrayNodeServiceInvocationResult.extractValue
(ServiceOutputParameter outputParameter) abstract ValueWrapper
BaseServiceInvocationResult.extractValue
(ServiceOutputParameter outputParameter) ListServiceInvocationResult.extractValue
(ServiceOutputParameter outputParameter) MapServiceInvocationResult.extractValue
(ServiceOutputParameter outputParameter) ObjectNodeServiceInvocationResult.extractValue
(ServiceOutputParameter outputParameter) protected static ValueWrapper
ServiceInvocationResultProcessor.extractValue
(ServiceOutputParameter outputParameter, ServiceInvocationResultResponse response, BaseServiceInvocationResult serviceInvocationResult, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableContainerServiceInvocationResult.extractValue
(ServiceOutputParameter outputParameter) protected static Object
ServiceInvocationResultProcessor.getDefaultValue
(ServiceOutputParameter outputParameter, String defaultValue, ServiceInvocationContext context, ExpressionManager expressionManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static boolean
ServiceInvocationResultProcessor.hasNestedOutputMapping
(ServiceOutputParameter outputParameter) protected static boolean
ServiceInvocationResultProcessor.shouldMapParameter
(boolean isErrorResponse, ServiceOutputParameter outputParameter, ServiceDefinitionModel model, ServiceOperation operation) Method parameters in com.flowable.serviceregistry.engine.impl.invoker.result with type arguments of type ServiceOutputParameterModifier and TypeMethodDescriptionServiceInvocationResultProcessor.handleOutputParametersValues
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, Collection<ServiceOutputParameter> outputParameters, ServiceInvocationResultResponse invocationResponse, BaseServiceInvocationResult serviceInvocationResult) -
Uses of ServiceOutputParameter in com.flowable.serviceregistry.engine.impl.repository
Classes in com.flowable.serviceregistry.engine.impl.repository that implement ServiceOutputParameterFields in com.flowable.serviceregistry.engine.impl.repository with type parameters of type ServiceOutputParameterModifier and TypeFieldDescriptionprotected List<ServiceOutputParameter>
BaseNestedOutputMapping.outputParameters
protected List<ServiceOutputParameter>
BaseServiceDefinitionModel.outputParameters
protected List<ServiceOutputParameter>
BaseServiceOperation.outputParameters
Methods in com.flowable.serviceregistry.engine.impl.repository that return types with arguments of type ServiceOutputParameterModifier and TypeMethodDescriptionBaseNestedOutputMapping.getOutputParameters()
BaseServiceDefinitionModel.getOutputParameters()
BaseServiceOperation.getOutputParameters()
Method parameters in com.flowable.serviceregistry.engine.impl.repository with type arguments of type ServiceOutputParameterModifier and TypeMethodDescriptionvoid
BaseNestedOutputMapping.setOutputParameters
(List<ServiceOutputParameter> outputParameters) void
BaseServiceDefinitionModel.setOutputParameters
(List<ServiceOutputParameter> outputParameters) void
BaseServiceOperation.setOutputParameters
(List<ServiceOutputParameter> outputParameters) -
Uses of ServiceOutputParameter in com.flowable.serviceregistry.engine.impl.util
Methods in com.flowable.serviceregistry.engine.impl.util that return ServiceOutputParameterModifier and TypeMethodDescriptionprotected static ServiceOutputParameter
ServiceParameterUtil.columnMappingToOutputParameter
(ColumnMapping mapping, Supplier<ServiceRegistryDataObjectModel> currentModelSupplier, Function<String, ServiceRegistryDataObjectModel> dataObjectModelProvider) Methods in com.flowable.serviceregistry.engine.impl.util that return types with arguments of type ServiceOutputParameterModifier and TypeMethodDescriptionstatic Collection<ServiceOutputParameter>
ServiceParameterUtil.extractServiceOutputParameters
(ServiceDefinitionModel model, ServiceOperation operation, ServiceInvocationContextImpl context) static Collection<ServiceOutputParameter>
ServiceParameterUtil.extractServiceOutputParameters
(ServiceDefinitionModel model, ServiceInvocationContextImpl context) static Collection<ServiceOutputParameter>
ServiceParameterUtil.extractServiceOutputParameters
(ServiceDefinitionModel model, Supplier<ServiceRegistryDataObjectModel> currentModelSupplier, Function<String, ServiceRegistryDataObjectModel> dataObjectModelProvider)