Package | Description |
---|---|
com.evolveum.midpoint.web.component.orgStruct | |
com.evolveum.midpoint.web.page.admin.users.dto |
Modifier and Type | Method and Description |
---|---|
NodeType |
NodeDto.getType() |
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<NodeType> |
NodeDto.getListTypes() |
Modifier and Type | Method and Description |
---|---|
void |
NodeDto.addTypeToListTypes(NodeType type) |
Constructor and Description |
---|
NodeDto(NodeDto parent,
String displayName,
String oid,
NodeType type) |
Modifier and Type | Method and Description |
---|---|
NodeType |
OrgStructDto.getRelation(NodeDto parent,
UserType user) |
Copyright © 2013 evolveum. All rights reserved.