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 SummaryFields inherited from class com.evolveum.midpoint.schema.config.ConfigurationItemDESC
- 
Constructor SummaryConstructorsModifierConstructorDescriptionExpressionConfigItem(@NotNull ConfigurationItem<ExpressionType> original) protectedExpressionConfigItem(@NotNull ExpressionType value, @NotNull ConfigurationItemOrigin origin) 
- 
Method SummaryModifier and TypeMethodDescription<X extends ConfigurationItem<T>>
 Xstatic ExpressionConfigItemembedded(@NotNull ExpressionType bean) @NotNull String@Nullable ExecutionPrivilegesSpecificationTypebooleanbooleanisTrace()static ExpressionConfigItemof(@NotNull ExpressionType bean, @NotNull ConfigurationItemOrigin origin) static ExpressionConfigItemof(@NotNull ExpressionType bean, @NotNull OriginProvider<? super ExpressionType> originProvider) @NotNull ConfigurationItemOriginorigin()SeeConfigurationItem.origin.value()SeeConfigurationItem.value.Methods inherited from class com.evolveum.midpoint.schema.config.ConfigurationItemas, as, asList, child, child, clone, configCheck, configNonNull, embedded, equals, fullDescription, hashCode, localDescription, of, ofList, ofList, ofListEmbedded, origin, originFor, originProviderFor, toString, valueMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.schema.config.PrivilegesMixingetPrivileges
- 
Constructor Details- 
ExpressionConfigItem
- 
ExpressionConfigItemprotected ExpressionConfigItem(@NotNull @NotNull ExpressionType value, @NotNull @NotNull ConfigurationItemOrigin origin) 
 
- 
- 
Method Details- 
embedded
- 
ofpublic static ExpressionConfigItem of(@NotNull @NotNull ExpressionType bean, @NotNull @NotNull ConfigurationItemOrigin origin) 
- 
ofpublic static ExpressionConfigItem of(@NotNull @NotNull ExpressionType bean, @NotNull @NotNull OriginProvider<? super ExpressionType> originProvider) 
- 
getPrivileges@Nullable public @Nullable ExecutionPrivilegesSpecificationType getPrivileges() throws ConfigurationException- Throws:
- ConfigurationException
 
- 
isAllowEmptyValuespublic boolean isAllowEmptyValues()
- 
isTracepublic boolean isTrace()
- 
valueSeeConfigurationItem.value.
- 
originSeeConfigurationItem.origin.
- 
as
- 
fullDescription
 
-