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 ConsistencyCheckScopeConsistencyCheckScope.fromBoolean(boolean consistencyChecksSwitchValue) static ConsistencyCheckScopeReturns 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 TypeMethodDescriptionvoidItem.checkConsistence(boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope) voidItem.checkConsistence(boolean requireDefinitions, ConsistencyCheckScope scope) voidItem.checkConsistence(ConsistencyCheckScope scope) voidItem.checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope) voidPrismValue.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 voidItemDeltaDelegator.checkConsistence(boolean requireDefinition, boolean prohibitRaw, ConsistencyCheckScope scope) default voidItemDeltaDelegator.checkConsistence(ConsistencyCheckScope scope) default voidPrismContainerValueDelegator.checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope) -
Uses of ConsistencyCheckScope in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta with parameters of type ConsistencyCheckScopeModifier and TypeMethodDescriptionvoidContainerDelta.checkConsistence(boolean requireDefinition, boolean prohibitRaw, ConsistencyCheckScope scope) voidItemDelta.checkConsistence(boolean requireDefinition, boolean prohibitRaw, ConsistencyCheckScope scope) voidItemDelta.checkConsistence(ConsistencyCheckScope scope) static voidItemDeltaCollectionsUtil.checkConsistence(Collection<? extends ItemDelta> deltas, boolean requireDefinition, boolean prohibitRaw, ConsistencyCheckScope scope) static voidItemDeltaCollectionsUtil.checkConsistence(Collection<? extends ItemDelta> deltas, ConsistencyCheckScope scope) voidObjectDelta.checkConsistence(boolean requireOid, boolean requireDefinition, boolean prohibitRaw, ConsistencyCheckScope scope) voidObjectDelta.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 TypeMethodDescriptionvoidShadowAssociationsContainerImpl.checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope) voidShadowAttributesContainerImpl.checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope) voidShadowSimpleAttributeImpl.checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)