com.evolveum.midpoint.web.page.admin.users.dto
Class OrgStructDto<T extends ObjectType>
java.lang.Object
com.evolveum.midpoint.web.page.admin.users.dto.OrgStructDto<T>
- All Implemented Interfaces:
- java.io.Serializable
public class OrgStructDto<T extends ObjectType>
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- mserbak
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrgStructDto
public OrgStructDto(java.util.List<PrismObject<T>> orgUnitList,
NodeDto parent)
OrgStructDto
public OrgStructDto(java.util.List<PrismObject<T>> orgUnitList,
NodeDto parent,
OperationResult result)
getTitle
public org.apache.wicket.model.IModel<java.lang.String> getTitle()
getOrgUnitDtoList
public java.util.List<NodeDto> getOrgUnitDtoList()
getUserDtoList
public java.util.List<NodeDto> getUserDtoList()
getRelation
public NodeType getRelation(NodeDto parent,
UserType user)
Copyright © 2012 evolveum. All Rights Reserved.