|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Item in com.evolveum.midpoint.common.expression |
---|
Methods in com.evolveum.midpoint.common.expression that return Item | |
---|---|
Item<V> |
ItemDeltaItem.getAnyItem()
|
Item<V> |
Source.getEmptyItem()
|
Item<V> |
ItemDeltaItem.getItemNew()
|
Item<V> |
ItemDeltaItem.getItemOld()
|
Methods in com.evolveum.midpoint.common.expression with parameters of type Item | |
---|---|
void |
ItemDeltaItem.setItemNew(Item<V> itemNew)
|
void |
ItemDeltaItem.setItemOld(Item<V> itemOld)
|
Constructors in com.evolveum.midpoint.common.expression with parameters of type Item | |
---|---|
ItemDeltaItem(Item<V> itemOld,
ItemDelta<V> delta,
Item<V> itemNew)
|
|
ItemDeltaItem(Item<V> itemOld,
ItemDelta<V> delta,
Item<V> itemNew)
|
|
Source(Item<V> itemOld,
ItemDelta<V> delta,
Item<V> itemNew,
QName name)
|
|
Source(Item<V> itemOld,
ItemDelta<V> delta,
Item<V> itemNew,
QName name)
|
Uses of Item in com.evolveum.midpoint.common.expression.evaluator |
---|
Methods in com.evolveum.midpoint.common.expression.evaluator that return Item | ||
---|---|---|
static
|
LiteralExpressionEvaluatorFactory.parseValueElements(Collection<?> valueElements,
ItemDefinition outputDefinition,
String contextDescription,
PrismContext prismContext)
|
Methods in com.evolveum.midpoint.common.expression.evaluator with parameters of type Item | ||
---|---|---|
static
|
LiteralExpressionEvaluatorFactory.serializeValueElements(Item<V> item,
String contextDescription)
|
Uses of Item in com.evolveum.midpoint.common.expression.script |
---|
Methods in com.evolveum.midpoint.common.expression.script with parameters of type Item | |
---|---|
void |
ScriptVariables.addVariableDefinition(QName name,
Item item)
|
Uses of Item in com.evolveum.midpoint.common.mapping |
---|
Methods in com.evolveum.midpoint.common.mapping that return Item | |
---|---|
Item<V> |
Mapping.getOutput()
|
Uses of Item in com.evolveum.midpoint.prism |
---|
Subclasses of Item in com.evolveum.midpoint.prism | |
---|---|
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 with type parameters of type Item | ||
---|---|---|
static
|
Item.cloneCollection(Collection<T> items)
|
|
static
|
Item.createNewDefinitionlessItem(QName name,
Class<T> type)
|
|
|
PrismContainerValue.findItem(ItemDefinition itemDefinition,
Class<I> type)
|
|
|
PrismContainer.findItem(ItemPath propPath,
Class<I> type)
|
|
|
PrismObject.findItem(ItemPath path,
Class<I> type)
|
|
|
PrismContainerValue.findItem(QName itemName,
Class<I> type)
|
|
|
PrismContainer.findItem(QName itemQName,
Class<I> type)
|
|
|
PrismContainer.findOrCreateItem(ItemPath containerPath,
Class<T> type)
|
|
|
PrismContainer.findOrCreateItem(ItemPath containerPath,
Class<T> type,
ItemDefinition definition)
|
|
|
PrismContainerValue.findOrCreateItem(ItemPath path,
Class<X> type,
ItemDefinition definition)
|
|
|
PrismContainerValue.findOrCreateItem(QName containerName,
Class<X> type)
|
|
|
PrismContainer.removeItem(ItemPath path,
Class<I> itemType)
|
|
|
PrismObject.removeItem(ItemPath path,
Class<I> itemType)
|
|
static
|
Item.resetParentCollection(Collection<T> items)
Sets all parents to null. |
Methods in com.evolveum.midpoint.prism that return Item | ||
---|---|---|
abstract Item |
Item.clone()
|
|
Item<?> |
PrismContainerValue.findItem(ItemPath itemPath)
|
|
Item<?> |
PrismObject.findItem(ItemPath path)
|
|
|
PrismContainer.findItem(ItemPath propPath)
|
|
Item<?> |
PrismContainerValue.findItem(QName itemName)
|
|
Item<?> |
PrismContainer.findItem(QName itemQName)
|
|
Item<?> |
PrismContainerValue.findOrCreateItem(QName containerName)
|
|
Item<?> |
PrismContainerValue.getNextItem(Item<?> referenceItem)
|
|
Item<?> |
PrismContainerValue.getPreviousItem(Item<?> referenceItem)
|
|
abstract Item |
ItemDefinition.instantiate()
Create an item instance. |
|
abstract Item |
ItemDefinition.instantiate(QName name)
Create an item instance. |
Methods in com.evolveum.midpoint.prism that return types with arguments of type Item | |
---|---|
List<Item<?>> |
PrismContainerValue.getItems()
Returns a set of items that the property container contains. |
Methods in com.evolveum.midpoint.prism with parameters of type Item | |
---|---|
void |
PrismContainerValue.add(Item<?> item)
Adds an item to a property container. |
void |
PrismContainer.add(Item<?> item)
Convenience method. |
void |
PrismContainerValue.addReplaceExisting(Item<?> item)
Adds an item to a property container. |
void |
PrismObject.addReplaceExisting(Item<?> item)
|
protected void |
Item.copyValues(Item clone)
|
Collection<? extends ItemDelta> |
Item.diff(Item<V> other)
|
Collection<? extends ItemDelta> |
Item.diff(Item<V> other,
boolean ignoreMetadata,
boolean isLiteral)
|
Collection<? extends ItemDelta> |
Item.diff(Item<V> other,
ItemPath pathPrefix,
boolean ignoreMetadata,
boolean isLiteral)
|
protected void |
Item.diffInternal(Item<V> other,
ItemPath pathPrefix,
Collection<? extends ItemDelta> deltas,
boolean ignoreMetadata,
boolean isLiteral)
|
protected ItemDelta |
Item.fixupDelta(ItemDelta delta,
Item<V> other,
ItemPath pathPrefix,
boolean ignoreMetadata)
|
protected ItemDelta |
PrismProperty.fixupDelta(ItemDelta delta,
Item otherItem,
ItemPath pathPrefix,
boolean ignoreMetadata)
|
Item<?> |
PrismContainerValue.getNextItem(Item<?> referenceItem)
|
Item<?> |
PrismContainerValue.getPreviousItem(Item<?> referenceItem)
|
void |
PrismContainerValue.remove(Item<?> item)
|
void |
PrismContainer.remove(Item<?> item)
Convenience method. |
void |
PrismContainerValue.replace(Item<?> oldItem,
Item<?> newItem)
|
void |
PrismContainerValue.replace(Item<?> oldItem,
Item<?> newItem)
|
Method parameters in com.evolveum.midpoint.prism with type arguments of type Item | |
---|---|
void |
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. |
Uses of Item in com.evolveum.midpoint.prism.delta |
---|
Methods in com.evolveum.midpoint.prism.delta with type parameters of type Item | ||
---|---|---|
|
ItemDelta.computeChangedItem(I oldItem)
|
Methods in com.evolveum.midpoint.prism.delta that return Item | |
---|---|
Item<V> |
ItemDelta.getItemNew()
Returns the "new" state of the property - the state that would be after the delta is applied. |
Item<V> |
ItemDelta.getItemNew(Item<V> itemOld)
Returns the "new" state of the property - the state that would be after the delta is applied. |
Methods in com.evolveum.midpoint.prism.delta that return types with arguments of type Item | |
---|---|
abstract Class<? extends Item> |
ItemDelta.getItemClass()
|
Methods in com.evolveum.midpoint.prism.delta with parameters of type Item | ||
---|---|---|
void |
ItemDelta.applyTo(Item item)
Apply this delta (path) to a property. |
|
void |
ReferenceDelta.applyTo(Item item)
|
|
void |
PropertyDelta.applyTo(Item item)
|
|
void |
ContainerDelta.applyTo(Item item)
|
|
Item<V> |
ItemDelta.getItemNew(Item<V> itemOld)
Returns the "new" state of the property - the state that would be after the delta is applied. |
|
static
|
ItemDelta.toDeltaSetTriple(Item<T> item,
ItemDelta<T> delta)
|
|
static
|
ItemDelta.toDeltaSetTriple(Item<T> item,
ItemDelta<T> delta,
boolean oldValuesValid,
boolean newValuesValid)
Deprecated. |
|
PrismValueDeltaSetTriple<V> |
ItemDelta.toDeltaSetTriple(Item<V> itemOld)
|
Uses of Item in com.evolveum.midpoint.prism.dom |
---|
Methods in com.evolveum.midpoint.prism.dom that return Item | ||
---|---|---|
protected Item |
ElementPrismAbstractImpl.getItem()
|
|
|
PrismDomProcessor.parseItem(List<? extends Object> valueElements,
QName itemName,
ItemDefinition def)
This gets definition of an unspecified type. |
|
Item<?> |
PrismDomProcessor.parseItem(List<? extends Object> valueElements,
QName itemName,
ItemDefinition def,
boolean reference)
|
Methods in com.evolveum.midpoint.prism.dom that return types with arguments of type Item | ||
---|---|---|
|
PrismDomProcessor.parseContainerItems(PrismContainerDefinition<T> containingPcd,
List<? extends Object> valueElements,
QName propertyName,
boolean reference)
Used e.g. |
|
|
PrismDomProcessor.parseContainerItems(PrismContainerDefinition<T> containingPcd,
List<Object> valueElements)
Used e.g. |
|
|
PrismDomProcessor.parsePrismContainerItems(List<Element> childElements,
PrismContainerDefinition<T> containerDefinition)
|
|
protected
|
PrismDomProcessor.parsePrismContainerItems(List<Element> elements,
PrismContainerDefinition<T> containerDefinition,
Collection<? extends ItemDefinition> selection)
Parses items of PRISM CONTAINER from a list of elements. |
Methods in com.evolveum.midpoint.prism.dom with parameters of type Item | ||
---|---|---|
|
PrismDomProcessor.addItemValue(Item item,
Object element,
PrismContainer<T> container)
Parse the provided JAXB/DOM element and add it as a new value of the specified item. |
|
|
PrismDomProcessor.deleteItemValue(Item item,
Object element,
PrismContainer<T> container)
Parse the provided JAXB/DOM element and delete it from the specified item. |
|
List<Element> |
PrismDomProcessor.serializeItemToDom(Item<?> item)
|
|
List<Element> |
PrismDomProcessor.serializeItemToDom(Item<?> item,
Document document)
|
|
void |
PrismDomProcessor.serializeItemToDom(Item<?> item,
Element parentElement)
|
Uses of Item in com.evolveum.midpoint.prism.util |
---|
Methods in com.evolveum.midpoint.prism.util with parameters of type Item | |
---|---|
static void |
PrismAsserts.assertDefinition(Item item,
QName type,
int minOccurs,
int maxOccurs)
|
static void |
PrismAsserts.assertNotEmpty(Item<?> item)
|
static void |
PrismAsserts.assertParentConsistency(Item<?> item)
|
Uses of Item in com.evolveum.midpoint.repo.sql.data.common.any |
---|
Methods in com.evolveum.midpoint.repo.sql.data.common.any that return types with arguments of type Item | |
---|---|
Class<? extends Item> |
RValueType.getItemClass()
|
Method parameters in com.evolveum.midpoint.repo.sql.data.common.any with type arguments of type Item | |
---|---|
static RValueType |
RValueType.getTypeFromItemClass(Class<? extends Item> clazz)
|
Uses of Item in com.evolveum.midpoint.schema.processor |
---|
Subclasses of Item in com.evolveum.midpoint.schema.processor | |
---|---|
class |
ResourceAttribute<T>
Resource Object Attribute is a Property of Resource Object. |
class |
ResourceAttributeContainer
Resource Object. |
Uses of Item in com.evolveum.midpoint.task.api |
---|
Methods in com.evolveum.midpoint.task.api that return Item | ||
---|---|---|
|
Task.getExtensionItem(QName propertyName)
|
Uses of Item in com.evolveum.midpoint.task.quartzimpl |
---|
Methods in com.evolveum.midpoint.task.quartzimpl that return Item | |
---|---|
Item<?> |
TaskQuartzImpl.getExtensionItem(QName propertyName)
|
Uses of Item in com.evolveum.midpoint.web.component.prism |
---|
Methods in com.evolveum.midpoint.web.component.prism that return Item | |
---|---|
Item |
ItemWrapper.getItem()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |