Uses of Class
com.evolveum.midpoint.prism.path.PathSet
-
Packages that use PathSet Package Description com.evolveum.midpoint.model.api.correlator com.evolveum.midpoint.prism com.evolveum.midpoint.prism.path -
-
Uses of PathSet in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator that return PathSet Modifier and Type Method Description PathSet
CorrelatorConfiguration. getCorrelationItemPaths()
-
Uses of PathSet in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism with parameters of type PathSet Modifier and Type Method Description @NotNull PrismSerializer<T>
PrismSerializer. itemsToSkip(PathSet itemsToSkip)
These items will be skipped during serialization. -
Uses of PathSet in com.evolveum.midpoint.prism.path
Methods in com.evolveum.midpoint.prism.path that return PathSet Modifier and Type Method Description static PathSet
PathSet. empty()
static @NotNull PathSet
PathSet. of(ItemPath... paths)
TODO maybe we should return immutablePathSet
here.
-