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.cmd
Methods in com.flowable.serviceregistry.engine.impl.cmd that return types with arguments of type ServiceOutputParameterModifier and TypeMethodDescriptionprotected Collection<ServiceOutputParameter>
InvokeServiceCmd.getNestedMappingOutputParameters
(NestedOutputMapping nestedOutputMapping, ServiceRegistryEngineConfiguration engineConfiguration, ServiceInvocationContextImpl context) Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceOutputParameterModifier and TypeMethodDescriptionprotected InvokeServiceCmd.ValueWrapper
InvokeServiceCmd.extractValue
(com.fasterxml.jackson.databind.node.ObjectNode objectNode, ServiceOutputParameter outputParameter) protected InvokeServiceCmd.ValueWrapper
InvokeServiceCmd.extractValue
(Object responseDataObject, ServiceOutputParameter outputParameter, ServiceInvocationResponse response, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected InvokeServiceCmd.ValueWrapper
InvokeServiceCmd.extractValue
(Map<String, Object> responseMap, ServiceOutputParameter outputParameter) protected InvokeServiceCmd.ValueWrapper
InvokeServiceCmd.extractValue
(VariableContainer container, ServiceOutputParameter outputParameter) protected Object
InvokeServiceCmd.getDefaultValue
(ServiceOutputParameter outputParameter, String defaultValue, ServiceInvocationContext context, ExpressionManager expressionManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected boolean
InvokeServiceCmd.hasNestedOutputMapping
(ServiceOutputParameter outputParameter) protected boolean
InvokeServiceCmd.shouldMapParameter
(boolean isErrorResponse, ServiceOutputParameter outputParameter, ServiceDefinitionModel model, ServiceOperation operation) Method parameters in com.flowable.serviceregistry.engine.impl.cmd with type arguments of type ServiceOutputParameterModifier and TypeMethodDescriptionInvokeServiceCmd.handleOutputParametersValues
(Object responseData, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, Collection<ServiceOutputParameter> outputParameters, ServiceInvocationResponse invocationResponse) -
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.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)