Uses of Class
com.evolveum.midpoint.prism.ConsistencyCheckScope
-
Packages that use ConsistencyCheckScope Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.prism.deleg 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 ConsistencyCheckScope
ConsistencyCheckScope. fromBoolean(boolean consistencyChecksSwitchValue)
static ConsistencyCheckScope
ConsistencyCheckScope. 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 void
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 ConsistencyCheckScope Modifier and Type Method Description default 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 ConsistencyCheckScope Modifier and Type Method Description void
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 ConsistencyCheckScope Modifier and Type Method Description void
ResourceAttributeContainerImpl. checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)
-