Package | Description |
---|---|
com.evolveum.midpoint.web.component.assignment | |
com.evolveum.midpoint.web.page.admin.home.dto |
Modifier and Type | Method and Description |
---|---|
AssignmentEditorDtoType |
AssignmentEditorDto.getType() |
static AssignmentEditorDtoType |
AssignmentEditorDtoType.getType(Class<? extends ObjectType> type) |
static AssignmentEditorDtoType |
AssignmentEditorDtoType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssignmentEditorDtoType[] |
AssignmentEditorDtoType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AssignmentEditorDto(ObjectType targetObject,
AssignmentEditorDtoType type,
UserDtoStatus status,
AssignmentType assignment) |
Modifier and Type | Method and Description |
---|---|
AssignmentEditorDtoType |
AssignmentItemDto.getType() |
AssignmentEditorDtoType |
SimpleAssignmentDto.getType() |
Constructor and Description |
---|
AssignmentItemDto(AssignmentEditorDtoType type,
String name,
String description,
String relation) |
SimpleAssignmentDto(String assignmentName,
AssignmentEditorDtoType type,
ActivationType activation) |
Copyright © 2013 evolveum. All rights reserved.