| Interface | Description |
|---|---|
| Checkable | |
| ComplexTypeDefinition |
Provides a definition for a complex type, i.e.
|
| Containerable | |
| Definition | |
| IPrismValue |
TODO rename to PrismValue and rename existing PrismValue to PrismValueImpl
|
| Itemable |
Interface for objects that behave like an item: they have a name and may have a definition.
|
| ItemDefinition<I extends Item> | |
| LocalDefinitionStore |
Used to retrieve definition from 'local definition store' - i.e.
|
| Matchable<T> | |
| Objectable | |
| ParserSource |
Source for prism parser (file, input stream, string, DOM tree, ...).
|
| PathVisitable |
Visits only objects that are on the specified path or below.
|
| PrismContainerable<T extends Containerable> | |
| PrismContainerDefinition<C extends Containerable> | |
| PrismContext | |
| PrismObjectDefinition<O extends Objectable> | |
| PrismParser |
Parses a given input into prism or POJO objects.
|
| PrismParser.ObjectHandler | |
| PrismParserNoIO |
The same as PrismParser but has no IOException on parseXYZ methods.
|
| PrismPropertyDefinition<T> | |
| PrismReferenceDefinition | |
| PrismSerializer<T> |
Takes care of serializing prism objects and other beans, i.e.
|
| Recomputable | |
| Referencable | |
| Revivable | |
| SimpleTypeDefinition |
Primarily for enums.
|
| SimpleVisitable<T> | |
| SimpleVisitor<T> | |
| Structured | |
| TypeDefinition | |
| Visitable | |
| Visitor | |
| XmlEntityResolver |
| Class | Description |
|---|---|
| ComplexTypeDefinitionImpl |
TODO
|
| DefaultReferencableImpl |
Used when PrismReferenceValue.getRealValue is called, and no referencable is present in the PRV.
|
| DefinitionImpl |
Abstract definition in the schema.
|
| DisplayableValueImpl<T> | |
| ExpressionWrapper | |
| Item<V extends PrismValue,D extends ItemDefinition> |
Item is a common abstraction of Property and PropertyContainer.
|
| ItemDefinitionImpl<I extends Item> |
Abstract item definition in the schema.
|
| LiteralEqualsStrategy |
Equals strategy that takes namespace prefixes into account.
|
| ParserElementSource | |
| ParserFileSource | |
| ParserInputStreamSource | |
| ParserStringSource | |
| ParserXNodeSource | |
| ParsingContext | |
| PartiallyResolvedItem<V extends PrismValue,D extends ItemDefinition> | |
| PrismConstants | |
| PrismContainer<C extends Containerable> |
Property container groups properties into logical blocks.The reason for
grouping may be as simple as better understandability of data structure.
|
| PrismContainerDefinitionImpl<C extends Containerable> |
Definition of a property container.
|
| PrismContainerValue<C extends Containerable> | |
| PrismContextImpl | |
| PrismObject<O extends Objectable> |
Common supertype for all identity objects.
|
| PrismObjectDefinitionImpl<O extends Objectable> |
MidPoint Object Definition.
|
| PrismObjectValue<O extends Objectable> |
Extension of PrismContainerValue that holds object-specific data (OID and version).
|
| PrismProperty<T> |
Property is a specific characteristic of an object.
|
| PrismPropertyDefinitionImpl<T> |
Property Definition.
|
| PrismPropertyValue<T> | |
| PrismReference |
Object Reference is a property that describes reference to an object.
|
| PrismReferenceDefinitionImpl |
Object Reference Schema Definition.
|
| PrismReferenceValue | |
| PrismValue | |
| SerializationContext |
Everything we want to maintain during the serialization process.
|
| SerializationOptions | |
| SerializerDomTarget | |
| SerializerStringTarget | |
| SerializerTarget<T> | |
| SerializerXNodeTarget | |
| SimpleTypeDefinitionImpl | |
| TypeDefinitionImpl |
| Enum | Description |
|---|---|
| CloneStrategy | |
| ConsistencyCheckScope |
Determines the scope of consistency checks.
|
| ItemNameQualificationStrategy | |
| ItemProcessing | |
| ModificationType | |
| NameQualificationStrategy | |
| OriginType |
This enum defines source from where a change in property value occurred.
|
| SimpleTypeDefinition.DerivationMethod |
| Annotation Type | Description |
|---|---|
| Raw |
Copyright © 2019 Evolveum. All rights reserved.