Uses of Class
com.evolveum.midpoint.model.api.RoleSelectionSpecification
Packages that use RoleSelectionSpecification
- 
Uses of RoleSelectionSpecification in com.evolveum.midpoint.model.apiMethods in com.evolveum.midpoint.model.api that return RoleSelectionSpecificationModifier and TypeMethodDescriptionRoleSelectionSpecification.and(RoleSelectionSpecification other) <H extends AssignmentHolderType,R extends AbstractRoleType> 
 RoleSelectionSpecificationModelInteractionService.getAssignableRoleSpecification(@NotNull PrismObject<H> assignmentHolder, Class<R> targetType, int assignmentOrder, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns an object that defines which roles can be assigned by the currently logged-in user.RoleSelectionSpecification.not()RoleSelectionSpecification.or(RoleSelectionSpecification other) RoleSelectionSpecification.simplify()Methods in com.evolveum.midpoint.model.api with parameters of type RoleSelectionSpecificationModifier and TypeMethodDescriptionRoleSelectionSpecification.and(RoleSelectionSpecification other) RoleSelectionSpecification.or(RoleSelectionSpecification other)