Uses of Class
com.evolveum.midpoint.model.impl.controller.RoleSelectionSpecEntry
-
Packages that use RoleSelectionSpecEntry Package Description com.evolveum.midpoint.model.impl.controller -
-
Uses of RoleSelectionSpecEntry in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller that return types with arguments of type RoleSelectionSpecEntry Modifier and Type Method Description static Collection<RoleSelectionSpecEntry>
RoleSelectionSpecEntry. getPositive(Collection<RoleSelectionSpecEntry> col)
Method parameters in com.evolveum.midpoint.model.impl.controller with type arguments of type RoleSelectionSpecEntry Modifier and Type Method Description static Collection<RoleSelectionSpecEntry>
RoleSelectionSpecEntry. getPositive(Collection<RoleSelectionSpecEntry> col)
static boolean
RoleSelectionSpecEntry. hasNegative(Collection<RoleSelectionSpecEntry> col)
static boolean
RoleSelectionSpecEntry. hasNegativeValue(Collection<RoleSelectionSpecEntry> col, String value)
static void
RoleSelectionSpecEntry. negate(Collection<RoleSelectionSpecEntry> col)
-