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.ValueWrapperInvokeServiceCmd.extractValue(com.fasterxml.jackson.databind.node.ObjectNode objectNode, ServiceOutputParameter outputParameter) protected InvokeServiceCmd.ValueWrapperInvokeServiceCmd.extractValue(Object responseDataObject, ServiceOutputParameter outputParameter, ServiceInvocationResponse response, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected InvokeServiceCmd.ValueWrapperInvokeServiceCmd.extractValue(Map<String, Object> responseMap, ServiceOutputParameter outputParameter) protected InvokeServiceCmd.ValueWrapperInvokeServiceCmd.extractValue(VariableContainer container, ServiceOutputParameter outputParameter) protected ObjectInvokeServiceCmd.getDefaultValue(ServiceOutputParameter outputParameter, String defaultValue, ServiceInvocationContext context, ExpressionManager expressionManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected booleanInvokeServiceCmd.hasNestedOutputMapping(ServiceOutputParameter outputParameter) protected booleanInvokeServiceCmd.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 voidServiceResourceConverterImpl.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.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)