Uses of Enum
org.qubership.atp.mia.model.Constants.CustomParameters
Packages that use Constants.CustomParameters
-
Uses of Constants.CustomParameters in org.qubership.atp.mia.model
Methods in org.qubership.atp.mia.model that return Constants.CustomParametersModifier and TypeMethodDescriptionstatic Constants.CustomParametersReturns the enum constant of this type with the specified name.static Constants.CustomParameters[]Constants.CustomParameters.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Constants.CustomParameters in org.qubership.atp.mia.model.impl
Methods in org.qubership.atp.mia.model.impl with parameters of type Constants.CustomParametersModifier and TypeMethodDescriptionvoidFlowData.addParameter(Constants.CustomParameters parameterKey, String parameterValue) Add custom parameter.FlowData.getCustom(Constants.CustomParameters parameter, MiaContext miaContext) Gets custom parameter from flowData.