Uses of Interface
com.evolveum.midpoint.prism.Itemable

Packages that use Itemable
com.evolveum.midpoint.prism   
com.evolveum.midpoint.prism.delta   
com.evolveum.midpoint.prism.dom   
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
 interface PrismContainerable<T extends Containerable>
           
 

Classes in com.evolveum.midpoint.prism that implement Itemable
 class Item<V extends PrismValue>
          Item is a common abstraction of Property and PropertyContainer.
 class PrismContainer<V extends Containerable>
           Property container groups properties into logical blocks.The reason for grouping may be as simple as better understandability of data structure.
 class PrismObject<T extends Objectable>
          Common supertype for all identity objects.
 class PrismProperty<T>
          Property is a specific characteristic of an object.
 class PrismReference
          Object Reference is a property that describes reference to an object.
 

Methods in com.evolveum.midpoint.prism that return Itemable
 Itemable PrismValue.getParent()
           
 

Methods in com.evolveum.midpoint.prism with parameters of type Itemable
abstract  void PrismValue.checkConsistenceInternal(Itemable rootItem, ItemPath parentPath, boolean requireDefinitions, boolean prohibitRaw)
           
 void Item.checkConsistenceInternal(Itemable rootItem, ItemPath path, boolean requireDefinitions, boolean prohibitRaw)
           
 void PrismContainer.checkConsistenceInternal(Itemable rootItem, ItemPath path, boolean requireDefinitions, boolean prohibitRaw)
           
 void PrismPropertyValue.checkConsistenceInternal(Itemable rootItem, ItemPath parentPath, boolean requireDefinitions, boolean prohibitRaw)
           
 void PrismReferenceValue.checkConsistenceInternal(Itemable rootItem, ItemPath parentPath, boolean requireDefinitions, boolean prohibitRaw)
           
 void PrismContainerValue.checkConsistenceInternal(Itemable rootItem, ItemPath parentPath, boolean requireDefinitions, boolean prohibitRaw)
           
 void PrismValue.setParent(Itemable parent)
           
 

Uses of Itemable in com.evolveum.midpoint.prism.delta
 

Classes in com.evolveum.midpoint.prism.delta that implement Itemable
 class ContainerDelta<V extends Containerable>
           
 class ItemDelta<V extends PrismValue>
           
 class PropertyDelta<T>
          Relative difference (delta) of a property values.
 class ReferenceDelta
           
 

Uses of Itemable in com.evolveum.midpoint.prism.dom
 

Methods in com.evolveum.midpoint.prism.dom with parameters of type Itemable
 java.lang.String PrismDomProcessor.determineElementNamespace(Itemable parent, java.lang.String elementDescriptionLocalName)
          Determines proper name for the element with specified local name.
 

Uses of Itemable in com.evolveum.midpoint.prism.query
 

Classes in com.evolveum.midpoint.prism.query that implement Itemable
 class EqualsFilter
           
 

Uses of Itemable in com.evolveum.midpoint.schema.processor
 

Classes in com.evolveum.midpoint.schema.processor that implement Itemable
 class ResourceAttribute<T>
          Resource Object Attribute is a Property of Resource Object.
 class ResourceAttributeContainer
          Resource Object.
 



Copyright © 2012 evolveum. All Rights Reserved.