Uses of Enum Class
com.evolveum.midpoint.prism.ConsistencyCheckScope
Packages that use ConsistencyCheckScope
Package
Description
-
Uses of ConsistencyCheckScope in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return ConsistencyCheckScopeModifier and TypeMethodDescriptionstatic ConsistencyCheckScope
ConsistencyCheckScope.fromBoolean
(boolean consistencyChecksSwitchValue) static ConsistencyCheckScope
Returns the enum constant of this class with the specified name.static ConsistencyCheckScope[]
ConsistencyCheckScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.prism with parameters of type ConsistencyCheckScopeModifier and TypeMethodDescriptionvoid
Item.checkConsistence
(boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope) void
Item.checkConsistence
(boolean requireDefinitions, ConsistencyCheckScope scope) void
Item.checkConsistence
(ConsistencyCheckScope scope) void
Item.checkConsistenceInternal
(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope) void
PrismValue.checkConsistenceInternal
(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope) -
Uses of ConsistencyCheckScope in com.evolveum.midpoint.prism.deleg
Methods in com.evolveum.midpoint.prism.deleg with parameters of type ConsistencyCheckScopeModifier and TypeMethodDescriptiondefault void
ItemDeltaDelegator.checkConsistence
(boolean requireDefinition, boolean prohibitRaw, ConsistencyCheckScope scope) default void
ItemDeltaDelegator.checkConsistence
(ConsistencyCheckScope scope) -
Uses of ConsistencyCheckScope in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta with parameters of type ConsistencyCheckScopeModifier and TypeMethodDescriptionvoid
ContainerDelta.checkConsistence
(boolean requireDefinition, boolean prohibitRaw, ConsistencyCheckScope scope) void
ItemDelta.checkConsistence
(boolean requireDefinition, boolean prohibitRaw, ConsistencyCheckScope scope) void
ItemDelta.checkConsistence
(ConsistencyCheckScope scope) static void
ItemDeltaCollectionsUtil.checkConsistence
(Collection<? extends ItemDelta> deltas, boolean requireDefinition, boolean prohibitRaw, ConsistencyCheckScope scope) static void
ItemDeltaCollectionsUtil.checkConsistence
(Collection<? extends ItemDelta> deltas, ConsistencyCheckScope scope) void
ObjectDelta.checkConsistence
(boolean requireOid, boolean requireDefinition, boolean prohibitRaw, ConsistencyCheckScope scope) void
ObjectDelta.checkConsistence
(ConsistencyCheckScope scope) -
Uses of ConsistencyCheckScope in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor with parameters of type ConsistencyCheckScopeModifier and TypeMethodDescriptionvoid
ResourceAttributeContainerImpl.checkConsistenceInternal
(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)