Uses of Interface
com.flowable.serviceregistry.api.repository.ServiceInputParameter
-
-
Uses of ServiceInputParameter in com.flowable.serviceregistry.api.repository
Methods in com.flowable.serviceregistry.api.repository that return types with arguments of type ServiceInputParameter Modifier and Type Method Description List<ServiceInputParameter>
ServiceOperation. getInputParameters()
-
Uses of ServiceInputParameter in com.flowable.serviceregistry.engine.impl.cmd
Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceInputParameter Modifier and Type Method Description protected 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 ServiceInputParameter Modifier and Type Method Description protected void
ServiceResourceConverterImpl. processInputParameters(List<ServiceInputParameter> inputParameters, Map<String,ColumnMapping> columnMappingsByName)
-
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 ServiceInputParameter Modifier and Type Method Description protected Map<String,ServiceInputParameter>
DbServiceInvoker. inputParametersByName(ServiceDefinitionModel model, ServiceOperation operation)
-
Uses of ServiceInputParameter in com.flowable.serviceregistry.engine.impl.invoker.expression
Methods in com.flowable.serviceregistry.engine.impl.invoker.expression with parameters of type ServiceInputParameter Modifier and Type Method Description protected void
ExpressionInvoker. 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.rest
Methods in com.flowable.serviceregistry.engine.impl.invoker.rest with parameters of type ServiceInputParameter Modifier and Type Method Description protected 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 ServiceInputParameter Modifier and Type Class Description class
BaseServiceInputParameter
Fields in com.flowable.serviceregistry.engine.impl.repository with type parameters of type ServiceInputParameter Modifier and Type Field Description protected List<ServiceInputParameter>
BaseServiceOperation. inputParameters
Methods in com.flowable.serviceregistry.engine.impl.repository that return types with arguments of type ServiceInputParameter Modifier and Type Method Description List<ServiceInputParameter>
BaseServiceOperation. getInputParameters()
Method parameters in com.flowable.serviceregistry.engine.impl.repository with type arguments of type ServiceInputParameter Modifier and Type Method Description void
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 ServiceInputParameter Modifier and Type Method Description protected static ServiceInputParameter
ServiceParameterUtil. columnMappingToInputParameter(ColumnMapping mapping)
Methods in com.flowable.serviceregistry.engine.impl.util that return types with arguments of type ServiceInputParameter Modifier and Type Method Description static Collection<ServiceInputParameter>
ServiceParameterUtil. extractServiceInputParameters(ServiceDefinitionModel model, ServiceOperation operation)
-