com.evolveum.midpoint.prism
Interface Itemable
- All Known Subinterfaces:
- PrismContainerable<T>
- All Known Implementing Classes:
- ContainerDelta, EqualsFilter, Item, ItemDelta, PrismContainer, PrismObject, PrismProperty, PrismReference, PropertyDelta, ReferenceDelta, ResourceAttribute, ResourceAttributeContainer
public interface Itemable
Interface for objects that behave like an item: they have a name and may have a definition.
Currently provides common abstraction on top of Item and ItemDelta, as both can hold values and
construct them in a similar way.
- Author:
- Radovan Semancik
getName
javax.xml.namespace.QName getName()
getDefinition
ItemDefinition getDefinition()
getPrismContext
PrismContext getPrismContext()
getPath
ItemPath getPath(ItemPath pathPrefix)
Copyright © 2012 evolveum. All Rights Reserved.