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:
- Serializable
public class OrgStructDto<T extends ObjectType>
- extends Object
- implements 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(List<PrismObject<T>> orgUnitList,
NodeDto parent)
OrgStructDto
public OrgStructDto(List<PrismObject<T>> orgUnitList,
NodeDto parent,
OperationResult result)
getTitle
public org.apache.wicket.model.IModel<String> getTitle()
getOrgUnitDtoList
public List<NodeDto> getOrgUnitDtoList()
getUserDtoList
public List<NodeDto> getUserDtoList()
getRelation
public NodeType getRelation(NodeDto parent,
UserType user)
Copyright © 2013 evolveum. All Rights Reserved.