Uses of Class
com.evolveum.midpoint.model.api.RoleSelectionSpecification
-
Packages that use RoleSelectionSpecification Package Description com.evolveum.midpoint.model.api com.evolveum.midpoint.model.impl.controller -
-
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, 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)
-
Uses of RoleSelectionSpecification in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller that return RoleSelectionSpecification Modifier and Type Method Description RoleSelectionSpecification
FilterGizmoAssignableRoles. adopt(ObjectFilter objectFilter, Authorization autz)
RoleSelectionSpecification
FilterGizmoAssignableRoles. and(RoleSelectionSpecification a, RoleSelectionSpecification b)
RoleSelectionSpecification
FilterGizmoAssignableRoles. createDenyAll()
<H extends AssignmentHolderType,R extends AbstractRoleType>
RoleSelectionSpecificationModelInteractionServiceImpl. getAssignableRoleSpecification(PrismObject<H> focus, Class<R> targetType, int assignmentOrder, Task task, OperationResult parentResult)
RoleSelectionSpecification
FilterGizmoAssignableRoles. not(RoleSelectionSpecification a)
RoleSelectionSpecification
FilterGizmoAssignableRoles. or(RoleSelectionSpecification a, RoleSelectionSpecification b)
RoleSelectionSpecification
FilterGizmoAssignableRoles. simplify(RoleSelectionSpecification spec)
Methods in com.evolveum.midpoint.model.impl.controller with parameters of type RoleSelectionSpecification Modifier and Type Method Description RoleSelectionSpecification
FilterGizmoAssignableRoles. and(RoleSelectionSpecification a, RoleSelectionSpecification b)
String
FilterGizmoAssignableRoles. debugDumpFilter(RoleSelectionSpecification filter, int indent)
ObjectFilter
FilterGizmoAssignableRoles. getObjectFilter(RoleSelectionSpecification filter)
boolean
FilterGizmoAssignableRoles. isAll(RoleSelectionSpecification spec)
boolean
FilterGizmoAssignableRoles. isNone(RoleSelectionSpecification spec)
RoleSelectionSpecification
FilterGizmoAssignableRoles. not(RoleSelectionSpecification a)
RoleSelectionSpecification
FilterGizmoAssignableRoles. or(RoleSelectionSpecification a, RoleSelectionSpecification b)
RoleSelectionSpecification
FilterGizmoAssignableRoles. simplify(RoleSelectionSpecification spec)
-