Uses of Class
com.evolveum.midpoint.model.api.RoleSelectionSpecification
-
Packages that use RoleSelectionSpecification Package Description com.evolveum.midpoint.model.api -
-
Uses of RoleSelectionSpecification in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return RoleSelectionSpecification Modifier and Type Method Description RoleSelectionSpecificationRoleSelectionSpecification. and(RoleSelectionSpecification other, PrismContext prismContext)<H extends AssignmentHolderType,R extends AbstractRoleType>
RoleSelectionSpecificationModelInteractionService. getAssignableRoleSpecification(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.RoleSelectionSpecificationRoleSelectionSpecification. not(PrismContext prismContext)RoleSelectionSpecificationRoleSelectionSpecification. or(RoleSelectionSpecification other, PrismContext prismContext)RoleSelectionSpecificationRoleSelectionSpecification. simplify(PrismContext prismContext)Methods in com.evolveum.midpoint.model.api with parameters of type RoleSelectionSpecification Modifier and Type Method Description RoleSelectionSpecificationRoleSelectionSpecification. and(RoleSelectionSpecification other, PrismContext prismContext)RoleSelectionSpecificationRoleSelectionSpecification. or(RoleSelectionSpecification other, PrismContext prismContext)
-