Uses of Interface
com.evolveum.midpoint.prism.Itemable
Packages that use Itemable
Package
Description
-
Uses of Itemable in com.evolveum.midpoint.model.api.simulation
Subinterfaces of Itemable in com.evolveum.midpoint.model.api.simulationModifier and TypeInterfaceDescriptionstatic interfaceProcessedObject.ProcessedObjectItemDelta<V extends PrismValue,D extends ItemDefinition<?>> ItemDeltaaugmented with functionality needed to display it in a complex way, for example, with the information on real change(s) to the object. -
Uses of Itemable in com.evolveum.midpoint.prism
Subinterfaces of Itemable in com.evolveum.midpoint.prismModifier and TypeInterfaceDescriptioninterfaceItem<V extends PrismValue,D extends ItemDefinition<?>> Item is a common abstraction of Property, Reference and Container.interfacePrismContainer<C extends Containerable>Prism container groups items into logical blocks.interfacePrismContainerable<T extends Containerable>interfacePrismObject<O extends Objectable>Common supertype for all identity objects.interfaceProperty is a specific characteristic of an object.interfaceObject Reference is a property that describes reference to an object.interfaceMethods in com.evolveum.midpoint.prism that return ItemableMethods in com.evolveum.midpoint.prism with parameters of type ItemableModifier and TypeMethodDescriptionvoidItem.checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope) voidPrismValue.checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope) void -
Uses of Itemable in com.evolveum.midpoint.prism.deleg
Subinterfaces of Itemable in com.evolveum.midpoint.prism.delegModifier and TypeInterfaceDescriptioninterfaceItemDeltaDelegator<V extends PrismValue,D extends ItemDefinition<?>> Methods in com.evolveum.midpoint.prism.deleg with parameters of type ItemableModifier and TypeMethodDescriptiondefault voidPrismContainerValueDelegator.checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope) default void -
Uses of Itemable in com.evolveum.midpoint.prism.delta
Subinterfaces of Itemable in com.evolveum.midpoint.prism.deltaModifier and TypeInterfaceDescriptioninterfaceContainerDelta<V extends Containerable>interfaceItemDelta<V extends PrismValue,D extends ItemDefinition<?>> Item Delta describes a change of an item which is a property, container or a reference.interfaceRelative difference (delta) of a property values.interface -
Uses of Itemable in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl that implement ItemableModifier and TypeClassDescriptionclasscom.evolveum.midpoint.prism.impl.ItemImpl<V extends PrismValue,D extends ItemDefinition<?>> classcom.evolveum.midpoint.prism.impl.PrismContainerImpl<C extends Containerable>classcom.evolveum.midpoint.prism.impl.PrismPropertyImpl<T extends Object>classcom.evolveum.midpoint.prism.impl.PrismReferenceImpl -
Uses of Itemable in com.evolveum.midpoint.prism.query
Subinterfaces of Itemable in com.evolveum.midpoint.prism.queryModifier and TypeInterfaceDescriptioninterfaceAnyInFilter<T>interfaceinterfaceEqualFilter<T>interfaceinterfaceinterfaceLessFilter<T>interfaceinterfaceinterfaceinterfaceValueFilter<V extends PrismValue,D extends ItemDefinition<?>> -
Uses of Itemable in com.evolveum.midpoint.schema.processor
Subinterfaces of Itemable in com.evolveum.midpoint.schema.processorModifier and TypeInterfaceDescriptioninterfaceContainer holdingShadowAssociationobjects.interfaceTODOinterfaceTODO update this doc Resource Object Attribute is a Property of Resource Object.Classes in com.evolveum.midpoint.schema.processor that implement ItemableModifier and TypeClassDescriptionclassRepresents an association between shadows: one subject and zero or more objects.final classfinal classTODO review docs Resource Object.classRepresents a shadow reference attribute (like `ri:group` or `ri:access`).classMethods in com.evolveum.midpoint.schema.processor with parameters of type ItemableModifier 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)