Uses of Class
com.evolveum.midpoint.web.page.admin.users.component.AssignmentInfoDto
-
Packages that use AssignmentInfoDto Package Description com.evolveum.midpoint.gui.impl.page.admin.user com.evolveum.midpoint.web.component.assignment com.evolveum.midpoint.web.page.admin.users.component -
-
Uses of AssignmentInfoDto in com.evolveum.midpoint.gui.impl.page.admin.user
Methods in com.evolveum.midpoint.gui.impl.page.admin.user that return AssignmentInfoDto Modifier and Type Method Description protected <AR extends AbstractRoleType>
AssignmentInfoDtoUserDetailsModel. createDelegableAssignmentsPreviewDto(AssignmentType assignment, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Methods in com.evolveum.midpoint.gui.impl.page.admin.user that return types with arguments of type AssignmentInfoDto Modifier and Type Method Description LoadableModel<List<AssignmentInfoDto>>
UserDetailsModel. getPrivilegesListModel()
-
Uses of AssignmentInfoDto in com.evolveum.midpoint.web.component.assignment
Fields in com.evolveum.midpoint.web.component.assignment with type parameters of type AssignmentInfoDto Modifier and Type Field Description protected org.apache.wicket.model.IModel<List<AssignmentInfoDto>>
AssignmentEditorPanel. privilegesListModel
Methods in com.evolveum.midpoint.web.component.assignment that return types with arguments of type AssignmentInfoDto Modifier and Type Method Description List<AssignmentInfoDto>
AssignmentEditorDto. getPrivilegeLimitationList()
Method parameters in com.evolveum.midpoint.web.component.assignment with type arguments of type AssignmentInfoDto Modifier and Type Method Description void
AssignmentEditorDto. setPrivilegeLimitationList(List<AssignmentInfoDto> privilegeLimitationList)
Constructor parameters in com.evolveum.midpoint.web.component.assignment with type arguments of type AssignmentInfoDto Constructor Description AssignmentEditorPanel(String id, org.apache.wicket.model.IModel<AssignmentEditorDto> model, boolean delegatedToMe, LoadableModel<List<AssignmentInfoDto>> privilegesListModel)
DelegationEditorPanel(String id, org.apache.wicket.model.IModel<AssignmentEditorDto> delegationTargetObjectModel, boolean delegatedToMe, LoadableModel<List<AssignmentInfoDto>> privilegesListModel)
DelegationEditorPanel(String id, org.apache.wicket.model.IModel<AssignmentEditorDto> delegationTargetObjectModel, boolean delegatedToMe, List<AssignmentInfoDto> privilegesList)
-
Uses of AssignmentInfoDto in com.evolveum.midpoint.web.page.admin.users.component
Methods in com.evolveum.midpoint.web.page.admin.users.component with parameters of type AssignmentInfoDto Modifier and Type Method Description int
AssignmentInfoDto. compareTo(AssignmentInfoDto other)
Method parameters in com.evolveum.midpoint.web.page.admin.users.component with type arguments of type AssignmentInfoDto Modifier and Type Method Description protected void
AssignmentsInfoDialog. addButtonClicked(org.apache.wicket.ajax.AjaxRequestTarget target, List<AssignmentInfoDto> dtoList)
Constructor parameters in com.evolveum.midpoint.web.page.admin.users.component with type arguments of type AssignmentInfoDto Constructor Description DelegationTargetLimitationDialog(String id, List<AssignmentInfoDto> data, PageBase pageBase)
-