Uses of Class
com.evolveum.midpoint.web.page.admin.dto.ObjectViewDto
Packages that use ObjectViewDto
Package
Description
-
Uses of ObjectViewDto in com.evolveum.midpoint.web.component.assignment
Methods in com.evolveum.midpoint.web.component.assignment that return ObjectViewDtoModifier and TypeMethodDescriptionAssignmentEditorDto.getOrgRef()
AssignmentEditorDto.getTenantRef()
Methods in com.evolveum.midpoint.web.component.assignment with parameters of type ObjectViewDtoModifier and TypeMethodDescriptionvoid
AssignmentEditorDto.setOrgRef
(ObjectViewDto<OrgType> orgRef) void
AssignmentEditorDto.setTenantRef
(ObjectViewDto<OrgType> tenantRef) -
Uses of ObjectViewDto in com.evolveum.midpoint.web.page.admin.certification.dto
Methods in com.evolveum.midpoint.web.page.admin.certification.dto that return ObjectViewDto -
Uses of ObjectViewDto in com.evolveum.midpoint.web.page.admin.configuration.component
Constructor parameters in com.evolveum.midpoint.web.page.admin.configuration.component with type arguments of type ObjectViewDtoModifierConstructorDescriptionChooseTypePanel
(String id, org.apache.wicket.model.IModel<ObjectViewDto<T>> model)