|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Item | |
---|---|
com.evolveum.midpoint.schema.processor |
Uses of Item in com.evolveum.midpoint.schema.processor |
---|
Subclasses of Item in com.evolveum.midpoint.schema.processor | |
---|---|
class |
MidPointObject
Common supertype for all identity objects. |
class |
ObjectReference
Object Reference is a property that describes reference to an object. |
class |
Property
Property is a specific characteristic of an object. |
class |
PropertyContainer
Property container groups properties into logical blocks.The reason for grouping may be as simple as better understandability of data structure. |
class |
ResourceObject
Resource Object. |
class |
ResourceObjectAttribute
Resource Object Attribute is a Property of Resource Object. |
Methods in com.evolveum.midpoint.schema.processor that return Item | |
---|---|
Item |
PropertyContainer.findItem(ItemDefinition itemDefinition)
Finds a specific property in the container by definition. |
Item |
PropertyContainer.findItem(javax.xml.namespace.QName itemQName)
Finds a specific property in the container by name. |
abstract Item |
ItemDefinition.instantiate()
Create an item instance. |
abstract Item |
ItemDefinition.instantiate(javax.xml.namespace.QName name)
Create an item instance. |
abstract Item |
ItemDefinition.instantiate(javax.xml.namespace.QName name,
java.lang.Object element)
Create an item instance. |
abstract Item |
ItemDefinition.parseItem(java.util.List<java.lang.Object> elements)
Create at instance of the item initialized from the provided list of elements. |
Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type Item | |
---|---|
java.util.Set<Item> |
PropertyContainer.getItems()
Returns a set of items that the property container contains. |
java.util.Set<Item> |
PropertyContainerDefinition.parseItems(java.util.List<java.lang.Object> elements)
Parses items from a list of elements. |
protected java.util.Set<Item> |
PropertyContainerDefinition.parseItems(java.util.List<java.lang.Object> elements,
java.util.Set<? extends ItemDefinition> selection)
Parses items from a list of elements. |
Methods in com.evolveum.midpoint.schema.processor with parameters of type Item | |
---|---|
void |
PropertyContainer.add(Item item)
Adds an item to a property container. |
void |
PropertyContainer.addReplaceExisting(Item item)
Adds an item to a property container. |
Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type Item | |
---|---|
void |
PropertyContainer.addAll(java.util.Collection<? extends Item> itemsToAdd)
Adds a collection of items to a property container. |
void |
PropertyContainer.addAllReplaceExisting(java.util.Collection<? extends Item> itemsToAdd)
Adds a collection of items to a property container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |