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.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)