Uses of Interface
com.evolveum.midpoint.prism.ItemDefinitionTransformer.TransformableItem
-
Packages that use ItemDefinitionTransformer.TransformableItem Package Description com.evolveum.midpoint.prism.impl com.evolveum.midpoint.schema.processor -
-
Uses of ItemDefinitionTransformer.TransformableItem in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl that implement ItemDefinitionTransformer.TransformableItem Modifier and Type Class Description class
ItemImpl<V extends PrismValue,D extends ItemDefinition>
Item is a common abstraction of Property and PropertyContainer.class
PrismContainerImpl<C extends Containerable>
Property container groups properties into logical blocks.The reason for grouping may be as simple as better understandability of data structure.class
PrismObjectImpl<O extends Objectable>
Common supertype for all identity objects.class
PrismPropertyImpl<T>
Property is a specific characteristic of an object.class
PrismReferenceImpl
Object Reference is a property that describes reference to an object. -
Uses of ItemDefinitionTransformer.TransformableItem in com.evolveum.midpoint.schema.processor
Classes in com.evolveum.midpoint.schema.processor that implement ItemDefinitionTransformer.TransformableItem Modifier and Type Class Description class
ResourceAttributeContainerImpl
Resource Object.class
ResourceAttributeImpl<T>
Resource Object Attribute is a Property of Resource Object.
-