Uses of Class
com.evolveum.midpoint.prism.ConsistencyCheckScope
-
-
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.prism.impl
Methods in com.evolveum.midpoint.prism.impl with parameters of type ConsistencyCheckScope Modifier and Type Method Description void
ItemImpl. checkConsistence(boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)
void
ItemImpl. checkConsistence(boolean requireDefinitions, ConsistencyCheckScope scope)
void
ItemImpl. checkConsistence(ConsistencyCheckScope scope)
void
ItemImpl. checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)
void
PrismContainerImpl. checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)
void
PrismContainerValueImpl. checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)
void
PrismObjectImpl. checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)
void
PrismPropertyValueImpl. checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)
void
PrismReferenceValueImpl. checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)
abstract void
PrismValueImpl. checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)
-
Uses of ConsistencyCheckScope in com.evolveum.midpoint.prism.impl.delta
Methods in com.evolveum.midpoint.prism.impl.delta with parameters of type ConsistencyCheckScope Modifier and Type Method Description void
ContainerDeltaImpl. checkConsistence(boolean requireDefinition, boolean prohibitRaw, ConsistencyCheckScope scope)
void
ItemDeltaImpl. checkConsistence(boolean requireDefinition, boolean prohibitRaw, ConsistencyCheckScope scope)
void
ItemDeltaImpl. checkConsistence(ConsistencyCheckScope scope)
void
ObjectDeltaImpl. checkConsistence(boolean requireOid, boolean requireDefinition, boolean prohibitRaw, ConsistencyCheckScope scope)
void
ObjectDeltaImpl. checkConsistence(ConsistencyCheckScope scope)
-
Uses of ConsistencyCheckScope in com.evolveum.midpoint.prism.impl.item
Methods in com.evolveum.midpoint.prism.impl.item with parameters of type ConsistencyCheckScope Modifier and Type Method Description void
DummyItem. checkConsistence(boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)
void
DummyItem. checkConsistence(boolean requireDefinitions, ConsistencyCheckScope scope)
void
DummyItem. checkConsistence(ConsistencyCheckScope scope)
void
DummyItem. checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)
-
Uses of ConsistencyCheckScope in com.evolveum.midpoint.prism.impl.metadata
Methods in com.evolveum.midpoint.prism.impl.metadata with parameters of type ConsistencyCheckScope Modifier and Type Method Description void
ValueMetadataAdapter. checkConsistence(boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)
void
ValueMetadataAdapter. checkConsistence(boolean requireDefinitions, ConsistencyCheckScope scope)
void
ValueMetadataAdapter. checkConsistence(ConsistencyCheckScope scope)
void
ValueMetadataAdapter. checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, 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)
-