Uses of Interface
com.evolveum.midpoint.prism.SimpleVisitable
-
Packages that use SimpleVisitable Package Description com.evolveum.midpoint.prism.delta com.evolveum.midpoint.prism.extensions com.evolveum.midpoint.prism.impl.delta com.evolveum.midpoint.repo.common.expression -
-
Uses of SimpleVisitable in com.evolveum.midpoint.prism.delta
Subinterfaces of SimpleVisitable in com.evolveum.midpoint.prism.delta Modifier and Type Interface Description interfaceDeltaMapTriple<K,V>interfaceDeltaSetTriple<T>The triple of values (added, unchanged, deleted) that represents difference between two collections of values.interfacePrismValueDeltaSetTriple<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 classAbstractDelegatedPrismValueDeltaSetTriple<V extends PrismValue> -
Uses of SimpleVisitable in com.evolveum.midpoint.prism.impl.delta
Classes in com.evolveum.midpoint.prism.impl.delta that implement SimpleVisitable Modifier and Type Class Description classDeltaMapTripleImpl<K,V>classDeltaSetTripleImpl<T>The triple of values (added, unchanged, deleted) that represents difference between two collections of values.classPrismValueDeltaSetTripleImpl<V extends PrismValue>DeltaSetTriple that is limited to hold prism values. -
Uses of SimpleVisitable in com.evolveum.midpoint.repo.common.expression
Classes in com.evolveum.midpoint.repo.common.expression that implement SimpleVisitable Modifier and Type Class Description classSourceTriple<V extends PrismValue,D extends ItemDefinition>PrismValueDeltaSetTriple that also remembers the source from which it has originated.
-