Class GlobalPolicyRuleConfigItem
java.lang.Object
com.evolveum.midpoint.schema.config.ConfigurationItem<R>
com.evolveum.midpoint.schema.config.AbstractPolicyRuleConfigItem<GlobalPolicyRuleType>
com.evolveum.midpoint.schema.config.GlobalPolicyRuleConfigItem
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.evolveum.midpoint.schema.config.ConfigurationItem
DESC
-
Constructor Summary
ConstructorDescriptionGlobalPolicyRuleConfigItem
(@NotNull GlobalPolicyRuleType value, @NotNull ConfigurationItemOrigin origin) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Intentionally not calling super.clone, as the value is final (and we have to clone it); so we would have to hack this using reflection turning off the `final` flag.static GlobalPolicyRuleConfigItem
embedded
(@NotNull GlobalPolicyRuleType bean) @Nullable MappingConfigItem
static GlobalPolicyRuleConfigItem
of
(@NotNull GlobalPolicyRuleType bean, @NotNull ConfigurationItemOrigin origin) Methods inherited from class com.evolveum.midpoint.schema.config.AbstractPolicyRuleConfigItem
getAllActions, getEventMarksOids, getName
Methods inherited from class com.evolveum.midpoint.schema.config.ConfigurationItem
as, as, asList, child, child, configCheck, configNonNull, embedded, equals, fullDescription, hashCode, localDescription, of, ofList, ofList, ofListEmbedded, origin, originFor, originProviderFor, toString, value
-
Constructor Details
-
GlobalPolicyRuleConfigItem
public GlobalPolicyRuleConfigItem(@NotNull @NotNull GlobalPolicyRuleType value, @NotNull @NotNull ConfigurationItemOrigin origin)
-
-
Method Details
-
of
public static GlobalPolicyRuleConfigItem of(@NotNull @NotNull GlobalPolicyRuleType bean, @NotNull @NotNull ConfigurationItemOrigin origin) -
embedded
-
clone
Description copied from class:ConfigurationItem
Intentionally not calling super.clone, as the value is final (and we have to clone it); so we would have to hack this using reflection turning off the `final` flag.- Overrides:
clone
in classConfigurationItem<GlobalPolicyRuleType>
-
getCondition
-