Class ExpressionConfigItem
java.lang.Object
com.evolveum.midpoint.schema.config.ConfigurationItem<ExpressionType>
com.evolveum.midpoint.schema.config.ExpressionConfigItem
- All Implemented Interfaces:
PrivilegesMixin<ExpressionType>
,Serializable
,Cloneable
- Direct Known Subclasses:
FunctionConfigItem
public class ExpressionConfigItem
extends ConfigurationItem<ExpressionType>
implements PrivilegesMixin<ExpressionType>
- See Also:
-
Field Summary
Fields inherited from class com.evolveum.midpoint.schema.config.ConfigurationItem
DESC
-
Constructor Summary
ModifierConstructorDescriptionExpressionConfigItem
(@NotNull ConfigurationItem<ExpressionType> original) protected
ExpressionConfigItem
(@NotNull ExpressionType value, @NotNull ConfigurationItemOrigin origin) -
Method Summary
Modifier and TypeMethodDescription<X extends ConfigurationItem<T>>
Xstatic ExpressionConfigItem
embedded
(@NotNull ExpressionType bean) @NotNull String
@Nullable ExecutionPrivilegesSpecificationType
boolean
boolean
isTrace()
static ExpressionConfigItem
of
(@NotNull ExpressionType bean, @NotNull ConfigurationItemOrigin origin) static ExpressionConfigItem
of
(@NotNull ExpressionType bean, @NotNull OriginProvider<? super ExpressionType> originProvider) @NotNull ConfigurationItemOrigin
origin()
SeeConfigurationItem.origin
.value()
SeeConfigurationItem.value
.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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.schema.config.PrivilegesMixin
getPrivileges
-
Constructor Details
-
ExpressionConfigItem
-
ExpressionConfigItem
protected ExpressionConfigItem(@NotNull @NotNull ExpressionType value, @NotNull @NotNull ConfigurationItemOrigin origin)
-
-
Method Details
-
embedded
-
of
public static ExpressionConfigItem of(@NotNull @NotNull ExpressionType bean, @NotNull @NotNull ConfigurationItemOrigin origin) -
of
public static ExpressionConfigItem of(@NotNull @NotNull ExpressionType bean, @NotNull @NotNull OriginProvider<? super ExpressionType> originProvider) -
getPrivileges
@Nullable public @Nullable ExecutionPrivilegesSpecificationType getPrivileges() throws ConfigurationException- Throws:
ConfigurationException
-
isAllowEmptyValues
public boolean isAllowEmptyValues() -
isTrace
public boolean isTrace() -
value
SeeConfigurationItem.value
. -
origin
SeeConfigurationItem.origin
. -
as
-
fullDescription
-