Uses of Interface
com.evolveum.midpoint.prism.Item
Packages that use Item
Package
Description
Package that contains base page classes.
GUI API package for various utility classes and interfaces.
Supports merging of (usually) configuration beans.
-
Uses of Item in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common that return ItemModifier and TypeMethodDescriptionstatic <IV extends PrismValue,
ID extends ItemDefinition<?>>
Item<IV,ID> StaticExpressionUtil.parseValueElements
(Collection<?> valueElements, ID outputDefinition, String contextDescription) Methods in com.evolveum.midpoint.common with parameters of type ItemModifier and TypeMethodDescriptionstatic <IV extends PrismValue,
ID extends ItemDefinition<?>>
List<jakarta.xml.bind.JAXBElement<RawType>>StaticExpressionUtil.serializeValueElements
(Item<IV, ID> item) -
Uses of Item in com.evolveum.midpoint.gui.api.factory.wrapper
Methods in com.evolveum.midpoint.gui.api.factory.wrapper with parameters of type ItemModifier and TypeMethodDescriptionItemWrapperFactory.createWrapper
(PrismContainerValueWrapper<?> parent, Item childContainer, ItemStatus status, WrapperContext context) -
Uses of Item in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page with type parameters of type ItemModifier and TypeMethodDescription<I extends Item,
IW extends ItemWrapper>
IWPageAdminLTE.createItemWrapper
(I item, ItemStatus status, WrapperContext ctx) <I extends Item,
IW extends ItemWrapper>
IWPageAdminLTE.createItemWrapper
(I item, PrismContainerValueWrapper<?> parent, ItemStatus status, WrapperContext ctx) -
Uses of Item in com.evolveum.midpoint.gui.api.prism.wrapper
Classes in com.evolveum.midpoint.gui.api.prism.wrapper with type parameters of type ItemModifier and TypeInterfaceDescriptioninterface
ItemWrapper<I extends Item,
VW extends PrismValueWrapper> -
Uses of Item in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with type parameters of type ItemModifier and TypeMethodDescription<I extends Item,
IW extends ItemWrapper>
IWModelServiceLocator.createItemWrapper
(I item, ItemStatus status, WrapperContext ctx) static <I extends Item>
PrismObject<LookupTableType>WebComponentUtil.findLookupTable
(ItemDefinition<I> definition, PageBase page) static <ID extends ItemDefinition<I>,
I extends Item<?, ?>>
StringWebPrismUtil.getHelpText
(ID def, Class<?> containerClass) Methods in com.evolveum.midpoint.gui.api.util with parameters of type Item -
Uses of Item in com.evolveum.midpoint.gui.impl.component.data.column
Methods in com.evolveum.midpoint.gui.impl.component.data.column with parameters of type ItemModifier and TypeMethodDescriptionprotected <V> Collection<V>
ConfigurableExpressionColumn.evaluateExpression
(T rowValue, Item<?, ?> columnItem, ExpressionType expression, GuiObjectColumnType customColumn) -
Uses of Item in com.evolveum.midpoint.gui.impl.factory.wrapper
Classes in com.evolveum.midpoint.gui.impl.factory.wrapper with type parameters of type ItemModifier and TypeClassDescriptionclass
ItemWrapperFactoryImpl<IW extends ItemWrapper,
PV extends PrismValue, I extends Item, VW extends PrismValueWrapper> Methods in com.evolveum.midpoint.gui.impl.factory.wrapper with parameters of type ItemModifier and TypeMethodDescriptionItemWrapperFactoryImpl.createWrapper
(PrismContainerValueWrapper<?> parent, Item childItem, ItemStatus status, WrapperContext context) ValueMetadataWrapperFactoryImpl.createWrapper
(PrismContainerValueWrapper<?> parent, Item childItem, ItemStatus status, WrapperContext context) -
Uses of Item in com.evolveum.midpoint.gui.impl.prism.panel
Classes in com.evolveum.midpoint.gui.impl.prism.panel with type parameters of type ItemModifier and TypeClassDescriptionclass
ItemHeaderPanel<V extends PrismValue,
I extends Item<V, ID>, ID extends ItemDefinition<I>, IW extends ItemWrapper> -
Uses of Item in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper with type parameters of type ItemModifier and TypeClassDescriptionclass
ItemWrapperImpl<I extends Item,
VW extends PrismValueWrapper> -
Uses of Item in com.evolveum.midpoint.model.api
Method parameters in com.evolveum.midpoint.model.api with type arguments of type ItemModifier and TypeMethodDescription@NotNull TaskType
ModelInteractionService.submitTaskFromTemplate
(String templateTaskOid, List<Item<?, ?>> extensionItems, com.evolveum.midpoint.task.api.Task opTask, OperationResult result) Deprecated. -
Uses of Item in com.evolveum.midpoint.model.api.expr
Method parameters in com.evolveum.midpoint.model.api.expr with type arguments of type ItemModifier and TypeMethodDescriptionMidpointFunctions.submitTaskFromTemplate
(String templateTaskOid, List<Item<?, ?>> extensionItems) Deprecated. -
Uses of Item in com.evolveum.midpoint.model.api.visualizer
Methods in com.evolveum.midpoint.model.api.visualizer that return Item -
Uses of Item in com.evolveum.midpoint.prism
Classes in com.evolveum.midpoint.prism with type parameters of type ItemModifier and TypeInterfaceDescriptioninterface
ItemDefinition<I extends Item>
A definition of a specific item (as opposed to a type).interface
MutableItemDefinition<I extends Item>
EXPERIMENTALSubinterfaces of Item in com.evolveum.midpoint.prismModifier and TypeInterfaceDescriptioninterface
PrismContainer<C extends Containerable>
Prism container groups items into logical blocks.interface
PrismObject<O extends Objectable>
Common supertype for all identity objects.interface
Property is a specific characteristic of an object.interface
Object Reference is a property that describes reference to an object.interface
Methods in com.evolveum.midpoint.prism with type parameters of type ItemModifier and TypeMethodDescription<I extends Item<?,
?>>
voidPrismObject.addExtensionItem
(I item) static <T extends Item<?,
?>>
Collection<T>Item.cloneCollection
(Collection<T> items) <IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerValue.createDetachedSubItem
(QName name, Class<I> type, ID itemDefinition, boolean immutable) <IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainer.findCreateItem
(ItemPath itemPath, Class<I> type, ID itemDefinition, boolean create) <IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainer.findCreateItem
(QName itemQName, Class<I> type, boolean create) <I extends Item<?,
?>>
IPrismObject.findExtensionItem
(String elementLocalName) <I extends Item<?,
?>>
IPrismObject.findExtensionItem
(QName elementName) <IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
I<IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
I<IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerValue.findItem
(ItemDefinition itemDefinition, Class<I> type) <IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
I<IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainer.findOrCreateItem
(ItemPath containerPath, Class<I> type) <IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainer.findOrCreateItem
(ItemPath containerPath, Class<I> type, ID definition) <IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerValue.findOrCreateItem
(ItemPath path, Class<I> type, ID definition) <IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerValue.findOrCreateItem
(QName containerName, Class<I> type) <I extends Item<?,
?>>
IPrismReference.findReferencedItem
(ItemPath path, Class<I> type) Tries to find referenced path (path starting with object derefence) in-memory.<I extends Item<?,
?>>
IPrismReferenceValue.findReferencedItem
(ItemPath path, Class<I> type) <IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
voidPrismContainer.removeItem
(ItemPath path, Class<I> itemType) <IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>>
voidPrismObject.removeItem
(ItemPath path, Class<I> itemType) static <T extends Item<?,
?>>
Collection<T>Item.resetParentCollection
(Collection<T> items) Sets all parents to null.Methods in com.evolveum.midpoint.prism that return ItemModifier and TypeMethodDescriptionItem.clone()
Literal clone.Item.cloneComplex
(CloneStrategy strategy) Complex clone with different cloning strategies.default Item<?,
?> Item.copy()
<V extends PrismValue,
D extends ItemDefinition<?>>
Item<V,D> ItemFactory.createDummyItem
(Item<V, D> itemOld, D definition, ItemPath path) Creates a dummy container with a fixed path.Item.createImmutableClone()
<IV extends PrismValue,
ID extends ItemDefinition<?>>
Item<IV,ID> default <IV extends PrismValue,
ID extends ItemDefinition<?>>
Item<IV,ID> <IV extends PrismValue,
ID extends ItemDefinition<?>>
Item<IV,ID> PrismContainerValue.findOrCreateItem
(QName containerName) PartiallyResolvedItem.getItem()
<IV extends PrismValue,
ID extends ItemDefinition<?>>
Item<IV,ID> PrismParser.parseItem()
Parses the input as a prism item.<IV extends PrismValue,
ID extends ItemDefinition<?>>
Item<IV,ID> PrismParserNoIO.parseItem()
Methods in com.evolveum.midpoint.prism that return types with arguments of type ItemModifier and TypeMethodDescription@NotNull Collection<Item<?,
?>> Item.getAllItems
(@NotNull ItemPath path) Returns all items corresponding to the provided path.@NotNull Collection<Item<?,
?>> PrismValue.getAllItems
(@NotNull ItemPath path) @NotNull Collection<Item<?,
?>> PrismContainerValue.getItems()
Returns a collection of items that the property container contains.Methods in com.evolveum.midpoint.prism with parameters of type ItemModifier and TypeMethodDescriptionvoid
Convenience method.<IV extends PrismValue,
ID extends ItemDefinition<?>>
void<IV extends PrismValue,
ID extends ItemDefinition<?>>
voidAdds an item to a property container.<IV extends PrismValue,
ID extends ItemDefinition<?>>
voidPrismContainerValue.addReplaceExisting
(Item<IV, ID> item) Adds an item to a property container.void
PrismObject.addReplaceExisting
(Item<?, ?> item) boolean
static <V extends PrismValue,
D extends ItemDefinition<?>>
booleanItemCollectionsUtil.containsEquivalentValue
(Item<V, D> item, V value, Comparator<V> comparator) <V extends PrismValue,
D extends ItemDefinition<?>>
Item<V,D> ItemFactory.createDummyItem
(Item<V, D> itemOld, D definition, ItemPath path) Creates a dummy container with a fixed path.Computes a difference (delta) with the specified item using DEFAULT_FOR_DELTA_APPLICATION (REAL_VALUE_CONSIDER_DIFFERENT_IDS) equivalence strategy.Item.diff
(Item<V, D> other, @NotNull ParameterizedEquivalenceStrategy strategy) Computes a difference (delta) with the specified item using given equivalence strategy.static @NotNull Collection<PrismValue>
Item.getAllValues
(Item<?, ?> item, ItemPath path) static <V extends PrismValue>
@NotNull Collection<V>static boolean
Item.hasNoValues
(Item<?, ?> item) void
Merge all the values of other item to this item.<IV extends PrismValue,
ID extends ItemDefinition<?>>
booleanMerges the provided item into this item.void
Convenience method.<IV extends PrismValue,
ID extends ItemDefinition<?>>
void<IV extends PrismValue,
ID extends ItemDefinition<?>>
voidSerializes given prism item.void
<IV extends PrismValue,
ID extends ItemDefinition<?>>
booleanSubtract the provided item from this item.Method parameters in com.evolveum.midpoint.prism with type arguments of type ItemModifier and TypeMethodDescriptionvoid
PrismContainerValue.addAll
(Collection<? extends Item<?, ?>> itemsToAdd) Adds a collection of items to a property container.void
PrismContainerValue.addAllReplaceExisting
(Collection<? extends Item<?, ?>> itemsToAdd) Adds a collection of items to a property container.Constructors in com.evolveum.midpoint.prism with parameters of type Item -
Uses of Item in com.evolveum.midpoint.prism.deleg
Classes in com.evolveum.midpoint.prism.deleg with type parameters of type ItemMethods in com.evolveum.midpoint.prism.deleg that return ItemModifier and TypeMethodDescriptionItemDeltaDelegator.getItemNew()
ItemDeltaDelegator.getItemNew
(Item<V, D> itemOld) ItemDeltaDelegator.getItemNewMatchingPath
(Item<V, D> itemOld) Methods in com.evolveum.midpoint.prism.deleg that return types with arguments of type ItemMethods in com.evolveum.midpoint.prism.deleg with parameters of type ItemModifier and TypeMethodDescriptiondefault void
default void
ItemDeltaDelegator.applyToMatchingPath
(Item item) ItemDeltaDelegator.getItemNew
(Item<V, D> itemOld) ItemDeltaDelegator.getItemNewMatchingPath
(Item<V, D> itemOld) default boolean
ItemDeltaDelegator.isApplicableTo
(Item item) default PrismValueDeltaSetTriple<V>
ItemDeltaDelegator.toDeltaSetTriple
(Item<V, D> itemOld) -
Uses of Item in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta with type parameters of type ItemModifier and TypeMethodDescription<IV extends PrismValue,
ID extends ItemDefinition<?>, I extends Item<IV, ID>, DD extends ItemDelta<IV, ID>>
DDObjectDelta.findItemDelta
(ItemPath itemPath, Class<DD> deltaType, Class<I> itemType, boolean strict) Methods in com.evolveum.midpoint.prism.delta that return ItemModifier and TypeMethodDescriptionItemDelta.getItemNew()
Returns the "new" state of the property - the state that would be after the delta is applied.ItemDelta.getItemNew
(Item<V, D> itemOld) Returns the "new" state of the property - the state that would be after the delta is applied.ItemDelta.getItemNewMatchingPath
(Item<V, D> itemOld) Methods in com.evolveum.midpoint.prism.delta that return types with arguments of type ItemMethods in com.evolveum.midpoint.prism.delta with parameters of type ItemModifier and TypeMethodDescriptionvoid
void
ItemDelta.applyToMatchingPath
(Item item) Applies delta to item.static <V extends PrismValue,
D extends ItemDefinition<?>>
ItemDelta<V,D> ItemDeltaUtil.createAddDeltaFor
(Item<V, D> item) static <V extends PrismValue,
D extends ItemDefinition<?>>
ItemDelta<V,D> ItemDeltaUtil.createAddDeltaFor
(Item<V, D> item, PrismValue value) ItemDelta.getItemNew
(Item<V, D> itemOld) Returns the "new" state of the property - the state that would be after the delta is applied.ItemDelta.getItemNewMatchingPath
(Item<V, D> itemOld) boolean
ItemDelta.isApplicableTo
(Item item) boolean
ContainerDelta.isApplicableToType
(Item item) boolean
PropertyDelta.isApplicableToType
(Item item) boolean
ReferenceDelta.isApplicableToType
(Item item) ItemDelta.toDeltaSetTriple
(Item<V, D> itemOld) static <IV extends PrismValue,
ID extends ItemDefinition<?>>
PrismValueDeltaSetTriple<IV>ItemDeltaUtil.toDeltaSetTriple
(Item<IV, ID> itemOld, ItemDelta<IV, ID> delta) Converts the old state of an item and the delta into "plus/minus/zero" information. -
Uses of Item in com.evolveum.midpoint.prism.equivalence
Methods in com.evolveum.midpoint.prism.equivalence with parameters of type ItemModifier and TypeMethodDescriptionboolean
boolean
int
int
-
Uses of Item in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl that implement ItemModifier and TypeClassDescriptionclass
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 Item in com.evolveum.midpoint.prism.marshaller
Methods in com.evolveum.midpoint.prism.marshaller that return ItemModifier and TypeMethodDescription<IV extends PrismValue,
ID extends ItemDefinition<?>, C extends Containerable>
Item<IV,ID> JaxbDomHack.parseRawElement
(Object element, PrismContainerDefinition<C> definition) -
Uses of Item in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util that return ItemModifier and TypeMethodDescriptionstatic Item<?,
?> PrismAsserts.assertEmptyAndIncomplete
(PrismObject<?> object, ItemPath itemPath) static Item<?,
?> PrismAsserts.assertIncomplete
(PrismContainerValue<?> object, ItemPath itemPath) static Item<?,
?> PrismAsserts.assertIncomplete
(PrismObject<?> object, ItemPath itemPath) static Item<?,
?> PrismAsserts.assertNotIncomplete
(PrismContainerValue<?> object, ItemPath itemPath) static Item<?,
?> PrismAsserts.assertNotIncomplete
(PrismObject<?> object, ItemPath itemPath) ItemDeltaItem.getAnyItem()
ItemDeltaItem.getItemNew()
Returns new item that is a result of delta application.ItemDeltaItem.getItemOld()
Methods in com.evolveum.midpoint.prism.util with parameters of type ItemModifier and TypeMethodDescriptionstatic void
PrismAsserts.assertDefinition
(Item item, QName type, int minOccurs, int maxOccurs) static void
PrismAsserts.assertDifferent
(String message, Item item1, Item item2, EquivalenceStrategy strategy) static void
PrismAsserts.assertEquals
(String message, Item item1, Item item2, EquivalenceStrategy strategy) static void
PrismAsserts.assertNotEmpty
(Item<?, ?> item) static void
PrismAsserts.assertParentConsistency
(Item<?, ?> item) protected static <V extends PrismValue,
D extends ItemDefinition<?>>
DItemDeltaItem.determineDefinition
(Item<V, D> itemOld, ItemDelta<V, D> delta, Item<V, D> itemNew, D explicitDefinition) static ItemDeltaItem<?,
?> ItemDeltaItem.forUnchanged
(@NotNull Item<?, ?> item) static String
PrismPrettyPrinter.prettyPrint
(Item<?, ?> item) Constructors in com.evolveum.midpoint.prism.util with parameters of type ItemModifierConstructorDescriptionItemDeltaItem
(@NotNull Item<V, D> item) ItemDeltaItem
(@Nullable Item<V, D> itemOld, @Nullable ItemDelta<V, D> delta, @Nullable Item<V, D> itemNew, D explicitDefinition) protected
ItemDeltaItem
(@Nullable Item<V, D> itemOld, @Nullable ItemDelta<V, D> delta, @Nullable Item<V, D> itemNew, D definition, @NotNull ItemPath resolvePath, @Nullable ItemPath residualPath, @Nullable Collection<? extends ItemDelta<?, ?>> subItemDeltas) For internal use (e.g., cloning); we do not do any checks here.ItemDeltaItem
(@Nullable Item<V, D> item, D definition) ItemDeltaItem
(@Nullable Item<V, D> item, D definition, @NotNull ItemPath resolvePath, @Nullable Collection<? extends ItemDelta<?, ?>> subItemDeltas) -
Uses of Item in com.evolveum.midpoint.schema.expression
Constructors in com.evolveum.midpoint.schema.expression with parameters of type Item -
Uses of Item in com.evolveum.midpoint.schema.merger
Classes in com.evolveum.midpoint.schema.merger with type parameters of type ItemModifier and TypeClassDescriptionclass
BaseItemMerger<T extends Item<?,
?>> Provides common functionality for the majority for (non-trivial) item mergers.Methods in com.evolveum.midpoint.schema.merger with parameters of type ItemModifier and TypeMethodDescriptionprotected void
GenericItemMerger.mergeInternal
(@NotNull Item<?, ?> targetItem, @NotNull Item<?, ?> sourceItem) -
Uses of Item in com.evolveum.midpoint.schema.messaging
Methods in com.evolveum.midpoint.schema.messaging that return ItemModifier and TypeMethodDescriptionItem<?,
?> MessageWrapper.getBodyAsPrismItem
(String language) Returns message body as prism item. -
Uses of Item in com.evolveum.midpoint.schema.metadata
Methods in com.evolveum.midpoint.schema.metadata with parameters of type Item -
Uses of Item in com.evolveum.midpoint.schema.processor
Subinterfaces of Item in com.evolveum.midpoint.schema.processorModifier and TypeInterfaceDescriptioninterface
/** Resource Object Attribute is a Property of Resource Object.interface
TODOClasses in com.evolveum.midpoint.schema.processor that implement ItemModifier and TypeClassDescriptionfinal class
TODO review docs Resource Object.class
-
Uses of Item in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ItemModifier and TypeMethodDescriptionstatic @NotNull Collection<Item<?,
?>> ShadowUtil.getAttributesRaw
(PrismObject<? extends ShadowType> shadow) Here we assume that the definition may not be applied yet.ObjectTypeUtil.mapToExtensionItems
(Map<QName, Object> values, PrismContainerDefinition<?> extensionDefinition, PrismContext prismContext) Methods in com.evolveum.midpoint.schema.util with parameters of type ItemModifier and TypeMethodDescriptionstatic void
ObjectTypeUtil.normalizeAllRelations
(Item<?, ?> item, RelationRegistry relationRegistry) -
Uses of Item in com.evolveum.midpoint.web.component.model.delta
Methods in com.evolveum.midpoint.web.component.model.delta with parameters of type ItemModifier and TypeMethodDescriptionstatic Collection<? extends ContainerItemDto>
ContainerItemDto.createContainerValueDtoList
(Item item) static String
ContainerItemDto.getItemName
(Item item) -
Uses of Item in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 that return ItemModifier and TypeMethodDescription<IV extends PrismValue,
ID extends ItemDefinition<?>>
Item<IV,ID> RawType.getParsedItem
(ID itemDefinition) <IV extends PrismValue,
ID extends ItemDefinition<?>>
Item<IV,ID> RawType.getParsedItem
(ID itemDefinition, QName itemName) Methods in com.evolveum.prism.xml.ns._public.types_3 with parameters of type ItemModifier and TypeMethodDescriptionstatic ItemType
ItemType.fromItem
(Item item, PrismContext prismContext)