Uses of Class
com.evolveum.midpoint.prism.ConsistencyCheckScope
-
Packages that use ConsistencyCheckScope Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.prism.delta com.evolveum.midpoint.schema.processor -
-
Uses of ConsistencyCheckScope in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return ConsistencyCheckScope Modifier and Type Method Description static ConsistencyCheckScopeConsistencyCheckScope. fromBoolean(boolean consistencyChecksSwitchValue)static ConsistencyCheckScopeConsistencyCheckScope. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsistencyCheckScope[]ConsistencyCheckScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.prism with parameters of type ConsistencyCheckScope Modifier and Type Method Description voidItem. 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.delta
Methods in com.evolveum.midpoint.prism.delta with parameters of type ConsistencyCheckScope Modifier and Type Method Description voidContainerDelta. 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 ConsistencyCheckScope Modifier and Type Method Description voidResourceAttributeContainerImpl. checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)
-