|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeType | |
|---|---|
| com.evolveum.midpoint.web.component.orgStruct | |
| com.evolveum.midpoint.web.page.admin.users.dto | |
| Uses of NodeType in com.evolveum.midpoint.web.component.orgStruct |
|---|
| Methods in com.evolveum.midpoint.web.component.orgStruct that return NodeType | |
|---|---|
NodeType |
NodeDto.getType()
|
static NodeType |
NodeType.valueOf(java.lang.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. |
| Methods in com.evolveum.midpoint.web.component.orgStruct that return types with arguments of type NodeType | |
|---|---|
java.util.List<NodeType> |
NodeDto.getListTypes()
|
| Methods in com.evolveum.midpoint.web.component.orgStruct with parameters of type NodeType | |
|---|---|
void |
NodeDto.addTypeToListTypes(NodeType type)
|
| Constructors in com.evolveum.midpoint.web.component.orgStruct with parameters of type NodeType | |
|---|---|
NodeDto(NodeDto parent,
java.lang.String displayName,
java.lang.String oid,
NodeType type)
|
|
| Uses of NodeType in com.evolveum.midpoint.web.page.admin.users.dto |
|---|
| Methods in com.evolveum.midpoint.web.page.admin.users.dto that return NodeType | |
|---|---|
NodeType |
OrgStructDto.getRelation(NodeDto parent,
UserType user)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||