Uses of Class
com.evolveum.midpoint.schema.config.PolicyActionConfigItem
Packages that use PolicyActionConfigItem
Package
Description
This is an experiment how to provide reliable and consistent information about the origin of individual configuration items
(mappings, expressions, etc).
-
Uses of PolicyActionConfigItem in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return PolicyActionConfigItemModifier and TypeMethodDescription<T extends PolicyActionType>
@Nullable PolicyActionConfigItem<T>AssociatedPolicyRule.getEnabledAction
(Class<T> type) Returns enabled action of given type, if there's any.Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type PolicyActionConfigItemModifier and TypeMethodDescription<T extends PolicyActionType>
@NotNull List<? extends PolicyActionConfigItem<T>>AssociatedPolicyRule.getEnabledActions
(Class<T> type) Returns all enabled actions of given type.Collection<? extends PolicyActionConfigItem<?>>
EvaluatedPolicyRule.getEnabledActions()
Returns all enabled actions. -
Uses of PolicyActionConfigItem in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return PolicyActionConfigItemModifier and TypeMethodDescription<T extends PolicyActionType>
PolicyActionConfigItem<T>EvaluatedPolicyRuleImpl.getEnabledAction
(Class<T> type) Methods in com.evolveum.midpoint.model.impl.lens that return types with arguments of type PolicyActionConfigItemModifier and TypeMethodDescription@NotNull List<? extends PolicyActionConfigItem<?>>
EvaluatedPolicyRuleImpl.getEnabledActions()
<T extends PolicyActionType>
@NotNull List<? extends PolicyActionConfigItem<T>>EvaluatedPolicyRuleImpl.getEnabledActions
(Class<T> type) -
Uses of PolicyActionConfigItem in com.evolveum.midpoint.model.impl.lens.assignments
Methods in com.evolveum.midpoint.model.impl.lens.assignments that return PolicyActionConfigItemModifier and TypeMethodDescription<T extends PolicyActionType>
PolicyActionConfigItem<T>ForeignPolicyRuleImpl.getEnabledAction
(Class<T> type) Methods in com.evolveum.midpoint.model.impl.lens.assignments that return types with arguments of type PolicyActionConfigItemModifier and TypeMethodDescription<T extends PolicyActionType>
@NotNull List<? extends PolicyActionConfigItem<T>>ForeignPolicyRuleImpl.getEnabledActions
(Class<T> type) -
Uses of PolicyActionConfigItem in com.evolveum.midpoint.schema.config
Subclasses of PolicyActionConfigItem in com.evolveum.midpoint.schema.configMethods in com.evolveum.midpoint.schema.config that return PolicyActionConfigItemModifier and TypeMethodDescriptionPolicyActionConfigItem.clone()
static <A extends PolicyActionType>
PolicyActionConfigItem<A>PolicyActionConfigItem.of
(A bean, @NotNull ConfigurationItemOrigin origin) static <A extends PolicyActionType>
PolicyActionConfigItem<A>PolicyActionConfigItem.of
(A bean, @NotNull OriginProvider<? super A> originProvider) Methods in com.evolveum.midpoint.schema.config that return types with arguments of type PolicyActionConfigItem -
Uses of PolicyActionConfigItem in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type PolicyActionConfigItemModifier and TypeMethodDescriptionstatic <T extends PolicyActionType>
List<PolicyActionConfigItem<T>>PolicyRuleTypeUtil.filterActions
(@NotNull List<? extends PolicyActionConfigItem<?>> actions, @NotNull Class<T> clazz) Method parameters in com.evolveum.midpoint.schema.util with type arguments of type PolicyActionConfigItemModifier and TypeMethodDescriptionstatic <T extends PolicyActionType>
List<PolicyActionConfigItem<T>>PolicyRuleTypeUtil.filterActions
(@NotNull List<? extends PolicyActionConfigItem<?>> actions, @NotNull Class<T> clazz) static String
PolicyRuleTypeUtil.toShortString
(PolicyActionsType actions, List<PolicyActionConfigItem<?>> enabledActions)