Uses of Interface
com.evolveum.midpoint.prism.SimpleVisitable
-
Packages that use SimpleVisitable Package Description com.evolveum.midpoint.prism.delta com.evolveum.midpoint.prism.extensions -
-
Uses of SimpleVisitable in com.evolveum.midpoint.prism.delta
Subinterfaces of SimpleVisitable in com.evolveum.midpoint.prism.delta Modifier and Type Interface Description interface
DeltaMapTriple<K,V>
interface
DeltaSetTriple<T>
The triple of values (added, unchanged, deleted) that represents difference between two collections of values.interface
PrismValueDeltaSetTriple<V extends PrismValue>
DeltaSetTriple that is limited to hold prism values. -
Uses of SimpleVisitable in com.evolveum.midpoint.prism.extensions
Classes in com.evolveum.midpoint.prism.extensions that implement SimpleVisitable Modifier and Type Class Description class
AbstractDelegatedPrismValueDeltaSetTriple<V extends PrismValue>
-