Class FunctionCallArgumentConfigItem
java.lang.Object
com.evolveum.midpoint.schema.config.ConfigurationItem<ExpressionParameterType>
com.evolveum.midpoint.schema.config.ExpressionParameterConfigItem
com.evolveum.midpoint.schema.config.FunctionCallArgumentConfigItem
- All Implemented Interfaces:
Serializable
,Cloneable
Represents an
ExpressionParameterType
that is part of a FunctionExpressionEvaluatorType
i.e. a function call.
Intentionally differs from the standard naming convention. The embedded value is used as an argument value specification.
TODO reconsider the necessity- See Also:
-
Field Summary
Fields inherited from class com.evolveum.midpoint.schema.config.ConfigurationItem
DESC
-
Constructor Summary
ModifierConstructorDescriptionFunctionCallArgumentConfigItem
(@NotNull ConfigurationItem<ExpressionParameterType> original) protected
FunctionCallArgumentConfigItem
(@NotNull ExpressionParameterType value, @NotNull ConfigurationItemOrigin origin) -
Method Summary
Modifier and TypeMethodDescriptionof
(@NotNull ExpressionParameterType bean, @NotNull ConfigurationItemOrigin origin) Methods inherited from class com.evolveum.midpoint.schema.config.ExpressionParameterConfigItem
getExpression, getName, getType
Methods inherited from class com.evolveum.midpoint.schema.config.ConfigurationItem
as, as, asList, child, child, clone, configCheck, configNonNull, embedded, equals, fullDescription, hashCode, localDescription, of, ofList, ofList, ofListEmbedded, origin, originFor, originProviderFor, toString, value
-
Constructor Details
-
FunctionCallArgumentConfigItem
public FunctionCallArgumentConfigItem(@NotNull @NotNull ConfigurationItem<ExpressionParameterType> original) -
FunctionCallArgumentConfigItem
protected FunctionCallArgumentConfigItem(@NotNull @NotNull ExpressionParameterType value, @NotNull @NotNull ConfigurationItemOrigin origin)
-
-
Method Details
-
of
public static FunctionCallArgumentConfigItem of(@NotNull @NotNull ExpressionParameterType bean, @NotNull @NotNull ConfigurationItemOrigin origin)
-