Uses of Interface
com.evolveum.midpoint.prism.Itemable
-
Packages that use Itemable Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.prism.delta com.evolveum.midpoint.prism.impl com.evolveum.midpoint.prism.query com.evolveum.midpoint.schema.processor -
-
Uses of Itemable in com.evolveum.midpoint.prism
Subinterfaces of Itemable in com.evolveum.midpoint.prism Modifier and Type Interface Description interface
Item<V extends PrismValue,D extends ItemDefinition>
Item is a common abstraction of Property, Reference and Container.interface
PrismContainer<C extends Containerable>
Prism container groups items into logical blocks.interface
PrismContainerable<T extends Containerable>
interface
PrismObject<O extends Objectable>
Common supertype for all identity objects.interface
PrismProperty<T>
Property is a specific characteristic of an object.interface
PrismReference
Object Reference is a property that describes reference to an object.interface
ValueMetadata
Methods in com.evolveum.midpoint.prism that return Itemable Modifier and Type Method Description Itemable
PrismValue. getParent()
Methods in com.evolveum.midpoint.prism with parameters of type Itemable Modifier and Type Method Description void
Item. checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)
void
PrismValue. checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)
void
PrismValue. setParent(Itemable parent)
-
Uses of Itemable in com.evolveum.midpoint.prism.delta
Subinterfaces of Itemable in com.evolveum.midpoint.prism.delta Modifier and Type Interface Description interface
ContainerDelta<V extends Containerable>
interface
ItemDelta<V extends PrismValue,D extends ItemDefinition>
Item Delta describes a change of an item which is a property, container or a reference.interface
PropertyDelta<T>
Relative difference (delta) of a property values.interface
ReferenceDelta
-
Uses of Itemable in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Itemable Modifier and Type Class Description class
com.evolveum.midpoint.prism.impl.ItemImpl<V extends PrismValue,D extends ItemDefinition>
class
com.evolveum.midpoint.prism.impl.PrismContainerImpl<C extends Containerable>
class
com.evolveum.midpoint.prism.impl.PrismPropertyImpl<T extends Object>
-
Uses of Itemable in com.evolveum.midpoint.prism.query
Subinterfaces of Itemable in com.evolveum.midpoint.prism.query Modifier and Type Interface Description interface
ComparativeFilter<T>
interface
EqualFilter<T>
interface
GreaterFilter<T>
interface
LessFilter<T>
interface
PropertyValueFilter<T>
interface
RefFilter
interface
SubstringFilter<T>
interface
ValueFilter<V extends PrismValue,D extends ItemDefinition>
-
Uses of Itemable in com.evolveum.midpoint.schema.processor
Subinterfaces of Itemable in com.evolveum.midpoint.schema.processor Modifier and Type Interface Description interface
ResourceAttribute<T>
interface
ResourceAttributeContainer
Classes in com.evolveum.midpoint.schema.processor that implement Itemable Modifier and Type Class Description class
ResourceAttributeContainerImpl
Resource Object.class
ResourceAttributeImpl<T>
Resource Object Attribute is a Property of Resource Object.Methods in com.evolveum.midpoint.schema.processor with parameters of type Itemable Modifier and Type Method Description void
ResourceAttributeContainerImpl. checkConsistenceInternal(Itemable rootItem, boolean requireDefinitions, boolean prohibitRaw, ConsistencyCheckScope scope)
-