Uses of Enum Class
com.evolveum.midpoint.web.component.assignment.AssignmentEditorDtoType
Packages that use AssignmentEditorDtoType
Package
Description
-
Uses of AssignmentEditorDtoType in com.evolveum.midpoint.web.component.assignment
Methods in com.evolveum.midpoint.web.component.assignment that return AssignmentEditorDtoTypeModifier and TypeMethodDescriptionAssignmentEditorDto.getType()static AssignmentEditorDtoTypeAssignmentEditorDtoType.getType(Class<? extends ObjectType> type) static AssignmentEditorDtoTypestatic AssignmentEditorDtoTypeAssignmentsUtil.getType(AssignmentType assignment) static AssignmentEditorDtoTypeReturns the enum constant of this class with the specified name.static AssignmentEditorDtoType[]AssignmentEditorDtoType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.web.component.assignment with parameters of type AssignmentEditorDtoTypeModifier and TypeMethodDescriptionstatic org.apache.wicket.model.IModel<String>AssignmentsUtil.createAssignmentIconTitleModel(BasePanel panel, AssignmentEditorDtoType type) -
Uses of AssignmentEditorDtoType in com.evolveum.midpoint.web.page.admin.home.dto
Methods in com.evolveum.midpoint.web.page.admin.home.dto that return AssignmentEditorDtoTypeConstructors in com.evolveum.midpoint.web.page.admin.home.dto with parameters of type AssignmentEditorDtoTypeModifierConstructorDescriptionAssignmentItemDto(AssignmentEditorDtoType type, String name, String description, String relation)