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

Method Summary
 ItemDefinition getDefinition()
           
 QName getName()
           
 ItemPath getPath(ItemPath pathPrefix)
           
 PrismContext getPrismContext()
           
 

Method Detail

getName

QName getName()

getDefinition

ItemDefinition getDefinition()

getPrismContext

PrismContext getPrismContext()

getPath

ItemPath getPath(ItemPath pathPrefix)


Copyright © 2013 evolveum. All Rights Reserved.