Uses of Class
com.evolveum.prism.xml.ns._public.types_3.ItemType
-
Packages that use ItemType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 com.evolveum.prism.xml.ns._public.types_3 -
-
Uses of ItemType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ItemType Modifier and Type Method Description ItemType
ItemConsolidationTraceType. beginExistingItem()
ItemType
ItemConsolidationTraceType. getExistingItem()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ItemType Modifier and Type Method Description ItemConsolidationTraceType
ItemConsolidationTraceType. existingItem(ItemType value)
void
ItemConsolidationTraceType. setExistingItem(ItemType value)
-
Uses of ItemType in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 that return ItemType Modifier and Type Method Description ItemType
ItemType. clone()
static ItemType
ItemType. fromItem(Item item, PrismContext prismContext)
ItemType
ItemDeltaItemType. getNewItem()
ItemType
ItemDeltaItemType. getOldItem()
Methods in com.evolveum.prism.xml.ns._public.types_3 with parameters of type ItemType Modifier and Type Method Description void
ItemDeltaItemType. setNewItem(ItemType newItem)
void
ItemDeltaItemType. setOldItem(ItemType oldItem)
-