Uses of Class
com.evolveum.midpoint.web.page.admin.dto.ObjectViewDto
-
-
Uses of ObjectViewDto in com.evolveum.midpoint.web.component.assignment
Methods in com.evolveum.midpoint.web.component.assignment that return ObjectViewDto Modifier and Type Method Description ObjectViewDto<OrgType>
AssignmentEditorDto. getOrgRef()
ObjectViewDto<OrgType>
AssignmentEditorDto. getTenantRef()
Methods in com.evolveum.midpoint.web.component.assignment with parameters of type ObjectViewDto Modifier and Type Method Description void
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 Modifier and Type Method Description ObjectViewDto
CertDefinitionDto. getOwner()
-
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 ObjectViewDto Constructor Description ChooseTypePanel(String id, org.apache.wicket.model.IModel<ObjectViewDto<T>> model)
-