Package | Description |
---|---|
com.evolveum.midpoint.web.component.assignment | |
com.evolveum.midpoint.web.page.admin.users.dto |
Modifier and Type | Method and Description |
---|---|
UserDtoStatus |
AssignmentEditorDto.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
AssignmentEditorDto.setStatus(UserDtoStatus status) |
Constructor and Description |
---|
AssignmentEditorDto(ObjectType targetObject,
AssignmentEditorDtoType type,
UserDtoStatus status,
AssignmentType assignment) |
Modifier and Type | Method and Description |
---|---|
UserDtoStatus |
UserAccountDto.getStatus() |
static UserDtoStatus |
UserDtoStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserDtoStatus[] |
UserDtoStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UserAccountDto.setStatus(UserDtoStatus status) |
Constructor and Description |
---|
UserAccountDto(ObjectWrapper object,
UserDtoStatus status) |
Copyright © 2013 evolveum. All rights reserved.