Uses of Class
com.evolveum.midpoint.schema.processor.Item

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<T extends ObjectType>
          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
abstract  Item Item.clone()
           
 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(PropertyPath parentPath)
          Create an item instance.
abstract  Item ItemDefinition.instantiate(javax.xml.namespace.QName name, java.lang.Object element, PropertyPath parentPath)
          Create an item instance.
abstract  Item ItemDefinition.instantiate(javax.xml.namespace.QName name, PropertyPath parentPath)
          Create an item instance.
abstract  Item ItemDefinition.parseItem(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
          Create at instance of the item initialized from the provided list of elements.
abstract  Item ItemDefinition.parseItemFromJaxbObject(java.lang.Object jaxbObject, PropertyPath parentPath)
           
 

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.Collection<? extends Item> PropertyContainerDefinition.parseItems(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
          Parses items from a list of elements.
protected  java.util.Collection<? extends Item> PropertyContainerDefinition.parseItems(java.util.List<java.lang.Object> elements, PropertyPath parentPath, java.util.Collection<? 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.
protected  void Item.copyValues(Item clone)
           
 

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.
 



Copyright © 2012 evolveum. All Rights Reserved.