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 java.util.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, java.util.Map<java.lang.String,java.lang.Object> serviceInvocationInputData, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.flowable.common.engine.impl.el.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.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, org.flowable.common.engine.impl.el.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 java.util.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 java.util.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(java.util.List<ServiceInputParameter> inputParameters)