Uses of Interface
com.flowable.serviceregistry.api.repository.ServiceInputParameter
Packages that use ServiceInputParameter
Package
Description
-
Uses of ServiceInputParameter in com.flowable.serviceregistry.api.repository
Methods in com.flowable.serviceregistry.api.repository that return types with arguments of type ServiceInputParameter -
Uses of ServiceInputParameter in com.flowable.serviceregistry.engine.impl.cmd
Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceInputParameterModifier and TypeMethodDescriptionprotected void
InvokeServiceCmd.processAndValidateInputParameter
(ServiceDefinitionModel serviceDefinitionModel, ServiceInputParameter inputParameter, Map<String, Object> serviceInvocationInputData, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExpressionManager expressionManager) Internal method to process a single input parameter by looking at its definition and checking its value. -
Uses of ServiceInputParameter in com.flowable.serviceregistry.engine.impl.deployer
Method parameters in com.flowable.serviceregistry.engine.impl.deployer with type arguments of type ServiceInputParameterModifier and TypeMethodDescriptionprotected void
ServiceResourceConverterImpl.processInputParameters
(List<ServiceInputParameter> inputParameters, Map<String, ColumnMapping> columnMappingsByName) -
Uses of ServiceInputParameter in com.flowable.serviceregistry.engine.impl.invoker
Methods in com.flowable.serviceregistry.engine.impl.invoker with parameters of type ServiceInputParameterModifier and TypeMethodDescriptionprotected void
AbstractServiceInvoker.completeInputParameter
(ServiceDefinitionModel serviceDefinitionModel, ServiceInputParameter inputParameter, ServiceInvocationVariablesContainer serviceInvocationVariablesContainer) Internal method to process a single input parameter by looking at its definition and checking its value and adding null values for missing input parameter values in the data map. -
Uses of ServiceInputParameter in com.flowable.serviceregistry.engine.impl.invoker.db
Methods in com.flowable.serviceregistry.engine.impl.invoker.db that return types with arguments of type ServiceInputParameterModifier and TypeMethodDescriptionprotected Map<String,
ServiceInputParameter> DbServiceInvoker.inputParametersByName
(ServiceDefinitionModel model, ServiceOperation operation) -
Uses of ServiceInputParameter in com.flowable.serviceregistry.engine.impl.invoker.rest
Methods in com.flowable.serviceregistry.engine.impl.invoker.rest with parameters of type ServiceInputParameterModifier and TypeMethodDescriptionprotected void
RestServiceInvoker.processInputParameter
(ServiceInvocationVariablesContainer serviceInvocationVariablesContainer, ExpressionManager expressionManager, com.fasterxml.jackson.databind.node.ObjectNode bodyJson, ServiceInputParameter inputParameter) -
Uses of ServiceInputParameter in com.flowable.serviceregistry.engine.impl.repository
Classes in com.flowable.serviceregistry.engine.impl.repository that implement ServiceInputParameterFields in com.flowable.serviceregistry.engine.impl.repository with type parameters of type ServiceInputParameterModifier and TypeFieldDescriptionprotected List<ServiceInputParameter>
BaseServiceOperation.inputParameters
Methods in com.flowable.serviceregistry.engine.impl.repository that return types with arguments of type ServiceInputParameterMethod parameters in com.flowable.serviceregistry.engine.impl.repository with type arguments of type ServiceInputParameterModifier and TypeMethodDescriptionvoid
BaseServiceOperation.setInputParameters
(List<ServiceInputParameter> inputParameters) -
Uses of ServiceInputParameter in com.flowable.serviceregistry.engine.impl.util
Methods in com.flowable.serviceregistry.engine.impl.util that return ServiceInputParameterModifier and TypeMethodDescriptionprotected static ServiceInputParameter
ServiceParameterUtil.columnMappingToInputParameter
(ColumnMapping mapping) Methods in com.flowable.serviceregistry.engine.impl.util that return types with arguments of type ServiceInputParameterModifier and TypeMethodDescriptionstatic Collection<ServiceInputParameter>
ServiceParameterUtil.extractServiceInputParameters
(ServiceDefinitionModel model, ServiceOperation operation)