Uses of Interface
com.evolveum.midpoint.util.DependencyGraph.Item
Packages that use DependencyGraph.Item
-
Uses of DependencyGraph.Item in com.evolveum.midpoint.util
Classes in com.evolveum.midpoint.util with type parameters of type DependencyGraph.ItemModifier and TypeInterfaceDescriptionstatic interfaceDependencyGraph.Item<I extends DependencyGraph.Item<I>>An item that can tell us about its dependencies.Methods in com.evolveum.midpoint.util with type parameters of type DependencyGraph.ItemModifier and TypeMethodDescriptionstatic <I extends DependencyGraph.Item<I>>
DependencyGraph<I>DependencyGraph.ofItems(@NotNull Collection<I> items) Creates the dependency graph from items that can tell us about their dependencies.