Uses of Interface
com.flowable.serviceregistry.api.repository.ServiceOutputParameter
Package | Description |
---|---|
com.flowable.serviceregistry.api.repository | |
com.flowable.serviceregistry.engine.impl.cmd | |
com.flowable.serviceregistry.engine.impl.repository |
-
Uses of ServiceOutputParameter in com.flowable.serviceregistry.api.repository
Methods in com.flowable.serviceregistry.api.repository that return types with arguments of type ServiceOutputParameter Modifier and Type Method Description java.util.List<ServiceOutputParameter>
ServiceOperation. getOutputParameters()
-
Uses of ServiceOutputParameter in com.flowable.serviceregistry.engine.impl.cmd
Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceOutputParameter Modifier and Type Method Description protected boolean
InvokeServiceCmd. hasMissingValue(ServiceInvocationResponse invocationResponse, ServiceOutputParameter outputParameter)
protected boolean
InvokeServiceCmd. hasNullValue(ServiceInvocationResponse invocationResponse, ServiceOutputParameter outputParameter)
protected void
InvokeServiceCmd. removeNullValue(ServiceInvocationResponse invocationResponse, ServiceOutputParameter outputParameter)
protected void
InvokeServiceCmd. setDefaultValue(ServiceInvocationResponse invocationResponse, ServiceOutputParameter outputParameter, java.lang.String defaultValue, ServiceInvocationContext context, org.flowable.common.engine.impl.el.ExpressionManager expressionManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected void
InvokeServiceCmd. setNullValue(ServiceInvocationResponse invocationResponse, ServiceOutputParameter outputParameter)
-
Uses of ServiceOutputParameter in com.flowable.serviceregistry.engine.impl.repository
Classes in com.flowable.serviceregistry.engine.impl.repository that implement ServiceOutputParameter Modifier and Type Class Description class
BaseServiceOutputParameter
Fields in com.flowable.serviceregistry.engine.impl.repository with type parameters of type ServiceOutputParameter Modifier and Type Field Description protected java.util.List<ServiceOutputParameter>
BaseServiceOperation. outputParameters
Methods in com.flowable.serviceregistry.engine.impl.repository that return types with arguments of type ServiceOutputParameter Modifier and Type Method Description java.util.List<ServiceOutputParameter>
BaseServiceOperation. getOutputParameters()
Method parameters in com.flowable.serviceregistry.engine.impl.repository with type arguments of type ServiceOutputParameter Modifier and Type Method Description void
BaseServiceOperation. setOutputParameters(java.util.List<ServiceOutputParameter> outputParameters)