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 RoleSelectionSpecification
RoleSelectionSpecification. 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.RoleSelectionSpecification
RoleSelectionSpecification. not(PrismContext prismContext)
RoleSelectionSpecification
RoleSelectionSpecification. or(RoleSelectionSpecification other, PrismContext prismContext)
RoleSelectionSpecification
RoleSelectionSpecification. simplify(PrismContext prismContext)
Methods in com.evolveum.midpoint.model.api with parameters of type RoleSelectionSpecification Modifier and Type Method Description RoleSelectionSpecification
RoleSelectionSpecification. and(RoleSelectionSpecification other, PrismContext prismContext)
RoleSelectionSpecification
RoleSelectionSpecification. or(RoleSelectionSpecification other, PrismContext prismContext)
-