Interface | Description |
---|---|
Containerable | |
Itemable |
Interface for objects that behave like an item: they have a name and may have a definition.
|
Matchable<T> | |
Objectable | |
PathVisitable |
Visits only objects that are on the specified path or below.
|
PrismContainerable<T extends Containerable> | |
Recomputable | |
SimpleVisitable<T> | |
SimpleVisitor<T> | |
Structured | |
Visitable | |
Visitor |
Class | Description |
---|---|
ComplexTypeDefinition |
TODO
|
Definition |
Abstract definition in the schema.
|
Item<V extends PrismValue> |
Item is a common abstraction of Property and PropertyContainer.
|
ItemDefinition |
Abstract item definition in the schema.
|
PartiallyResolvedValue<V extends PrismValue> | |
PrismConstants | |
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.
|
PrismContainerDefinition<V extends Containerable> |
Definition of a property container.
|
PrismContainerValue<T extends Containerable> | |
PrismContext | |
PrismObject<T extends Objectable> |
Common supertype for all identity objects.
|
PrismObjectDefinition<T extends Objectable> |
MidPoint Object Definition.
|
PrismProperty<T> |
Property is a specific characteristic of an object.
|
PrismPropertyDefinition<T> |
Property Definition.
|
PrismPropertyValue<T> | |
PrismReference |
Object Reference is a property that describes reference to an object.
|
PrismReferenceDefinition |
Object Reference Schema Definition.
|
PrismReferenceValue | |
PrismValue |
Enum | Description |
---|---|
ModificationType | |
OriginType |
This enum defines source from where a change in property value occured.
|
Copyright © 2013 evolveum. All rights reserved.