Uses of Class
com.evolveum.midpoint.web.page.admin.users.dto.SubmitStatus

Packages that use SubmitStatus
com.evolveum.midpoint.web.page.admin.users.dto   
 

Uses of SubmitStatus in com.evolveum.midpoint.web.page.admin.users.dto
 

Methods in com.evolveum.midpoint.web.page.admin.users.dto that return SubmitStatus
 SubmitStatus SubmitAccountChangesDto.getStatus()
           
 SubmitStatus SubmitPropertiesDto.getStatus()
           
static SubmitStatus SubmitStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SubmitStatus[] SubmitStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.evolveum.midpoint.web.page.admin.users.dto with parameters of type SubmitStatus
SubmitAccountChangesDto(PrismPropertyValue submitedValue, SubmitStatus status)
           
SubmitPropertiesDto(PrismPropertyValue submitedProperties, SubmitStatus status)
           
 



Copyright © 2013 evolveum. All Rights Reserved.