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 voidServiceResourceConverterImpl.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 ValueWrapperBaseServiceInvocationResult.extractValue(ServiceOutputParameter outputParameter) ListServiceInvocationResult.extractValue(ServiceOutputParameter outputParameter) MapServiceInvocationResult.extractValue(ServiceOutputParameter outputParameter) ObjectNodeServiceInvocationResult.extractValue(ServiceOutputParameter outputParameter) protected static ValueWrapperServiceInvocationResultProcessor.extractValue(ServiceOutputParameter outputParameter, ServiceInvocationResultResponse response, BaseServiceInvocationResult serviceInvocationResult, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableContainerServiceInvocationResult.extractValue(ServiceOutputParameter outputParameter) protected static ObjectServiceInvocationResultProcessor.getDefaultValue(ServiceOutputParameter outputParameter, String defaultValue, ServiceInvocationContext context, ExpressionManager expressionManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static booleanServiceInvocationResultProcessor.hasNestedOutputMapping(ServiceOutputParameter outputParameter) protected static booleanServiceInvocationResultProcessor.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.outputParametersprotected List<ServiceOutputParameter>BaseServiceDefinitionModel.outputParametersprotected List<ServiceOutputParameter>BaseServiceOperation.outputParametersMethods 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 TypeMethodDescriptionvoidBaseNestedOutputMapping.setOutputParameters(List<ServiceOutputParameter> outputParameters) voidBaseServiceDefinitionModel.setOutputParameters(List<ServiceOutputParameter> outputParameters) voidBaseServiceOperation.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 ServiceOutputParameterServiceParameterUtil.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)