Uses of Interface
com.evolveum.midpoint.prism.PathVisitable
-
-
Uses of PathVisitable in com.evolveum.midpoint.common.refinery
Subinterfaces of PathVisitable in com.evolveum.midpoint.common.refinery Modifier and Type Interface Description interfaceShadowDiscriminatorObjectDelta<T extends Objectable>Classes in com.evolveum.midpoint.common.refinery that implement PathVisitable Modifier and Type Class Description classShadowDiscriminatorObjectDeltaImpl<T extends Objectable> -
Uses of PathVisitable in com.evolveum.midpoint.prism
Subinterfaces of PathVisitable in com.evolveum.midpoint.prism Modifier and Type Interface Description interfaceItem<V extends PrismValue,D extends ItemDefinition>Item is a common abstraction of Property, Reference and Container.interfacePrismContainer<C extends Containerable>Prism container groups items into logical blocks.interfacePrismContainerValue<C extends Containerable>interfacePrismObject<O extends Objectable>Common supertype for all identity objects.interfacePrismObjectValue<O extends Objectable>Extension of PrismContainerValue that holds object-specific data (OID and version).interfacePrismProperty<T>Property is a specific characteristic of an object.interfacePrismPropertyValue<T>interfacePrismReferenceObject Reference is a property that describes reference to an object.interfacePrismReferenceValueinterfacePrismValueinterfaceValueMetadata -
Uses of PathVisitable in com.evolveum.midpoint.prism.delta
Subinterfaces of PathVisitable in com.evolveum.midpoint.prism.delta Modifier and Type Interface Description interfaceContainerDelta<V extends Containerable>interfaceItemDelta<V extends PrismValue,D extends ItemDefinition>Item Delta describes a change of an item which is a property, container or a reference.interfaceObjectDelta<O extends Objectable>Relative difference (delta) of the object.interfacePropertyDelta<T>Relative difference (delta) of a property values.interfaceReferenceDelta -
Uses of PathVisitable in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw PathVisitable Modifier and Type Class Description classcom.evolveum.midpoint.prism.impl.ItemImpl<V extends PrismValue,D extends ItemDefinition>classcom.evolveum.midpoint.prism.impl.PrismContainerImpl<C extends Containerable>classcom.evolveum.midpoint.prism.impl.PrismPropertyImpl<T extends Object> -
Uses of PathVisitable in com.evolveum.midpoint.prism.impl.delta
Classes in com.evolveum.midpoint.prism.impl.delta with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw PathVisitable Modifier and Type Class Description classcom.evolveum.midpoint.prism.impl.delta.ObjectDeltaImpl<O extends Objectable> -
Uses of PathVisitable in com.evolveum.midpoint.schema.processor
Subinterfaces of PathVisitable in com.evolveum.midpoint.schema.processor Modifier and Type Interface Description interfaceResourceAttribute<T>interfaceResourceAttributeContainerClasses in com.evolveum.midpoint.schema.processor that implement PathVisitable Modifier and Type Class Description classResourceAttributeContainerImplResource Object.classResourceAttributeImpl<T>Resource Object Attribute is a Property of Resource Object.
-